@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *  (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote,
th, td {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, figcaption {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, th, td {
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

hr {
  display: none;
}

img {
  border: none;
}

caption {
  display: none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

@keyframes maskStart {
  0% {
    right: 100%;
    left: 0%;
  }
  48% {
    right: 0%;
    left: 0%;
  }
  52% {
    right: 0%;
    left: 0%;
  }
  100% {
    right: 0%;
    left: 100%;
  }
}
/* Base
----------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 1440px) {
  body {
    overflow-y: hidden;
    overflow-x: visible;
  }
}
@media screen and (max-width: 812px) {
  body {
    min-width: 320px;
    overflow: hidden;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.js-bodyFixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

caption, th {
  text-align: left;
}

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

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: 1em;
}

button:hover {
  cursor: pointer;
}

/* ==========================================================================
Layout
========================================================================== */
/* header
----------------------------------------------------------------- */
.l-header {
  width: 100%;
  z-index: 1000;
  position: fixed;
  background-color: #fff;
  border-bottom: solid 1px #50b1b2;
}
@media screen and (max-width: 812px) {
  .l-header {
    height: 66px;
  }
}
.l-header__inner {
  width: 100%;
  display: flex;
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1692px;
  align-items: center;
  height: 100px;
  justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .l-header__inner {
    padding: 0 16px;
  }
}
@media screen and (max-width: 812px) {
  .l-header__inner {
    width: auto;
    height: 100%;
  }
}
.l-header__left {
  display: flex;
  align-items: center;
}
.l-header__left__logo {
  width: 170px;
  margin-right: 40px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .l-header__left__logo {
    width: 11.1111111111vw;
    margin-right: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .l-header__left__logo {
    width: 100px;
    margin-right: 12px;
  }
}
.l-header__left__logo img {
  display: block;
}
.l-header__left__text {
  font-weight: bold;
  color: #50b1b2;
}
@media screen and (max-width: 1440px) {
  .l-header__left__text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .l-header__left__text {
    font-size: 1.2rem;
  }
}

/* gnav
----------------------------------------------------------------- */
.l-gnav {
  height: 100%;
}
@media screen and (max-width: 812px) {
  .l-gnav {
    display: none;
  }
}
.l-gnav--sp {
  display: none;
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 812px) {
  .l-gnav--sp {
    display: block;
  }
}
.l-gnav__btn {
  z-index: 2;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 8.5px 6px;
}
.l-gnav__btn::before {
  width: 20px;
  height: 1px;
  transform-origin: left top;
  box-shadow: #50b1b2 0 7px 0;
}
.l-gnav__btn::after {
  width: 20px;
  height: 1px;
  bottom: 8.5px;
  transform-origin: left bottom;
}
.l-gnav__btn::before, .l-gnav__btn::after {
  content: "";
  position: absolute;
  display: block;
  background: #50b1b2;
  transition: box-shadow 0.1s linear, transform 0.2s 0.1s;
}
.l-gnav__content {
  position: fixed;
  top: 66px;
  right: 0;
  display: none;
  overflow-x: hidden;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-color: #fff;
}
.l-gnav.active .l-gnav__btn::before {
  transform: rotate(45deg) translate3d(3px, -3px, 0);
  box-shadow: transparent 0 0 0;
}
.l-gnav.active .l-gnav__btn::after {
  transform: rotate(-45deg) translate3d(3px, 3px, 0);
}
.l-gnav__list {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 812px) {
  .l-gnav__list {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 80px 16px 64px;
  }
}
@media screen and (max-width: 375px) {
  .l-gnav__list {
    padding: 21.3333333333vw 4.2666666667vw 17.0666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .l-gnav__list::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
}
.l-gnav__list__item {
  display: flex;
  margin-right: 40px;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .l-gnav__list__item {
    margin-right: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .l-gnav__list__item {
    margin-right: 0;
    width: 100%;
    position: relative;
    padding: 0;
    text-align: left;
  }
}
@media screen and (max-width: 812px) {
  .l-gnav__list__item:nth-child(n+2) {
    margin-top: 48px;
  }
}
.l-gnav__list__item:nth-child(4) {
  margin-right: 60px;
}
@media screen and (max-width: 1440px) {
  .l-gnav__list__item:nth-child(4) {
    margin-right: 4.1666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .l-gnav__list__item:nth-child(4) {
    margin-right: 0;
  }
}
.l-gnav__list__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  .l-gnav__list__item--people {
    cursor: pointer;
    flex-wrap: wrap;
  }
}
.l-gnav__list__item__title {
  width: 100%;
  height: auto;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1440px) {
  .l-gnav__list__item__title {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .l-gnav__list__item__title {
    font-size: 1.6rem;
    letter-spacing: 0;
    padding: 4px 0 4px 12px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 375px) {
  .l-gnav__list__item__title {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 0 1.0666666667vw 3.2vw;
  }
}
.l-gnav__list__item__title:hover {
  opacity: 0.8;
}
.l-gnav__list__item__title:focus {
  outline: none;
}
.l-gnav__list__item__title--entry {
  height: 50px;
  width: 188px;
  color: #fff;
  background-color: #ff8a22;
}
@media screen and (max-width: 1440px) {
  .l-gnav__list__item__title--entry {
    height: 3.4722222222vw;
    width: 13.0555555556vw;
  }
}
@media screen and (max-width: 812px) {
  .l-gnav__list__item__title--entry {
    width: 100%;
    height: 64px;
    align-items: center;
    justify-content: center;
  }
}
.l-gnav__list__item__title--en {
  display: none;
}
@media screen and (max-width: 812px) {
  .l-gnav__list__item__title--en {
    display: block;
    font-size: 1.4rem;
    color: #50b1b2;
  }
}
@media screen and (max-width: 375px) {
  .l-gnav__list__item__title--en {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .l-gnav__list__item__title--sp {
    width: 120px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 375px) {
  .l-gnav__list__item__title--sp {
    width: 32vw;
    margin-right: 8.5333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .l-gnav__list__item__title--people {
    position: relative;
  }
  .l-gnav__list__item__title--people::before {
    right: 0;
    width: 19px;
    height: 1px;
    background-color: #50b1b2;
  }
  .l-gnav__list__item__title--people::after {
    right: 9px;
    width: 1px;
    height: 19px;
  }
  .l-gnav__list__item__title--people::before, .l-gnav__list__item__title--people::after {
    top: 50%;
    content: "";
    display: block;
    position: absolute;
    transform: translateY(-50%);
    background-color: #50b1b2;
  }
  .l-gnav__list__item__title--people.active::after {
    display: none;
  }
}
.l-gnav__people {
  width: 100%;
  display: none;
}
.l-gnav__people__list {
  margin-top: 24px;
}
.l-gnav__people__list__title {
  width: 100%;
  height: auto;
  display: flex;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  padding: 2px 0 2px 28px;
}
@media screen and (max-width: 375px) {
  .l-gnav__people__list__title {
    font-size: 14px;
    font-size: 3.7333333333vw;
    padding: 0.5333333333vw 0 0.5333333333vw 7.4666666667vw;
  }
}
.l-gnav__people__list__title--text {
  width: 120px;
}
@media screen and (max-width: 375px) {
  .l-gnav__people__list__title--text {
    width: 32vw;
  }
}
.l-gnav__people__list__title--en {
  color: #9a9a9a;
  font-size: 1.2rem;
}
@media screen and (max-width: 375px) {
  .l-gnav__people__list__title--en {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.l-gnav__textBox {
  width: 100%;
  padding: 0 16px 100px;
}
@media screen and (max-width: 375px) {
  .l-gnav__textBox {
    padding: 0 4.2666666667vw 26.6666666667vw;
  }
}
.l-gnav__textBox__text {
  color: #9a9a9a;
  font-size: 1.4rem;
}
@media screen and (max-width: 375px) {
  .l-gnav__textBox__text {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.l-gnav__textBox__text a {
  color: #9a9a9a;
}
.l-gnav__textBox__text--link {
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 375px) {
  .l-gnav__textBox__text--link {
    margin-top: 5.3333333333vw;
  }
}
.l-gnav__textBox__text--link a {
  text-decoration: underline;
}
.l-gnav__textBox__text--link a:hover {
  text-decoration: none;
}

#l-gnav__input {
  display: none;
}

.l-content {
  position: relative;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 812px) {
  .l-content {
    min-width: auto;
    padding-top: 66px;
  }
}
.l-content__inner {
  font-size: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 812px) {
  .l-content__inner {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  .l-content__inner {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

/* footer
----------------------------------------------------------------- */
.l-footer__top {
  display: flex;
  height: 527px;
  padding-top: 150px;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-image: url(../img/common/footer-bg1_pc.jpg);
}
@media screen and (max-width: 1440px) {
  .l-footer__top {
    height: 36.5972222222vw;
    padding-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__top {
    height: 393px;
    padding-top: 103px;
    background-image: url(../img/common/footer-bg1_sp.jpg);
  }
}
@media screen and (max-width: 375px) {
  .l-footer__top {
    height: 104.8vw;
    padding-top: 27.4666666667vw;
  }
}
.l-footer__top__text {
  line-height: 1.5;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .l-footer__top__text {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__top__text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__top__text {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__top__text--spBlock {
    display: block;
  }
}
.l-footer__top__btn {
  display: flex;
  height: 80px;
  width: 460px;
  margin-top: 40px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .l-footer__top__btn {
    height: 5.5555555556vw;
    width: 31.9444444444vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__top__btn {
    width: 343px;
    height: 64px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__top__btn {
    width: 91.4666666667vw;
    height: 17.0666666667vw;
    margin-top: 8.5333333333vw;
  }
}
.l-footer__top__btn:hover {
  opacity: 0.8;
}
.l-footer__top__btn__link {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  color: #50b1b2;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .l-footer__top__btn__link {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__top__btn__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__top__btn__link {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.l-footer__top__btn__link::before {
  top: 50%;
  right: 35px;
  content: "";
  width: 28px;
  height: 20px;
  position: absolute;
  background-size: contain;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/common/btn-icon.png);
}
@media screen and (max-width: 1440px) {
  .l-footer__top__btn__link::before {
    right: 2.4305555556vw;
    width: 1.9444444444vw;
    height: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__top__btn__link::before {
    width: 18px;
    height: 13px;
    right: 17px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__top__btn__link::before {
    width: 4.8vw;
    height: 3.4666666667vw;
    right: 4.5333333333vw;
  }
}
.l-footer__middle {
  height: 400px;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .l-footer__middle {
    height: 27.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__middle {
    height: auto;
    flex-wrap: wrap;
  }
}
.l-footer__middle__box {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background-image: url(../img/common/footer-bg2_pc.jpg);
}
@media screen and (max-width: 812px) {
  .l-footer__middle__box {
    width: 100%;
    height: 156px;
    border-right: none;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__middle__box {
    height: 41.6vw;
  }
}
.l-footer__middle__box:last-child {
  border-right: none;
}
.l-footer__middle__box--bg1 {
  background-image: url(../img/common/footer-bg3_pc.jpg);
}
.l-footer__middle__box__link {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .l-footer__middle__box__link {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__middle__box__link {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__middle__box__link {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.l-footer__middle__box__link:hover {
  opacity: 0.8;
}
.l-footer__middle__box__link--text, .l-footer__middle__box__link--entry {
  width: 340px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .l-footer__middle__box__link--text, .l-footer__middle__box__link--entry {
    width: 23.6111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__middle__box__link--text, .l-footer__middle__box__link--entry {
    width: 192px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__middle__box__link--text, .l-footer__middle__box__link--entry {
    width: 51.2vw;
  }
}
.l-footer__middle__box__link--text::before, .l-footer__middle__box__link--entry::before {
  top: 15px;
  content: "";
  right: 18px;
  width: 17px;
  height: 17px;
  position: absolute;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 1440px) {
  .l-footer__middle__box__link--text::before, .l-footer__middle__box__link--entry::before {
    top: 1.0416666667vw;
    right: 1.25vw;
    width: 1.1805555556vw;
    height: 1.1805555556vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__middle__box__link--text::before, .l-footer__middle__box__link--entry::before {
    top: 7px;
    width: 17px;
    height: 17px;
    right: -58px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__middle__box__link--text::before, .l-footer__middle__box__link--entry::before {
    top: 1.8666666667vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    right: -15.4666666667vw;
  }
}
.l-footer__middle__box__link--entry {
  width: 376px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .l-footer__middle__box__link--entry {
    width: 26.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__middle__box__link--entry {
    width: 192px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__middle__box__link--entry {
    width: 51.2vw;
  }
}
.l-footer__contact {
  z-index: 10;
  padding: 100px;
  text-align: center;
  position: relative;
  background-color: #50b1b2;
}
@media screen and (max-width: 1440px) {
  .l-footer__contact {
    padding: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__contact {
    padding: 64px 0 152px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__contact {
    padding: 17.0666666667vw 0 40.5333333333vw;
  }
}
.l-footer__contact__text {
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .l-footer__contact__text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__contact__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__contact__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.l-footer__contact__text--sizeS {
  font-size: 1.4rem;
  margin-top: 24px;
  font-weight: normal;
}
@media screen and (max-width: 1440px) {
  .l-footer__contact__text--sizeS {
    font-size: 0.9722222222vw;
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__contact__text--sizeS {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__contact__text--sizeS {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
  }
}
.l-footer__contact__text--tell {
  font-size: 4.8rem;
  margin-top: 41px;
  line-height: 1.1;
}
@media screen and (max-width: 1440px) {
  .l-footer__contact__text--tell {
    font-size: 3.3333333333vw;
    margin-top: 2.8472222222vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__contact__text--tell {
    font-size: 3.6rem;
    margin-top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__contact__text--tell {
    font-size: 36px;
    font-size: 9.6vw;
    margin-top: 6.4vw;
  }
}
.l-footer__contact__text--tell a {
  color: #fff;
  display: inline-block;
}
.l-footer__contact__text__icon {
  width: 40px;
  height: 40px;
  margin-right: 9px;
}
@media screen and (max-width: 1440px) {
  .l-footer__contact__text__icon {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__contact__text__icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__contact__text__icon {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin-right: 4.2666666667vw;
  }
}
.l-footer__bottom {
  width: 100%;
  background-color: #333;
}
.l-footer__bottom__inner {
  width: 100%;
  display: flex;
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1692px;
  align-items: center;
  height: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 812px) {
  .l-footer__bottom__inner {
    height: auto;
    flex-wrap: wrap;
    padding: 45px 0;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__bottom__inner {
    padding: 12vw 0;
  }
}
.l-footer__bottom__box {
  display: flex;
}
@media screen and (max-width: 812px) {
  .l-footer__bottom__box {
    width: 100%;
    justify-content: center;
  }
}
.l-footer__bottom__box__text {
  font-size: 1.8rem;
  color: #fff;
  margin-right: 50px;
}
@media screen and (max-width: 1440px) {
  .l-footer__bottom__box__text {
    font-size: 1.25vw;
    margin-right: 3.4722222222vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__bottom__box__text {
    font-size: 1.4rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__bottom__box__text {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.l-footer__bottom__box__text:last-child {
  margin-right: 0;
}
@media screen and (max-width: 812px) {
  .l-footer__bottom__box__text:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__bottom__box__text:last-child {
    margin-right: 0;
  }
}
.l-footer__bottom__box__text:last-child a {
  color: #fff;
}
.l-footer__bottom__box__text--link {
  text-decoration: underline;
}
.l-footer__bottom__box__text--link:hover {
  text-decoration: none;
}
.l-footer__copyRight {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .l-footer__copyRight {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__copyRight {
    width: 100%;
    margin-top: 29px;
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__copyRight {
    margin-top: 7.7333333333vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.l-footer__pageTop {
  z-index: 10;
  right: 40px;
  bottom: 40px;
  width: 120px;
  height: 120px;
  cursor: pointer;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1440px) {
  .l-footer__pageTop {
    right: 2.7777777778vw;
    bottom: 2.7777777778vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__pageTop {
    width: 80px;
    height: 80px;
    right: 50%;
    transform: translateX(50%);
    bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__pageTop {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    bottom: 10.6666666667vw;
  }
}
.l-footer__pageTop:hover {
  opacity: 0.8;
}
.l-footer__pageTop::before {
  content: "";
  position: absolute;
  border-top: solid 3px #50b1b2;
  border-left: solid 3px #50b1b2;
  width: 17px;
  height: 17px;
  top: 55%;
  left: 43%;
  transform: rotate(45deg) translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .l-footer__pageTop::before {
    width: 1.1805555556vw;
    height: 1.1805555556vw;
  }
}
@media screen and (max-width: 812px) {
  .l-footer__pageTop::before {
    top: 58%;
    left: 40%;
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__pageTop::before {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.l-footer__pageTop--fix {
  bottom: 10px;
  position: fixed;
}
@media screen and (max-width: 812px) {
  .l-footer__pageTop--fix {
    position: absolute;
    bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .l-footer__pageTop--fix {
    bottom: 10.6666666667vw;
  }
}

#top .l-footer__top {
  height: 700px;
  padding-top: 243px;
}
@media screen and (max-width: 1440px) {
  #top .l-footer__top {
    height: 48.6111111111vw;
    padding-top: 16.875vw;
  }
}
@media screen and (max-width: 812px) {
  #top .l-footer__top {
    height: 393px;
    padding-top: 103px;
    background-image: url(../img/common/footer-bg1_sp.jpg);
  }
}
@media screen and (max-width: 375px) {
  #top .l-footer__top {
    height: 104.8vw;
    padding-top: 27.4666666667vw;
  }
}
#top .l-footer__top::before {
  top: 0;
  left: 50%;
  content: "";
  width: 1640px;
  height: 100px;
  position: absolute;
  background-size: cover;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/common/footer-bg-parts_pc.png);
}
@media screen and (max-width: 1440px) {
  #top .l-footer__top::before {
    width: 100%;
    height: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  #top .l-footer__top::before {
    height: 39px;
    background-image: url(../img/common/footer-bg-parts_sp.png);
  }
}

#entry .l-footer__middle {
  display: none;
}

/* ==========================================================================
Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
/* Project
----------------------------------------------------------------- */
/* page
----------------------------------------------------------------- */
.p-page__main {
  height: 600px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/company/company-main_pc.jpg);
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .p-page__main {
    height: 41.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main {
    height: 64vw;
    background-image: url(../img/company/company-main_sp.jpg);
  }
}
.p-page__main--work {
  background-image: url(../img/work-environment/work-main_pc.jpg);
}
@media screen and (max-width: 812px) {
  .p-page__main--work {
    background-image: url(../img/work-environment/work-main_sp.jpg);
  }
}
.p-page__main--people {
  background-image: url(../img/people/people-main_pc.jpg);
}
@media screen and (max-width: 812px) {
  .p-page__main--people {
    background-image: url(../img/people/people-main_sp.jpg);
  }
}
.p-page__main--interview001 {
  background-image: url(../img/people/001/interview-main_pc.jpg);
}
@media screen and (max-width: 812px) {
  .p-page__main--interview001 {
    background-image: url(../img/people/001/interview-main_sp.jpg);
  }
}
.p-page__main--interview002 {
  background-image: url(../img/people/002/interview-main_pc.jpg);
}
@media screen and (max-width: 812px) {
  .p-page__main--interview002 {
    background-image: url(../img/people/002/interview-main_sp.jpg);
  }
}
.p-page__main--interview003 {
  background-image: url(../img/people/003/interview-main_pc.jpg);
}
@media screen and (max-width: 812px) {
  .p-page__main--interview003 {
    background-image: url(../img/people/003/interview-main_sp.jpg);
  }
}
.p-page__main--interview004 {
  background-image: url(../img/people/004/interview-main_pc.jpg);
}
@media screen and (max-width: 812px) {
  .p-page__main--interview004 {
    background-image: url(../img/people/004/interview-main_sp.jpg);
  }
}
.p-page__main--interview005 {
  background-image: url(../img/people/005/interview-main_pc.jpg);
}
@media screen and (max-width: 812px) {
  .p-page__main--interview005 {
    background-image: url(../img/people/005/interview-main_sp.jpg);
  }
}
.p-page__main--for {
  height: 400px;
  background-image: url(../img/for-application/for-main_pc.jpg);
}
@media screen and (max-width: 1440px) {
  .p-page__main--for {
    height: 27.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main--for {
    height: 64vw;
    background-image: url(../img/for-application/for-main_sp.jpg);
  }
}
.p-page__main--entry {
  height: 400px;
  background-image: url(../img/entry-form/entry-main_pc.jpg);
}
@media screen and (max-width: 1440px) {
  .p-page__main--entry {
    height: 27.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main--entry {
    height: 64vw;
    background-image: url(../img/entry-form/entry-main_sp.jpg);
  }
}
.p-page__main__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1452px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .p-page__main__inner {
    max-width: 100.8333333333vw;
    padding: 0 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main__inner {
    max-width: none;
    padding: 0 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-page__main__inner {
    padding: 0 4.2666666667vw;
  }
}
.p-page__main__inner--people, .p-page__main__inner--interview {
  justify-content: flex-start;
}
@media screen and (max-width: 812px) {
  .p-page__main__inner--people, .p-page__main__inner--interview {
    align-items: stretch;
    justify-content: center;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main__inner--people {
    padding: 21.3333333333vw 16px 0;
  }
}
@media screen and (max-width: 375px) {
  .p-page__main__inner--people {
    padding: 21.3333333333vw 4.2666666667vw 0;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main__inner--interview {
    padding: 10.6666666667vw 16px 0;
  }
}
@media screen and (max-width: 375px) {
  .p-page__main__inner--interview {
    padding: 10.6666666667vw 4.2666666667vw 0;
  }
}
.p-page__main__title {
  text-align: center;
}
.p-page__main__title--people {
  width: 700px;
  text-align: left;
  justify-content: flex-start;
}
@media screen and (max-width: 1440px) {
  .p-page__main__title--people {
    width: 48.6111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main__title--people {
    width: 100%;
    text-align: center;
  }
}
.p-page__main__title__text {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-page__main__title__text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main__title__text {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.p-page__main__title__text--en {
  display: block;
  margin-bottom: 20px;
  font-size: 6.4rem;
}
@media screen and (max-width: 1440px) {
  .p-page__main__title__text--en {
    margin-bottom: 1.3888888889vw;
    font-size: 4.4444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main__title__text--en {
    font-size: 40px;
    font-size: 10.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.p-page__main__title__text--people {
  text-align: left;
  line-height: 1.5;
  font-size: 4.6rem;
}
@media screen and (max-width: 1440px) {
  .p-page__main__title__text--people {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main__title__text--people {
    text-align: center;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main__title__text--spBlock {
    display: block;
  }
}
.p-page__main__title__subText {
  width: 580px;
  line-height: 2;
  font-size: 2rem;
  margin-top: 30px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-page__main__title__subText {
    width: 40.2777777778vw;
    margin-top: 2.0833333333vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__main__title__subText {
    width: 100%;
    text-align: left;
    line-height: 1.5;
    margin-top: 0.8333333333vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.p-page__bottom {
  height: 150px;
  background-color: #50b1b2;
}
@media screen and (max-width: 1440px) {
  .p-page__bottom {
    height: 10.4166666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__bottom {
    height: 150px;
  }
}
@media screen and (max-width: 375px) {
  .p-page__bottom {
    height: 40vw;
  }
}
.p-page__bottom__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1452px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .p-page__bottom__inner {
    max-width: 100.8333333333vw;
    padding: 0 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__bottom__inner {
    max-width: none;
    padding: 0 17px;
  }
}
@media screen and (max-width: 375px) {
  .p-page__bottom__inner {
    padding: 0 4.2666666667vw;
  }
}
.p-page__bottom__inner--people, .p-page__bottom__inner--interview001, .p-page__bottom__inner--interview004, .p-page__bottom__inner--interview003, .p-page__bottom__inner--interview002, .p-page__bottom__inner--interview005 {
  position: relative;
  justify-content: flex-start;
}
@media screen and (max-width: 812px) {
  .p-page__bottom__inner--people, .p-page__bottom__inner--interview001, .p-page__bottom__inner--interview004, .p-page__bottom__inner--interview003, .p-page__bottom__inner--interview002, .p-page__bottom__inner--interview005 {
    align-items: normal;
  }
}
@media screen and (max-width: 812px) {
  .p-page__bottom__inner--people {
    padding: 53px 31px 0;
  }
}
@media screen and (max-width: 375px) {
  .p-page__bottom__inner--people {
    padding: 12vw 8.2666666667vw 0;
  }
}
@media screen and (max-width: 812px) {
  .p-page__bottom__inner--interview001, .p-page__bottom__inner--interview004, .p-page__bottom__inner--interview003, .p-page__bottom__inner--interview002, .p-page__bottom__inner--interview005 {
    padding: 36px 20px 0;
  }
}
@media screen and (max-width: 375px) {
  .p-page__bottom__inner--interview001, .p-page__bottom__inner--interview004, .p-page__bottom__inner--interview003, .p-page__bottom__inner--interview002, .p-page__bottom__inner--interview005 {
    padding: 9.6vw 8.5333333333vw 0;
  }
}
.p-page__bottom__inner--interview001::before, .p-page__bottom__inner--interview004::before, .p-page__bottom__inner--interview003::before, .p-page__bottom__inner--interview002::before, .p-page__bottom__inner--interview005::before {
  bottom: 0;
  right: 0;
  content: "";
  width: 720px;
  height: 660px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(../img/people/001/interview-human_pc.png);
}
@media screen and (max-width: 1440px) {
  .p-page__bottom__inner--interview001::before, .p-page__bottom__inner--interview004::before, .p-page__bottom__inner--interview003::before, .p-page__bottom__inner--interview002::before, .p-page__bottom__inner--interview005::before {
    right: 0.3472222222vw;
    width: 50vw;
    height: 45.8333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__bottom__inner--interview001::before, .p-page__bottom__inner--interview004::before, .p-page__bottom__inner--interview003::before, .p-page__bottom__inner--interview002::before, .p-page__bottom__inner--interview005::before {
    right: 13px;
    width: 214px;
    height: 211px;
    background-image: url(../img/people/001/interview-human_sp.png);
  }
}
@media screen and (max-width: 375px) {
  .p-page__bottom__inner--interview001::before, .p-page__bottom__inner--interview004::before, .p-page__bottom__inner--interview003::before, .p-page__bottom__inner--interview002::before, .p-page__bottom__inner--interview005::before {
    right: 3.4666666667vw;
    width: 57.0666666667vw;
    height: 56.2666666667vw;
  }
}
.p-page__bottom__inner--interview002::before {
  background-image: url(../img/people/002/interview-human_sp.png);
}
.p-page__bottom__inner--interview003::before {
  background-image: url(../img/people/003/interview-human_sp.png);
}
.p-page__bottom__inner--interview004::before {
  background-image: url(../img/people/004/interview-human_sp.png);
}
.p-page__bottom__inner--interview005::before {
  background-image: url(../img/people/005/interview-human_sp.png);
}
.p-page__bottom__text {
  line-height: 1.5;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-page__bottom__text {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__bottom__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-page__bottom__text {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.p-page__bottom__text--people, .p-page__bottom__text--interview {
  display: flex;
  line-height: 1;
  text-align: left;
  align-items: center;
}
@media screen and (max-width: 812px) {
  .p-page__bottom__text--people, .p-page__bottom__text--interview {
    display: block;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 375px) {
  .p-page__bottom__text--people, .p-page__bottom__text--interview {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.p-page__bottom__text--people span, .p-page__bottom__text--interview span {
  font-size: 2rem;
  margin-left: 40px;
  font-weight: normal;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .p-page__bottom__text--people span, .p-page__bottom__text--interview span {
    font-size: 1.3888888889vw;
    margin-left: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-page__bottom__text--people span, .p-page__bottom__text--interview span {
    font-size: 1.4rem;
    margin: 12px 0 0 0;
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .p-page__bottom__text--people span, .p-page__bottom__text--interview span {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin: 3.2vw 0 0 0;
  }
}
@media screen and (max-width: 812px) {
  .p-page__bottom__text--interview span {
    line-height: 1.5;
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-page__bottom__text--interview span {
    margin: 0;
  }
}
@media screen and (max-width: 812px) {
  .p-page__bottom__text--interview span:first-child {
    margin: 12px 0 0 0;
  }
}
@media screen and (max-width: 375px) {
  .p-page__bottom__text--interview span:first-child {
    margin: 3.2vw 0 0 0;
  }
}
@media screen and (max-width: 812px) {
  .p-page__bottom__text--spBlock {
    display: block;
  }
}

/* bread crumb
----------------------------------------------------------------- */
.p-breadcrumb {
  line-height: 1;
  background-color: #f5f5f5;
}
@media screen and (max-width: 812px) {
  .p-breadcrumb {
    padding: 0;
  }
}
.p-breadcrumb__list {
  width: 100%;
  padding: 0 16px 17px;
  max-width: 1692px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .p-breadcrumb__list {
    max-width: 117.5vw;
    padding: 0 1.1111111111vw 1.1805555556vw;
  }
}
@media screen and (max-width: 812px) {
  .p-breadcrumb__list {
    max-width: none;
    padding: 0 16px 17px;
  }
}
@media screen and (max-width: 375px) {
  .p-breadcrumb__list {
    padding: 0 4.2666666667vw 4.5333333333vw;
  }
}
.p-breadcrumb__list__item {
  display: inline;
  font-size: 1.6rem;
  color: #50b1b2;
  letter-spacing: 2px;
  padding-top: 17px;
}
@media screen and (max-width: 1440px) {
  .p-breadcrumb__list__item {
    font-size: 1.1111111111vw;
    padding-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-breadcrumb__list__item {
    padding-top: 17px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-breadcrumb__list__item {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding-top: 4.5333333333vw;
  }
}
.p-breadcrumb__list__item::after {
  content: "/";
  margin: 0 10px;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-breadcrumb__list__item::after {
    margin: 0 0.6944444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-breadcrumb__list__item::after {
    margin: 0 10px;
  }
}
@media screen and (max-width: 375px) {
  .p-breadcrumb__list__item::after {
    margin: 0 2.6666666667vw;
  }
}
.p-breadcrumb__list__item:first-child a {
  letter-spacing: 0;
}
.p-breadcrumb__list__item:last-child::after {
  display: none;
}
.p-breadcrumb__list__item a {
  color: #333;
  text-decoration: underline;
}
.p-breadcrumb__list__item a:hover {
  text-decoration: none;
}

/* hero
----------------------------------------------------------------- */
.p-hero {
  width: 100%;
  background-image: url(../img/top/top-main_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 812px) {
  .p-hero {
    min-width: auto;
    background-image: url(../img/top/top-main_sp.jpg);
  }
}
.p-hero__inner {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  height: 100%;
  height: calc(100vh - 100px);
  height: calc(var(--vh, 1vh) * 100 - 100px);
  position: relative;
}
@media screen and (max-width: 1800px) {
  .p-hero__inner {
    max-width: 92.2222222222vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-hero__inner {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  .p-hero__inner {
    min-height: 85vw;
    height: calc(100vh - 66px);
    height: calc(var(--vh, 1vh) * 100 - 66px);
  }
}
.p-hero__main {
  top: 50%;
  left: 120px;
  width: 100%;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 1800px) {
  .p-hero__main {
    left: 6.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-hero__main {
    left: 8.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-hero__main {
    top: 46%;
    left: 50%;
    width: 343px;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 375px) {
  .p-hero__main {
    width: 91.4666666667vw;
  }
}
.p-hero__main__text {
  font-size: 6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  .p-hero__main__text {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-hero__main__text {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 375px) {
  .p-hero__main__text {
    font-size: 30px;
    font-size: 8vw;
  }
}
@media screen and (max-width: 812px) {
  .p-hero__main__text span {
    display: block;
  }
}
.p-hero__main__subText {
  margin-top: 46px;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 1440px) {
  .p-hero__main__subText {
    margin-top: 3.1944444444vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-hero__main__subText {
    margin-top: 65px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 375px) {
  .p-hero__main__subText {
    margin-top: 17.3333333333vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-hero__main__subText span {
    display: block;
  }
}
.p-hero__scroll {
  left: 50%;
  bottom: 55px;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 812px) {
  .p-hero__scroll {
    bottom: 13.6vw;
  }
}
.p-hero__scroll:hover {
  opacity: 0.8;
}
.p-hero__scroll__text {
  position: relative;
  font-size: 1.4rem;
  color: #50b1b2;
  font-weight: bold;
  letter-spacing: 5px;
}
@media screen and (max-width: 812px) {
  .p-hero__scroll__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-hero__scroll__text {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-hero__scroll__text::before {
  left: 45%;
  content: "";
  width: 14px;
  height: 14px;
  bottom: -23px;
  position: absolute;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateX(-50%);
}
.p-hero__scroll__text:focus {
  outline: none;
}

/* top
----------------------------------------------------------------- */
.p-top {
  width: 100%;
}
.p-top__news {
  background-color: #f3fbfb;
  padding: 100px 0;
}
@media screen and (max-width: 812px) {
  .p-top__news {
    min-width: auto;
    padding: 64px 0;
  }
}
@media screen and (max-width: 375px) {
  .p-top__news {
    padding: 17.0666666667vw 0;
  }
}
.p-top__news__inner {
  width: 1440px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-top__news__inner {
    width: 100%;
    padding: 0 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__news__inner {
    padding: 0 4.2666666667vw;
  }
}
.p-top__news__block {
  border-radius: 10px;
  padding: 50px 130px;
  background-color: #fff;
  border-bottom: 4px solid rgba(80, 177, 178, 0.25);
}
@media screen and (max-width: 1440px) {
  .p-top__news__block {
    padding: 3.4722222222vw 9.0277777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__news__block {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__news__block {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.p-top__news__title__text {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .p-top__news__title__text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__news__title__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-top__news__title__text {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.p-top__news__title__text--en {
  font-size: 6.4rem;
  color: #50b1b2;
  margin-right: 40px;
}
@media screen and (max-width: 1440px) {
  .p-top__news__title__text--en {
    font-size: 4.4444444444vw;
    margin-right: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__news__title__text--en {
    margin-right: 16px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-top__news__title__text--en {
    margin-right: 4.2666666667vw;
    font-size: 40px;
    font-size: 10.6666666667vw;
  }
}
.p-top__news__list {
  width: 100%;
  margin-top: 21px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 1440px) {
  .p-top__news__list {
    margin-top: 1.4583333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__news__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__news__list {
    margin-top: 8.5333333333vw;
  }
}
.p-top__news__list tr:nth-child(n+2) {
  border-top: 1px solid #e0e0e0;
}
.p-top__news__list__title {
  width: 16%;
  line-height: 1;
  font-size: 2rem;
  color: #9a9a9a;
  padding: 36px 0 35px 20px;
}
@media screen and (max-width: 1440px) {
  .p-top__news__list__title {
    font-size: 1.3888888889vw;
    padding: 2.5vw 0 2.4305555556vw 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__news__list__title {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 375px) {
  .p-top__news__list__title {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 0 0;
  }
}
.p-top__news__list__data {
  width: 84%;
  font-size: 2rem;
  line-height: 2;
  padding: 25px 20px 25px 13px;
}
@media screen and (max-width: 1440px) {
  .p-top__news__list__data {
    font-size: 1.3888888889vw;
    padding: 1.7361111111vw 1.3888888889vw 1.7361111111vw 0.9027777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__news__list__data {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    padding: 8px 0 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__news__list__data {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 0 5.3333333333vw;
  }
}
.p-top__news__list__data a {
  color: #006ab6;
  text-decoration: underline;
}

.p-top__interest {
  width: 100%;
  position: relative;
  background-image: url(../img/top/top-interest-bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 812px) {
  .p-top__interest {
    min-width: auto;
    background-image: url(../img/top/top-interest-bg_sp.jpg);
  }
}
.p-top__interest::before {
  bottom: 0;
  left: 50%;
  content: "";
  width: 1640px;
  height: 100px;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background-image: url(../img/top/top-interest-parts_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 1440px) {
  .p-top__interest::before {
    width: 100%;
    height: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest::before {
    display: none;
  }
}
.p-top__interest__title {
  padding: 201px 0;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-top__interest__title {
    padding: 13.9583333333vw 0;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__title {
    padding: 80px 0 64px;
  }
}
.p-top__interest__title__text {
  line-height: 1;
  font-size: 4.8rem;
  font-weight: bold;
  color: #50b1b2;
}
@media screen and (max-width: 1440px) {
  .p-top__interest__title__text {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__title__text {
    line-height: 1.6;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__title__text {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__title__text--spBlock {
    display: block;
  }
}
.p-top__interest__title__text--en {
  display: block;
  margin-bottom: 30px;
  font-size: 10rem;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-top__interest__title__text--en {
    margin-bottom: 2.0833333333vw;
    font-size: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__title__text--en {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__title__text--en {
    font-size: 50px;
    font-size: 13.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.p-top__interest__inner {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  max-width: 1640px;
}
@media screen and (max-width: 1440px) {
  .p-top__interest__inner {
    max-width: 113.8888888889vw;
    height: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__inner {
    height: auto;
    padding-bottom: 64px;
    max-width: none;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__inner {
    padding-bottom: 17.0666666667vw;
  }
}
.p-top__interest__menu {
  height: 100%;
  display: flex;
  width: 1240px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .p-top__interest__menu {
    width: 86.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu {
    width: 343px;
    height: 86px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__menu {
    width: 91.4666666667vw;
    height: 22.9333333333vw;
  }
}
.p-top__interest__menu__list {
  height: 100%;
  width: 280px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-top__interest__menu__list {
    width: 19.4444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu__list {
    width: 94px;
    position: relative;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__menu__list {
    width: 25.0666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu__list:nth-child(2) {
    width: 139px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__menu__list:nth-child(2) {
    width: 37.0666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu__list:nth-child(2)::before, .p-top__interest__menu__list:nth-child(2)::after {
    width: 1px;
    content: "";
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-color: #bdbdbd;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu__list:nth-child(2)::before {
    left: -7px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__menu__list:nth-child(2)::before {
    left: -1.8666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu__list:nth-child(2)::after {
    right: -7px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__menu__list:nth-child(2)::after {
    right: -1.8666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu__list:nth-child(3) {
    width: 80px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__menu__list:nth-child(3) {
    width: 21.3333333333vw;
  }
}
.p-top__interest__menu__list__link {
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .p-top__interest__menu__list__link {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu__list__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__menu__list__link {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.p-top__interest__menu__list__link:hover {
  opacity: 0.8;
}
.p-top__interest__menu__list__link:focus {
  outline: none;
}
.p-top__interest__menu__list__link::before {
  left: 50%;
  content: "";
  width: 14px;
  height: 14px;
  bottom: 18.5px;
  position: absolute;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .p-top__interest__menu__list__link::before {
    bottom: 1.2847222222vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu__list__link::before {
    bottom: 13.5px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__menu__list__link::before {
    bottom: 3.6vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu__list__link span {
    display: block;
  }
}
.p-top__interest__menu__list__link--en {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #50b1b2;
}
@media screen and (max-width: 1440px) {
  .p-top__interest__menu__list__link--en {
    margin-bottom: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu__list__link--en {
    font-size: 1.2rem;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__interest__menu__list__link--en {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 2.9333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__interest__menu__list__link--en span {
    display: block;
  }
}
.p-top__column__inner {
  padding: 372px 0 200px;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .p-top__column__inner {
    padding: 25.8333333333vw 0 13.8888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__inner {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__inner {
    padding: 21.3333333333vw 0 16vw;
  }
}
.p-top__column__inner__inner--work {
  padding: 362px 0 200px;
}
@media screen and (max-width: 1440px) {
  .p-top__column__inner__inner--work {
    padding: 25.1388888889vw 0 13.8888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__inner__inner--work {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__inner__inner--work {
    padding: 21.3333333333vw 0 16vw;
  }
}
.p-top__column__inner__inner--people {
  padding: 271px 0 199px;
}
@media screen and (max-width: 1440px) {
  .p-top__column__inner__inner--people {
    padding: 18.8194444444vw 0 13.8194444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__inner__inner--people {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__inner__inner--people {
    padding: 21.3333333333vw 0 16vw;
  }
}
.p-top__column__wrap {
  display: flex;
  position: relative;
}
@media screen and (max-width: 812px) {
  .p-top__column__wrap {
    display: block;
  }
}
.p-top__column__wrap::before {
  position: absolute;
  content: "";
  top: -172px;
  right: 123px;
  width: 1305px;
  height: 216px;
  z-index: 0;
  background-image: url(../img/top/top-column-company-text_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 1440px) {
  .p-top__column__wrap::before {
    top: -11.9444444444vw;
    right: 8.5416666667vw;
    width: 90.625vw;
    height: 15vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__wrap::before {
    display: none;
  }
}
.p-top__column__wrap--work {
  justify-content: flex-end;
}
.p-top__column__wrap--work::before {
  right: auto;
  top: -262px;
  left: 120px;
  width: 1301px;
  height: 306px;
  background-image: url(../img/top/top-column-work-text_pc.png);
  background-position: top left;
}
@media screen and (max-width: 1440px) {
  .p-top__column__wrap--work::before {
    top: -18.1944444444vw;
    left: 8.3333333333vw;
    width: 90.3472222222vw;
    height: 21.25vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__wrap--work::before {
    display: none;
  }
}
.p-top__column__wrap--people::before {
  top: -171px;
  right: 138px;
  width: 983px;
  height: 216px;
  background-image: url(../img/top/top-column-people-text_pc.png);
  background-position: top right;
}
@media screen and (max-width: 1440px) {
  .p-top__column__wrap--people::before {
    top: -11.875vw;
    right: 9.5833333333vw;
    width: 68.2638888889vw;
    height: 15vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__wrap--people::before {
    display: none;
  }
}
.p-top__column__img {
  width: 1080px;
  height: 624px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-top__column__img {
    width: 75vw;
    height: 43.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__img {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__img {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column--work {
    margin-top: 32px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column--work {
    margin-top: 8.5333333333vw;
  }
}
.p-top__column__block {
  padding: 88px 16px 0 114px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-top__column__block {
    padding: 6.1111111111vw 1.1111111111vw 0 7.9166666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__block {
    padding: 0;
  }
}
.p-top__column__block--work {
  padding: 88px 54px 0 16px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-top__column__block--work {
    padding: 6.1111111111vw 3.75vw 0 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__block--work {
    padding: 0;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__title {
    padding: 0 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__title {
    padding: 0 4.2666666667vw;
  }
}
.p-top__column__title__text {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  color: #50b1b2;
}
@media screen and (max-width: 1440px) {
  .p-top__column__title__text {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__title__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__title__text {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.p-top__column__title__text--en {
  display: block;
  margin-bottom: 16px;
  font-size: 8rem;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .p-top__column__title__text--en {
    margin-bottom: 1.1111111111vw;
    font-size: 5.5555555556vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__title__text--en {
    font-size: 4rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__title__text--en {
    font-size: 40px;
    font-size: 10.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.p-top__column__menu {
  width: 460px;
  padding: 40px;
  margin-top: 40px;
  border-radius: 50px 50px 0 50px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 1440px) {
  .p-top__column__menu {
    width: 31.9444444444vw;
    padding: 2.7777777778vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__menu {
    width: 100%;
    padding: 48px 32px;
    margin: 40px auto 0;
    width: calc(100% - 32px);
    border-radius: 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__menu {
    padding: 12.8vw 8.5333333333vw;
    margin: 10.6666666667vw auto 0;
  }
}
.p-top__column__menu--work {
  background-color: #fff;
  border-radius: 50px 50px 50px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top__column__menu--work .p-top__column__menu__list {
  width: 45%;
}
.p-top__column__menu--work .p-top__column__menu__list:nth-child(1) {
  width: 100%;
}
@media screen and (max-width: 812px) {
  .p-top__column__menu--work {
    margin: 12px auto 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__menu--work {
    margin: 3.2vw auto 0;
  }
}
.p-top__column__menu__list {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .p-top__column__menu__list {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__menu__list {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__menu__list {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-top__column__menu__list--point {
  color: #50b1b2;
}
.p-top__column__menu__list:nth-child(n+2) {
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .p-top__column__menu__list:nth-child(n+2) {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__menu__list:nth-child(n+2) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__menu__list:nth-child(n+2) {
    margin-top: 6.4vw;
  }
}
.p-top__column__btn {
  width: 460px;
  height: 84px;
  margin-top: 40px;
  border-radius: 5px;
  background-color: #1ba3a5;
  border-bottom: 4px solid #027072;
}
@media screen and (max-width: 1440px) {
  .p-top__column__btn {
    width: 31.9444444444vw;
    height: 5.8333333333vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__btn {
    height: 64px;
    margin: 32px auto 0;
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__btn {
    height: 17.0666666667vw;
    margin: 8.5333333333vw auto 0;
  }
}
.p-top__column__btn__link {
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 2.4rem;
  position: relative;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .p-top__column__btn__link {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__btn__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__btn__link {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-top__column__btn__link:hover {
  opacity: 0.8;
}
.p-top__column__btn__link::before {
  top: 50%;
  content: "";
  right: 36px;
  width: 17px;
  height: 17px;
  position: absolute;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .p-top__column__btn__link::before {
    right: 2.5vw;
    width: 1.1805555556vw;
    height: 1.1805555556vw;
  }
}
@media screen and (max-width: 812px) {
  .p-top__column__btn__link::before {
    width: 17px;
    height: 17px;
    right: 30px;
  }
}
@media screen and (max-width: 375px) {
  .p-top__column__btn__link::before {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    right: 8vw;
  }
}

/* company
----------------------------------------------------------------- */
.p-company__column__inner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 200px 0 212px;
}
@media screen and (max-width: 1800px) {
  .p-company__column__inner {
    max-width: 106.6666666667vw;
    padding: 11.1111111111vw 0 16.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-company__column__inner {
    max-width: 133.3333333333vw;
    padding: 13.8888888889vw 0 20.8333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__column__inner {
    max-width: none;
    padding: 40px 0 64px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__column__inner {
    padding: 10.6666666667vw 0 17.0666666667vw;
  }
}
.p-company__column__inner--society {
  padding: 200px 0 402px;
}
@media screen and (max-width: 1800px) {
  .p-company__column__inner--society {
    padding: 11.1111111111vw 0 25vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-company__column__inner--society {
    padding: 13.8888888889vw 0 31.25vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__column__inner--society {
    padding: 80px 0 64px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__column__inner--society {
    padding: 21.3333333333vw 0 17.0666666667vw;
  }
}
.p-company__column__block {
  top: 350px;
  left: 120px;
  width: 840px;
  position: absolute;
  padding: 100px 130px 0;
  background-color: #fff;
}
@media screen and (max-width: 1800px) {
  .p-company__column__block {
    left: 6.1111111111vw;
    top: 19.4444444444vw;
    width: 41.6666666667vw;
    padding: 5.5555555556vw 3.8888888889vw 0;
  }
}
@media screen and (max-width: 1440px) {
  .p-company__column__block {
    left: 1.1111111111vw;
    top: 24.3055555556vw;
    width: 49.3055555556vw;
    padding: 6.9444444444vw 3.4722222222vw 0;
  }
}
@media screen and (max-width: 812px) {
  .p-company__column__block {
    padding: 0;
    width: 100%;
    position: static;
  }
}
.p-company__column__block--society {
  left: auto;
  right: 120px;
}
@media screen and (max-width: 1800px) {
  .p-company__column__block--society {
    right: 6.1111111111vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-company__column__block--society {
    right: 1.1111111111vw;
  }
}
.p-company__column__block__body {
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .p-company__column__block__body {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__column__block__body {
    margin: -24px auto;
    padding: 0 16px;
    position: relative;
  }
}
@media screen and (max-width: 375px) {
  .p-company__column__block__body {
    margin: -6.4vw auto;
    padding: 0 4.2666666667vw;
  }
}
.p-company__column__img {
  width: 1200px;
  margin-left: auto;
}
@media screen and (max-width: 1800px) {
  .p-company__column__img {
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__column__img {
    width: auto;
    max-width: 750px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 375px) {
  .p-company__column__img {
    margin: 10.6666666667vw auto 0;
  }
}
.p-company__column__img--society {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 812px) {
  .p-company__column__img--society {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 375px) {
  .p-company__column__img--society {
    margin: 10.6666666667vw auto 0;
  }
}
.p-company__what {
  max-width: none;
}
.p-company__what__inner {
  margin: 0 auto;
  position: relative;
  max-width: 1212px;
  padding: 150px 16px 200px;
}
@media screen and (max-width: 1440px) {
  .p-company__what__inner {
    max-width: 84.1666666667vw;
    padding: 10.4166666667vw 1.1111111111vw 13.8888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__what__inner {
    max-width: none;
    padding: 80px 17px 64px 15px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__what__inner {
    padding: 21.3333333333vw 4.5333333333vw 17.0666666667vw 4.5333333333vw;
  }
}
.p-company__what__block {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-company__what__block {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__what__block {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__what__block {
    margin-top: 10.6666666667vw;
  }
}
.p-company__what__block__body {
  width: 580px;
}
@media screen and (max-width: 1440px) {
  .p-company__what__block__body {
    width: 40.2777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__what__block__body {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  .p-company__what__block__body:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__what__block__body:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
.p-company__what__block__body p {
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  margin-top: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .p-company__what__block__body p {
    font-size: 1.3888888889vw;
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__what__block__body p {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__what__block__body p {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__what__block__body img {
    width: 100%;
  }
}
.p-company__appeal {
  width: 100%;
  background-image: url(../img/company/company-appeal_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 812px) {
  .p-company__appeal {
    min-width: auto;
    background-image: url(../img/company/company-appeal_sp.jpg);
  }
}
.p-company__appeal__inner {
  margin: 0 auto;
  max-width: 1212px;
  padding: 150px 16px;
}
@media screen and (max-width: 1440px) {
  .p-company__appeal__inner {
    max-width: 84.1666666667vw;
    padding: 10.4166666667vw 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__appeal__inner {
    max-width: none;
    padding: 80px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__appeal__inner {
    padding: 21.3333333333vw 4.2666666667vw;
  }
}
.p-company__act {
  background-color: #f7f7f7;
}
.p-company__act__inner {
  max-width: 1472px;
  margin: 0 auto;
  position: relative;
  padding: 150px 16px 240px;
}
@media screen and (max-width: 1440px) {
  .p-company__act__inner {
    max-width: 102.2222222222vw;
    padding: 10.4166666667vw 1.1111111111vw 16.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__act__inner {
    max-width: none;
    padding: 80px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__act__inner {
    padding: 21.3333333333vw 4.2666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__act__img img {
    width: 100%;
  }
}
.p-company__act__menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .p-company__act__menu {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__act__menu {
    margin-top: 48px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__act__menu {
    margin-top: 12.8vw;
  }
}
.p-company__act__menu::after {
  content: "";
  display: block;
  width: 420px;
  height: 0;
}
@media screen and (max-width: 1440px) {
  .p-company__act__menu::after {
    margin-top: 6.9444444444vw;
    width: 29.1666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__act__menu::after {
    display: none;
  }
}
.p-company__act__menu__list {
  width: 420px;
}
@media screen and (max-width: 1440px) {
  .p-company__act__menu__list {
    width: 29.1666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__act__menu__list {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  .p-company__act__menu__list:nth-child(n+2) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__act__menu__list:nth-child(n+2) {
    margin-top: 12.8vw;
  }
}
.p-company__act__menu__list:nth-child(n+4) {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .p-company__act__menu__list:nth-child(n+4) {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__act__menu__list:nth-child(n+4) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__act__menu__list:nth-child(n+4) {
    margin-top: 12.8vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__title {
    padding: 0 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__title {
    padding: 0 4.2666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__title--paddingNone {
    padding: 0;
  }
}
.p-company__title--spaceTopL {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .p-company__title--spaceTopL {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__title--spaceTopL {
    margin-top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__title--spaceTopL {
    margin-top: 6.4vw;
  }
}
.p-company__title__text {
  line-height: 1.5;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 1800px) {
  .p-company__title__text {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-company__title__text {
    font-size: 2.7777777778vw;
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__title__text {
    font-size: 2.4rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__title__text {
    font-size: 24px;
    font-size: 6.4vw;
    margin-top: 10.6666666667vw;
  }
}
.p-company__title__text--actSizeL {
  text-align: center;
  line-height: 1;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 1800px) {
  .p-company__title__text--actSizeL {
    font-size: 1.7777777778vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-company__title__text--actSizeL {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__title__text--actSizeL {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 375px) {
  .p-company__title__text--actSizeL {
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}
.p-company__title__text--actSizeM {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #50b1b2;
}
@media screen and (max-width: 1800px) {
  .p-company__title__text--actSizeM {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-company__title__text--actSizeM {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__title__text--actSizeM {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-company__title__text--actSizeM {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.p-company__title__subText {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  color: #50b1b2;
}
@media screen and (max-width: 1800px) {
  .p-company__title__subText {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-company__title__subText {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__title__subText {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-company__title__subText {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.p-company__textBox {
  line-height: 2;
}
@media screen and (max-width: 812px) {
  .p-company__textBox {
    padding: 24px 16px;
    position: relative;
    background-color: #fff;
  }
}
.p-company__textBox--what {
  padding: 0;
  margin-top: 60px;
  background-color: transparent;
}
@media screen and (max-width: 1440px) {
  .p-company__textBox--what {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__textBox--what {
    margin-top: 48.2px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__textBox--what {
    margin-top: 12.8533333333vw;
  }
}
.p-company__textBox--appeal {
  padding: 0;
  margin-top: 24px;
  background-color: transparent;
}
@media screen and (max-width: 1440px) {
  .p-company__textBox--appeal {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__textBox--appeal {
    margin-top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__textBox--appeal {
    margin-top: 8.5333333333vw;
  }
}
.p-company__textBox--act {
  padding: 0;
  margin-top: 16px;
  background-color: transparent;
}
@media screen and (max-width: 1440px) {
  .p-company__textBox--act {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__textBox--act {
    margin-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-company__textBox--act {
    margin-top: 4.2666666667vw;
  }
}
.p-company__textBox__text {
  font-size: 2rem;
}
@media screen and (max-width: 1800px) {
  .p-company__textBox__text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-company__textBox__text {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-company__textBox__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-company__textBox__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

/* work
----------------------------------------------------------------- */
.p-work__top__inner {
  max-width: 1212px;
  margin: 0 auto;
  padding: 150px 16px;
}
@media screen and (max-width: 1440px) {
  .p-work__top__inner {
    max-width: 84.1666666667vw;
    padding: 10.4166666667vw 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__top__inner {
    max-width: none;
    padding: 80px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-work__top__inner {
    padding: 21.3333333333vw 4.2666666667vw;
  }
}
.p-work__bottom {
  background-color: #f7f7f7;
}
.p-work__bottom__inner {
  margin: 0 auto;
  max-width: 1432px;
  padding: 158px 16px 208px;
}
@media screen and (max-width: 1440px) {
  .p-work__bottom__inner {
    max-width: 99.4444444444vw;
    padding: 10.9722222222vw 1.1111111111vw 14.4444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__bottom__inner {
    max-width: none;
    padding: 80px 16px 80px 17px;
  }
}
@media screen and (max-width: 375px) {
  .p-work__bottom__inner {
    padding: 21.3333333333vw 4.2666666667vw 21.3333333333vw 4.5333333333vw;
  }
}
.p-work__title--design {
  margin-top: 40px;
  padding-bottom: 22px;
  border-bottom: 2px solid #50b1b2;
}
@media screen and (max-width: 1440px) {
  .p-work__title--design {
    margin-top: 2.7777777778vw;
    padding-bottom: 1.5277777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__title--design {
    margin-top: 33px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-work__title--design {
    margin-top: 8.8vw;
    padding-bottom: 6.4vw;
  }
}
.p-work__title__text {
  line-height: 1;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .p-work__title__text {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__title__text {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-work__title__text {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.p-work__title__text--sizeM {
  line-height: 1.5;
  font-size: 2.4rem;
}
@media screen and (max-width: 1440px) {
  .p-work__title__text--sizeM {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__title__text--sizeM {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-work__title__text--sizeM {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.p-work__textBox {
  line-height: 2;
}
.p-work__textBox--spaceS {
  margin-top: 16px;
}
@media screen and (max-width: 1440px) {
  .p-work__textBox--spaceS {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__textBox--spaceS {
    margin-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-work__textBox--spaceS {
    margin-top: 4.2666666667vw;
  }
}
.p-work__textBox--spaceM {
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .p-work__textBox--spaceM {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__textBox--spaceM {
    margin-top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-work__textBox--spaceM {
    margin-top: 6.4vw;
  }
}
.p-work__textBox--spaceL {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .p-work__textBox--spaceL {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__textBox--spaceL {
    margin-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-work__textBox--spaceL {
    margin-top: 4.2666666667vw;
  }
}
.p-work__textBox__text {
  font-size: 2rem;
}
@media screen and (max-width: 1440px) {
  .p-work__textBox__text {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__textBox__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-work__textBox__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-work__textBox__text--sizeS {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #777777;
}
@media screen and (max-width: 1440px) {
  .p-work__textBox__text--sizeS {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__textBox__text--sizeS {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-work__textBox__text--sizeS {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-work__textBox__text--list {
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 1.0rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1440px) {
  .p-work__textBox__text--list {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__textBox__text--list {
    display: block;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .p-work__textBox__text--list {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__textBox__text--list:nth-child(n+2) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-work__textBox__text--list:nth-child(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.p-work__textBox__text--list span {
  font-weight: bold;
  flex-shrink: 0;
  margin-left: 1em;
}
@media screen and (max-width: 812px) {
  .p-work__textBox__text--list span {
    display: block;
    margin-left: 0;
  }
}
.p-work__menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .p-work__menu {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__menu {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-work__menu {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  .p-work__menu::after {
    margin-top: 6.9444444444vw;
    width: 45.8333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__menu::after {
    display: none;
  }
}
.p-work__menu__list {
  padding: 30px 30px 66px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-work__menu__list {
    padding: 2.0833333333vw 2.0833333333vw 4.5833333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-work__menu__list {
    width: 100%;
    min-height: auto;
    padding: 12px 12px 24px;
    margin-bottom: 32px;
  }
  .p-work__menu__list:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-work__menu__list {
    padding: 3.2vw 3.2vw 6.4vw;
  }
}
.p-work__img {
  width: 100%;
}
@media screen and (max-width: 812px) {
  .p-work__img img {
    width: 100%;
  }
}

.p-work__newoffice {
  margin-top: 80px;
}
@media screen and (max-width: 812px) {
  .p-work__newoffice {
    margin-top: 40px;
  }
}

/* people
----------------------------------------------------------------- */
.p-people__top__inner {
  max-width: 1212px;
  margin: 0 auto;
  padding: 150px 16px;
}
@media screen and (max-width: 1440px) {
  .p-people__top__inner {
    max-width: 84.1666666667vw;
    padding: 10.4166666667vw 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__top__inner {
    max-width: none;
    padding: 80px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__top__inner {
    padding: 21.3333333333vw 4.2666666667vw;
  }
}
.p-people__bottom {
  background-color: #f7f7f7;
}
.p-people__bottom__inner {
  margin: 0 auto;
  max-width: 1432px;
  padding: 150px 16px 200px;
}
@media screen and (max-width: 1440px) {
  .p-people__bottom__inner {
    max-width: 99.4444444444vw;
    padding: 10.4166666667vw 1.1111111111vw 13.8888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__bottom__inner {
    padding: 80px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__bottom__inner {
    padding: 21.3333333333vw 4.2666666667vw;
  }
}
.p-people__column__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 16px 100px;
  max-width: 1452px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .p-people__column__inner {
    max-width: 100.8333333333vw;
    padding: 6.9444444444vw 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__column__inner {
    max-width: none;
    padding: 80px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__column__inner {
    padding: 21.3333333333vw 4.2666666667vw;
  }
}
.p-people__column__inner--paddingTop {
  padding: 150px 16px 100px;
}
@media screen and (max-width: 1440px) {
  .p-people__column__inner--paddingTop {
    padding: 10.4166666667vw 1.1111111111vw 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__column__inner--paddingTop {
    padding: 80px 16px 64px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__column__inner--paddingTop {
    padding: 21.3333333333vw 4.2666666667vw 17.0666666667vw;
  }
}
.p-people__column__inner--paddingBottom {
  padding: 100px 16px 150px;
}
@media screen and (max-width: 1440px) {
  .p-people__column__inner--paddingBottom {
    padding: 6.9444444444vw 1.1111111111vw 10.4166666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__column__inner--paddingBottom {
    padding: 80px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__column__inner--paddingBottom {
    padding: 21.3333333333vw 4.2666666667vw;
  }
}
.p-people__column__block {
  width: 820px;
}
@media screen and (max-width: 1440px) {
  .p-people__column__block {
    width: 56.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__column__block {
    width: 100%;
  }
}
.p-people__column__img {
  width: 460px;
}
@media screen and (max-width: 1440px) {
  .p-people__column__img {
    width: 31.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__column__img {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .p-people__column__img {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__column__img img {
    width: 100%;
  }
}
.p-people__time {
  background-color: #ebeff2;
}
.p-people__time__inner {
  margin: 0 auto;
  max-width: 992px;
  padding: 150px 16px;
}
@media screen and (max-width: 1440px) {
  .p-people__time__inner {
    max-width: 68.8888888889vw;
    padding: 10.4166666667vw 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__inner {
    max-width: none;
    padding: 80px 15px 80px 17px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__time__inner {
    padding: 21.3333333333vw 4vw 21.3333333333vw 4.5333333333vw;
  }
}
.p-people__time__menu {
  width: 100%;
  padding: 60px;
  margin-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-people__time__menu {
    margin-top: 6.9444444444vw;
    padding: 4.1666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__menu {
    margin-top: 40px;
    padding: 60px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__time__menu {
    margin-top: 10.6666666667vw;
    padding: 16vw 4.2666666667vw;
  }
}
.p-people__time__menu__list {
  padding: 35px 40px;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 1440px) {
  .p-people__time__menu__list {
    padding: 2.4305555556vw 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__menu__list {
    padding: 24px 0;
  }
}
@media screen and (max-width: 375px) {
  .p-people__time__menu__list {
    padding: 6.4vw 0;
  }
}
.p-people__time__menu__list:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.p-people__time__schedule {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 812px) {
  .p-people__time__schedule {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__schedule {
    align-items: baseline;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__schedule--spAlignCenter {
    align-items: center;
  }
}
.p-people__time__schedule__img {
  width: 99px;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .p-people__time__schedule__img {
    width: 6.875vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__schedule__img {
    width: 18%;
    max-width: 67px;
    display: flex;
  }
}
@media screen and (max-width: 375px) {
  .p-people__time__schedule__img {
    width: 22%;
    max-width: 17.8666666667vw;
  }
}
.p-people__time__schedule__img--multiple {
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1440px) {
  .p-people__time__schedule__img--multiple {
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__schedule__img--multiple {
    height: 80px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__time__schedule__img--multiple {
    height: 21.3333333333vw;
  }
}
.p-people__time__schedule__block {
  width: 560px;
}
@media screen and (max-width: 1440px) {
  .p-people__time__schedule__block {
    width: 38.1944444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__schedule__block {
    width: 100%;
    display: block;
    margin-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__time__schedule__block {
    margin-top: 4.2666666667vw;
  }
}
.p-people__time__schedule__title {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .p-people__time__schedule__title {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__schedule__title {
    font-size: 2rem;
    padding-left: 5.3333333333vw;
    width: 82%;
  }
}
@media screen and (max-width: 375px) {
  .p-people__time__schedule__title {
    width: 78%;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__schedule__title--spLineHeightM {
    line-height: 1.5;
  }
}
.p-people__time__schedule__title--single {
  width: 560px;
}
@media screen and (max-width: 1440px) {
  .p-people__time__schedule__title--single {
    width: 38.1944444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__schedule__title--single {
    width: 82%;
  }
}
@media screen and (max-width: 375px) {
  .p-people__time__schedule__title--single {
    width: 78%;
  }
}
.p-people__time__schedule__text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #9a9a9a;
  margin-top: 16px;
}
@media screen and (max-width: 1440px) {
  .p-people__time__schedule__text {
    font-size: 1.1111111111vw;
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__time__schedule__text {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-people__time__schedule__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-people__title--spaceM {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .p-people__title--spaceM {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__title--spaceM {
    margin-top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__title--spaceM {
    margin-top: 6.4vw;
  }
}
.p-people__title__text {
  line-height: 1.5;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .p-people__title__text {
    font-size: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__title__text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-people__title__text {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.p-people__title__text--en {
  line-height: 1;
  font-size: 2.4rem;
}
@media screen and (max-width: 1440px) {
  .p-people__title__text--en {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__title__text--en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .p-people__title__text--en {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.p-people__title__text--en span {
  display: block;
  font-size: 6.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .p-people__title__text--en span {
    font-size: 4.4444444444vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__title__text--en span {
    font-size: 4rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__title__text--en span {
    font-size: 40px;
    font-size: 10.6666666667vw;
    margin-bottom: 3.2vw;
  }
}
.p-people__title__text--interview {
  font-size: 2.4rem;
  color: #50b1b2;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1440px) {
  .p-people__title__text--interview {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__title__text--interview {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-people__title__text--interview {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.p-people__textBox {
  line-height: 2;
}
.p-people__textBox--lineHeightL {
  line-height: 2.5;
}
@media screen and (max-width: 812px) {
  .p-people__textBox--lineHeightL {
    line-height: 2;
  }
}
.p-people__textBox--spaceS {
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .p-people__textBox--spaceS {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__textBox--spaceS {
    margin-top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__textBox--spaceS {
    margin-top: 6.4vw;
  }
}
.p-people__textBox--spaceM {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .p-people__textBox--spaceM {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__textBox--spaceM {
    margin-top: 32px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__textBox--spaceM {
    margin-top: 8.5333333333vw;
  }
}
.p-people__textBox--spaceL {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .p-people__textBox--spaceL {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__textBox--spaceL {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__textBox--spaceL {
    margin-top: 10.6666666667vw;
  }
}
.p-people__textBox__text {
  font-size: 2rem;
}
@media screen and (max-width: 1440px) {
  .p-people__textBox__text {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__textBox__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-people__textBox__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-people__textBox__text--interview {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .p-people__textBox__text--interview {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__textBox__text--interview {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-people__textBox__text--interview {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.p-people__textBox__text--interview span {
  font-weight: normal;
  margin-left: 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1440px) {
  .p-people__textBox__text--interview span {
    margin-left: 1.6666666667vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__textBox__text--interview span {
    margin-left: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-people__textBox__text--interview span {
    margin-left: 4.2666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-people__textBox__text--spaceL {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .p-people__textBox__text--spaceL {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__textBox__text--spaceL {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__textBox__text--spaceL {
    margin-top: 10.6666666667vw;
  }
}
.p-people__textBox__text--sizeS {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #777777;
}
@media screen and (max-width: 1440px) {
  .p-people__textBox__text--sizeS {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__textBox__text--sizeS {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 375px) {
  .p-people__textBox__text--sizeS {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.p-people__textBox__text--list {
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
}
@media screen and (max-width: 1440px) {
  .p-people__textBox__text--list {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__textBox__text--list {
    display: block;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .p-people__textBox__text--list {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__textBox__text--list:nth-child(n+2) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__textBox__text--list:nth-child(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.p-people__textBox__text--list span {
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  .p-people__textBox__text--list span {
    display: block;
  }
}
.p-people__menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .p-people__menu {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__menu {
    margin-top: 48px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__menu {
    margin-top: 12.8vw;
  }
}
.p-people__menu::after {
  content: "";
  display: block;
  width: 660px;
  height: 0;
}
@media screen and (max-width: 1440px) {
  .p-people__menu::after {
    width: 45.8333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__menu::after {
    display: none;
  }
}
.p-people__menu__list {
  width: 660px;
}
@media screen and (max-width: 1440px) {
  .p-people__menu__list {
    width: 45.8333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__menu__list {
    width: 100%;
  }
}
@media screen and (max-width: 812px) {
  .p-people__menu__list:nth-child(n+2) {
    margin-top: 64px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__menu__list:nth-child(n+2) {
    margin-top: 17.0666666667vw;
  }
}
.p-people__menu__list:nth-child(n+3) {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .p-people__menu__list:nth-child(n+3) {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__menu__list:nth-child(n+3) {
    margin-top: 64px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__menu__list:nth-child(n+3) {
    margin-top: 17.0666666667vw;
  }
}
.p-people__menu__list__link {
  display: block;
}
.p-people__menu__list__link:hover {
  opacity: 0.8;
}
.p-people__img {
  position: relative;
}
.p-people__img::before {
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/people/people-interview-arrow.svg);
}
@media screen and (max-width: 1440px) {
  .p-people__img::before {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__img::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  .p-people__img::before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-people__img img {
    width: 100%;
  }
}

.p-people__talk {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 100px auto 0;
}
@media screen and (max-width: 812px) {
  .p-people__talk {
    margin-top: 18.47290640394089vw;
  }
}

/* for
----------------------------------------------------------------- */
.p-for__block__inner {
  max-width: 1212px;
  margin: 0 auto;
  padding: 150px 16px;
}
@media screen and (max-width: 1440px) {
  .p-for__block__inner {
    max-width: 84.1666666667vw;
    padding: 10.4166666667vw 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__block__inner {
    max-width: none;
    padding: 80px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__block__inner {
    padding: 21.3333333333vw 4.2666666667vw;
  }
}
.p-for__block__inner--topBtn {
  width: 100%;
  max-width: 1312px;
  padding: 80px 16px;
}
@media screen and (max-width: 1440px) {
  .p-for__block__inner--topBtn {
    max-width: 91.1111111111vw;
    padding: 5.5555555556vw 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__block__inner--topBtn {
    max-width: none;
    padding: 60px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__block__inner--topBtn {
    padding: 16vw 4.2666666667vw;
  }
}
.p-for__block__inner--flow {
  max-width: 972px;
  margin: 0 auto;
  padding: 150px 16px 183px;
}
@media screen and (max-width: 1440px) {
  .p-for__block__inner--flow {
    max-width: 67.5vw;
    padding: 10.4166666667vw 1.1111111111vw 12.7083333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__block__inner--flow {
    max-width: none;
    padding: 80px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__block__inner--flow {
    padding: 21.3333333333vw 4.2666666667vw;
  }
}
.p-for__block__body {
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .p-for__block__body {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__block__body {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__block__body {
    margin-top: 10.6666666667vw;
  }
}
.p-for__block__body:nth-child(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 1440px) {
  .p-for__block__body:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__block__body:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__block__body:nth-child(n+2) {
    margin-top: 16vw;
  }
}
.p-for__table {
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .p-for__table {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__table {
    margin-top: 48px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__table {
    margin-top: 12.8vw;
  }
}
.p-for__table > tbody > tr {
  border-bottom: 1px solid #e0e0e0;
}
.p-for__table > tbody > tr:last-child {
  border-bottom: none;
}
.p-for__table__title {
  width: 230px;
  line-height: 1;
  font-size: 1.8rem;
  padding: 40px 34px;
  text-align: justify;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1440px) {
  .p-for__table__title {
    width: 15.9722222222vw;
    padding: 2.7777777778vw 2.3611111111vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__table__title {
    width: 100%;
    display: block;
    font-size: 1.8rem;
    padding: 31px 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__table__title {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 8.2666666667vw 6.4vw;
  }
}
.p-for__table__data {
  width: 950px;
  line-height: 1.7;
  font-size: 1.6rem;
  padding: 40px 30px;
  text-align: justify;
}
@media screen and (max-width: 1440px) {
  .p-for__table__data {
    width: 65.9722222222vw;
    font-size: 1.1111111111vw;
    padding: 2.7777777778vw 2.0833333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__table__data {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    padding: 30px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__table__data {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 8vw 4.2666666667vw;
  }
}
.p-for__table__data--spaceTopL {
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .p-for__table__data--spaceTopL {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__table__data--spaceTopL {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__table__data--spaceTopL {
    margin-top: 5.3333333333vw;
  }
}
.p-for__table__data--spaceTopM {
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .p-for__table__data--spaceTopM {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__table__data--spaceTopM {
    margin-top: 0;
  }
}
.p-for__table__data--spaceLetterXL {
  margin-left: 6em;
}
.p-for__table__data--spaceLetterL {
  margin-left: 5em;
}
.p-for__table__data--spaceLetterS {
  margin-left: 1em;
}
.p-for__table__data--spInline {
  display: none;
}
@media screen and (max-width: 812px) {
  .p-for__table__data--spInline {
    display: inline;
  }
}
.p-for__table__data--spBlock {
  display: none;
}
@media screen and (max-width: 812px) {
  .p-for__table__data--spBlock {
    display: block;
  }
}
@media screen and (max-width: 812px) {
  .p-for__table__data--spNone {
    display: none;
  }
}
.p-for__contentTable--spaceTopS {
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .p-for__contentTable--spaceTopS {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__contentTable--spaceTopS {
    margin-top: 0;
  }
}
.p-for__contentTable--spaceTopM {
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .p-for__contentTable--spaceTopM {
    margin-top: 1.3888888889vw;
  }
}
.p-for__contentTable__title {
  vertical-align: baseline;
}
@media screen and (max-width: 812px) {
  .p-for__contentTable__title {
    display: inline;
    vertical-align: middle;
  }
}
.p-for__contentTable__title--spaceLetterS {
  margin-left: 2em;
}
@media screen and (max-width: 812px) {
  .p-for__contentTable__data {
    display: inline;
  }
}
.p-for__recruitTable {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .p-for__recruitTable {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__recruitTable {
    margin-top: 2px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__recruitTable {
    margin-top: 0.5333333333vw;
  }
}
.p-for__recruitTable tr {
  border-bottom: 1px solid #e0e0e0;
}
.p-for__recruitTable thead .p-for__recruitTable__title:last-child {
  padding: 10px 40px 10px 20px;
}
@media screen and (max-width: 1440px) {
  .p-for__recruitTable thead .p-for__recruitTable__title:last-child {
    padding: 0.6944444444vw 2.7777777778vw 0.6944444444vw 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__recruitTable thead .p-for__recruitTable__title:last-child {
    padding: 10px 9px 18px 5.5px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__recruitTable thead .p-for__recruitTable__title:last-child {
    padding: 2.6666666667vw 2.4vw 4.8vw 1.4666666667vw;
  }
}
.p-for__recruitTable tbody .p-for__recruitTable__title {
  padding: 10px 20px 10px 40px;
}
@media screen and (max-width: 1440px) {
  .p-for__recruitTable tbody .p-for__recruitTable__title {
    padding: 0.6944444444vw 1.3888888889vw 0.6944444444vw 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__recruitTable tbody .p-for__recruitTable__title {
    padding: 10px 5.5px 18px 9px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__recruitTable tbody .p-for__recruitTable__title {
    padding: 2.6666666667vw 1.4666666667vw 4.8vw 2.4vw;
  }
}
.p-for__recruitTable tbody .p-for__recruitTable__data:last-child {
  padding: 10px 40px 10px 20px;
}
@media screen and (max-width: 1440px) {
  .p-for__recruitTable tbody .p-for__recruitTable__data:last-child {
    padding: 0.6944444444vw 2.7777777778vw 0.6944444444vw 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__recruitTable tbody .p-for__recruitTable__data:last-child {
    padding: 10px 9px 18px 5.5px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__recruitTable tbody .p-for__recruitTable__data:last-child {
    padding: 2.6666666667vw 2.4vw 4.8vw 1.4666666667vw;
  }
}
.p-for__recruitTable__title, .p-for__recruitTable__data {
  width: 265px;
  line-height: 2;
  font-size: 2.4rem;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-for__recruitTable__title, .p-for__recruitTable__data {
    width: 18.4027777778vw;
    padding: 0.6944444444vw 1.3888888889vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__recruitTable__title, .p-for__recruitTable__data {
    font-size: 2rem;
    padding: 10px 4px 18px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__recruitTable__title, .p-for__recruitTable__data {
    font-size: 20px;
    font-size: 5.3333333333vw;
    padding: 2.6666666667vw 1.4666666667vw 4.8vw;
  }
}
.p-for__flow {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .p-for__flow {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__flow {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__flow {
    margin-top: 10.6666666667vw;
  }
}
.p-for__flow__list {
  display: flex;
  padding: 20px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-for__flow__list {
    padding: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__flow__list {
    display: block;
    padding: 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__flow__list {
    padding: 5.3333333333vw;
  }
}
.p-for__flow__list:nth-child(n+2) {
  margin-top: 66px;
}
@media screen and (max-width: 1440px) {
  .p-for__flow__list:nth-child(n+2) {
    margin-top: 4.5833333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__flow__list:nth-child(n+2) {
    margin-top: 64px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__flow__list:nth-child(n+2) {
    margin-top: 17.0666666667vw;
  }
}
.p-for__flow__list:last-child::before {
  display: none;
}
.p-for__flow__list::before {
  left: 50%;
  content: "";
  bottom: -50px;
  position: absolute;
  border: 10px solid transparent;
  border-top: 16px solid #50b1b2;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .p-for__flow__list::before {
    bottom: -3.4722222222vw;
    border: 0.6944444444vw solid transparent;
    border-top: 1.1111111111vw solid #50b1b2;
  }
}
@media screen and (max-width: 812px) {
  .p-for__flow__list::before {
    bottom: -50px;
    position: absolute;
    border: 10px solid transparent;
    border-top: 16px solid #50b1b2;
  }
}
@media screen and (max-width: 375px) {
  .p-for__flow__list::before {
    bottom: -13.3333333333vw;
    border: 2.6666666667vw solid transparent;
    border-top: 4.2666666667vw solid #50b1b2;
  }
}
.p-for__flow__list--btn {
  line-height: 1;
  padding: 32px 0;
  color: #fff;
  text-align: center;
  justify-content: center;
  background-color: #50b1b2;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .p-for__flow__list--btn {
    padding: 2.2222222222vw 0;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__flow__list--btn {
    padding: 32px 0;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-for__flow__list--btn {
    padding: 8.5333333333vw 0;
    font-size: 36px;
    font-size: 9.6vw;
  }
}
.p-for__flow__list__img {
  background: #f7f7f7;
  width: 160px;
}
@media screen and (max-width: 1440px) {
  .p-for__flow__list__img {
    width: 11.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__flow__list__img {
    display: block;
    width: 160px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .p-for__flow__list__img {
    width: 42.6666666667vw;
  }
}
.p-for__flow__list__img img {
  width: 100%;
}
.p-for__flow__list__block {
  padding: 20px 0 0 40px;
}
@media screen and (max-width: 1440px) {
  .p-for__flow__list__block {
    padding: 1.3888888889vw 0 0 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__flow__list__block {
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__flow__list__block {
    margin-top: 4.2666666667vw;
  }
}
.p-for__btn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 30px;
}
@media screen and (max-width: 812px) {
  .p-for__btn {
    display: block;
  }
}
.p-for__btn__link {
  height: 88px;
  position: relative;
  line-height: 1.5;
  background-color: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1440px) {
  .p-for__btn__link {
    height: 6.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__btn__link {
    width: 100%;
    height: 80px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__btn__link {
    height: 21.3333333333vw;
  }
}
.p-for__btn__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 812px) {
  .p-for__btn__link:nth-child(n+2) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__btn__link:nth-child(n+2) {
    margin-top: 8.5333333333vw;
  }
}
.p-for__btn__link::before {
  top: 45%;
  content: "";
  width: 14px;
  height: 14px;
  right: 22px;
  position: absolute;
  border-bottom: solid 2px #50b1b2;
  border-right: solid 2px #50b1b2;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .p-for__btn__link::before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
    right: 1.5277777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__btn__link::before {
    width: 14px;
    height: 14px;
    right: 22px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__btn__link::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 5.8666666667vw;
  }
}
.p-for__btn__link a {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 2.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .p-for__btn__link a {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__btn__link a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-for__btn__link a {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.p-for__title {
  text-align: center;
}
.p-for__title--recruit {
  text-align: left;
  background: #f7f7f7;
  padding: 18px 40px;
}
@media screen and (max-width: 1440px) {
  .p-for__title--recruit {
    padding: 1.25vw 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__title--recruit {
    max-width: none;
    padding: 18px 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__title--recruit {
    padding: 4.8vw 6.4vw;
  }
}
.p-for__title--spaceTopM {
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .p-for__title--spaceTopM {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__title--spaceTopM {
    margin-top: 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__title--spaceTopM {
    margin-top: 4.2666666667vw;
  }
}
.p-for__title__text {
  line-height: 1;
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .p-for__title__text {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__title__text {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-for__title__text {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.p-for__title__text--sizeM {
  font-size: 2.4rem;
}
@media screen and (max-width: 1440px) {
  .p-for__title__text--sizeM {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__title__text--sizeM {
    line-height: 1;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-for__title__text--sizeM {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__title__text--spLineHeightM {
    line-height: 1.4;
  }
}
.p-for__textBox {
  line-height: 2;
}
.p-for__textBox--recruit {
  padding: 40px 40px 0;
}
@media screen and (max-width: 1440px) {
  .p-for__textBox--recruit {
    padding: 2.7777777778vw 2.7777777778vw 0;
  }
}
@media screen and (max-width: 812px) {
  .p-for__textBox--recruit {
    max-width: none;
    padding: 24px 24px 0;
  }
}
@media screen and (max-width: 375px) {
  .p-for__textBox--recruit {
    padding: 6.4vw 6.4vw 0;
  }
}
.p-for__textBox--spaceTopS {
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .p-for__textBox--spaceTopS {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__textBox--spaceTopS {
    margin-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__textBox--spaceTopS {
    margin-top: 5.3333333333vw;
  }
}
.p-for__textBox--spaceTopM {
  margin-top: 24px;
}
@media screen and (max-width: 1440px) {
  .p-for__textBox--spaceTopM {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__textBox--spaceTopM {
    margin-top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__textBox--spaceTopM {
    margin-top: 6.4vw;
  }
}
.p-for__textBox__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 1440px) {
  .p-for__textBox__text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__textBox__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-for__textBox__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-for__textBox__text--spaceTopL {
  margin-top: 36px;
}
@media screen and (max-width: 1440px) {
  .p-for__textBox__text--spaceTopL {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__textBox__text--spaceTopL {
    margin-top: 32px;
  }
}
@media screen and (max-width: 375px) {
  .p-for__textBox__text--spaceTopL {
    margin-top: 8.5333333333vw;
  }
}
.p-for__textBox__text--en {
  line-height: 1;
  font-weight: bold;
  font-size: 1.8rem;
  color: #50b1b2;
}
@media screen and (max-width: 1440px) {
  .p-for__textBox__text--en {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 812px) {
  .p-for__textBox__text--en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .p-for__textBox__text--en {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.p-for__textBox__text--flow {
  line-height: 1.5;
}
@media screen and (max-width: 812px) {
  .p-for__textBox__text--flow {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .p-for__textBox__text--flow {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.p-for__textBox__text--link {
  text-decoration: underline;
}
.p-for__textBox__text--link:hover {
  text-decoration: none;
}

/* entry
----------------------------------------------------------------- */
.p-entry__block__inner {
  max-width: 1212px;
  margin: 0 auto;
  padding: 80px 16px;
}
@media screen and (max-width: 1440px) {
  .p-entry__block__inner {
    max-width: 84.1666666667vw;
    padding: 5.5555555556vw 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__block__inner {
    max-width: none;
    padding: 60px 16px 51px;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__block__inner {
    padding: 16vw 4.2666666667vw 13.6vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__block__inner--navi {
    padding: 60px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__block__inner--navi {
    padding: 16vw 4.2666666667vw;
  }
}
.p-entry__block__inner--form {
  width: 100%;
  max-width: 900px;
  padding: 150px 10px 200px;
}
@media screen and (max-width: 1440px) {
  .p-entry__block__inner--form {
    max-width: 62.5vw;
    padding: 10.4166666667vw 0.6944444444vw 13.8888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__block__inner--form {
    max-width: none;
    padding: 80px 16px;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__block__inner--form {
    padding: 21.3333333333vw 4.2666666667vw;
  }
}
.p-entry__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 812px) {
  .p-entry__btn {
    display: block;
  }
}
.p-entry__btn__link {
  width: 570px;
  height: 88px;
  line-height: 1.5;
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1440px) {
  .p-entry__btn__link {
    width: 39.5833333333vw;
    height: 6.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__btn__link {
    width: 100%;
    height: 116px;
    margin-top: 8vw;
  }
  .p-entry__btn__link:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__btn__link {
    height: 30.9333333333vw;
  }
}
.p-entry__btn__link::before {
  top: 50%;
  right: 30px;
  content: "";
  width: 23px;
  height: 17px;
  position: absolute;
  background-size: contain;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/common/btn-icon.png);
}
@media screen and (max-width: 1440px) {
  .p-entry__btn__link::before {
    width: 1.5972222222vw;
    height: 1.1805555556vw;
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__btn__link::before {
    width: 23px;
    height: 17px;
    right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__btn__link::before {
    width: 6.1333333333vw;
    height: 4.5333333333vw;
    right: 5.3333333333vw;
  }
}
.p-entry__btn__link:hover {
  opacity: 0.8;
}
.p-entry__btn__link a {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 2.4rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .p-entry__btn__link a {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__btn__link a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__btn__link a {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.p-entry__btn__link a br {
  display: none;
}
@media screen and (max-width: 812px) {
  .p-entry__btn__link a br {
    display: block;
  }
}
.p-entry__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-entry__form select::-ms-expand {
  display: none;
}
.p-entry__form__btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1440px) {
  .p-entry__form__btn {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__form__btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__form__btn {
    margin-top: 16vw;
  }
}
.p-entry__form__btn__link, .p-entry__form__btn__link.mfp_element_submit {
  border: 0;
  width: 360px;
  height: 88px;
  line-height: 1;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  background-color: #50b1b2;
}
@media screen and (max-width: 1440px) {
  .p-entry__form__btn__link, .p-entry__form__btn__link.mfp_element_submit {
    width: 25vw;
    height: 6.1111111111vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__form__btn__link, .p-entry__form__btn__link.mfp_element_submit {
    width: 100%;
    height: 88px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__form__btn__link, .p-entry__form__btn__link.mfp_element_submit {
    height: 23.4666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-entry__form__btn__link:hover, .p-entry__form__btn__link.mfp_element_submit:hover {
  opacity: 0.8;
}
.p-entry__form__btn__link.mfp_element_submit {
  border-radius: 0;
  background: #50b1b2;
  text-shadow: none;
  padding: 0;
}
.p-entry__form__btn__link.mfp_element_submit:hover {
  background: #50b1b2;
  box-shadow: none;
}
.p-entry__table {
  width: 100%;
  margin-top: 150px;
}
@media screen and (max-width: 1440px) {
  .p-entry__table {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__table {
    margin-top: 64px;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__table {
    margin-top: 17.0666666667vw;
  }
}
.p-entry__table__title {
  width: 300px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .p-entry__table__title {
    width: 20.8333333333vw;
    font-size: 1.1111111111vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__table__title {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__table__title {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-entry__table__title--textarea {
  padding-top: 22px;
  vertical-align: top;
}
@media screen and (max-width: 1440px) {
  .p-entry__table__title--textarea {
    padding-top: 1.5277777778vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__table__title--textarea {
    padding-top: 0;
    vertical-align: inherit;
  }
}
.p-entry__table__title--must, .p-entry__table__title--free {
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #bf0000;
}
@media screen and (max-width: 1440px) {
  .p-entry__table__title--must, .p-entry__table__title--free {
    margin-left: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__table__title--must, .p-entry__table__title--free {
    margin-left: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__table__title--must, .p-entry__table__title--free {
    margin-left: 2.6666666667vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.p-entry__table__title--free {
  color: #9a9a9a;
}
.p-entry__table__data {
  width: 580px;
  line-height: 1.5;
  font-size: 1.6rem;
  padding-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .p-entry__table__data {
    width: 40.2777777778vw;
    font-size: 1.1111111111vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__table__data {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    margin-top: 24px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__table__data {
    margin-top: 6.4vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-entry__table__data__input, .p-entry__table__data__input.mfp_element_text, .p-entry__table__data__textarea, .p-entry__table__data__textarea.mfp_element_textarea {
  width: 100% !important;
  border: none;
  padding: 18px 10px;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1440px) {
  .p-entry__table__data__input, .p-entry__table__data__input.mfp_element_text, .p-entry__table__data__textarea, .p-entry__table__data__textarea.mfp_element_textarea {
    padding: 1.25vw 0.6944444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__table__data__input, .p-entry__table__data__input.mfp_element_text, .p-entry__table__data__textarea, .p-entry__table__data__textarea.mfp_element_textarea {
    padding: 18px 10px;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__table__data__input, .p-entry__table__data__input.mfp_element_text, .p-entry__table__data__textarea, .p-entry__table__data__textarea.mfp_element_textarea {
    padding: 4.8vw 2.6666666667vw;
  }
}
.p-entry__table__data__textarea, .p-entry__table__data__textarea.mfp_element_textarea {
  min-height: 300px;
  resize: vertical;
}
@media screen and (max-width: 1440px) {
  .p-entry__table__data__textarea, .p-entry__table__data__textarea.mfp_element_textarea {
    min-height: 20.8333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__table__data__textarea, .p-entry__table__data__textarea.mfp_element_textarea {
    min-height: 180px;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__table__data__textarea, .p-entry__table__data__textarea.mfp_element_textarea {
    min-height: 48vw;
    padding: 1.6vw 2.6666666667vw;
  }
}
.p-entry__table tr:last-child .p-entry__table__title,
.p-entry__table tr:last-child .p-entry__table__data {
  padding-bottom: 80px;
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (max-width: 1440px) {
  .p-entry__table tr:last-child .p-entry__table__title,
.p-entry__table tr:last-child .p-entry__table__data {
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__table tr:last-child .p-entry__table__title,
.p-entry__table tr:last-child .p-entry__table__data {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__table tr:last-child .p-entry__table__title,
.p-entry__table tr:last-child .p-entry__table__data {
    padding-bottom: 17.0666666667vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__table tr:last-child .p-entry__table__title {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-entry__title__text {
  line-height: 1;
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .p-entry__title__text {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__title__text {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__title__text {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.p-entry__textBox {
  line-height: 2;
}
.p-entry__textBox__text {
  font-size: 2rem;
}
@media screen and (max-width: 1440px) {
  .p-entry__textBox__text {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__textBox__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__textBox__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.p-entry__textBox__text--spaceL {
  margin-top: 100px;
}
@media screen and (max-width: 1440px) {
  .p-entry__textBox__text--spaceL {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 812px) {
  .p-entry__textBox__text--spaceL {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .p-entry__textBox__text--spaceL {
    margin-top: 10.6666666667vw;
  }
}

#entry form#mailformpro {
  padding: 0;
}
#entry .mfp_element_all {
  max-width: none;
}
#entry form#mailformpro label {
  border-radius: 0;
  margin: 0;
  white-space: normal;
}
#entry .mfp_error {
  margin-top: 10px;
  color: #bf0000;
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner h4 {
  padding: 0 0 10px 0;
  line-height: 1;
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner h4 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 812px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner h4 {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner h4 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table {
  margin-top: 150px;
}
@media screen and (max-width: 1440px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table {
    margin-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 812px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table {
    margin-top: 64px;
  }
}
@media screen and (max-width: 375px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table {
    margin-top: 17.0666666667vw;
  }
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr {
  background-color: #fff;
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma th, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored th {
  width: 300px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 22px 0;
  border: none;
  position: relative;
  vertical-align: baseline;
}
@media screen and (max-width: 1440px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma th, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored th {
    width: 20.8333333333vw;
    font-size: 1.1111111111vw;
    padding: 0 0 1.5277777778vw 0;
  }
}
@media screen and (max-width: 812px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma th, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored th {
    padding: 0;
    width: 100%;
    display: block;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 375px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma th, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored th {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma th::after, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored th::after {
  font-weight: normal;
  content: "【必須】";
  width: 50px;
  height: 14px;
  padding-left: 1em;
  color: #bf0000;
  font-size: 1.4rem;
}
@media screen and (max-width: 1440px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma th::after, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored th::after {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 812px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma th::after, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored th::after {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma th::after, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored th::after {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma th#th_message::after, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored th#th_message::after {
  content: "【任意】";
  color: #9a9a9a;
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma td, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored td {
  width: 580px;
  border: none;
  line-height: 1.7;
  font-size: 1.6rem;
  padding: 0 0 22px 0;
  vertical-align: baseline;
}
@media screen and (max-width: 1440px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma td, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored td {
    width: 40.2777777778vw;
    font-size: 1.1111111111vw;
    padding: 0 0 1.5277777778vw 0;
  }
}
@media screen and (max-width: 812px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma td, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored td {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    margin-top: 46px;
    padding: 0 0 22px 0;
  }
}
@media screen and (max-width: 375px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_achroma td, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr.mfp_colored td {
    margin-top: 12.2666666667vw;
    padding: 0 0 5.8666666667vw 0;
  }
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:nth-child(n+2) th {
  padding-top: 81px;
}
@media screen and (max-width: 1440px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:nth-child(n+2) th {
    padding-top: 5.625vw;
  }
}
@media screen and (max-width: 812px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:nth-child(n+2) th {
    padding-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:nth-child(n+2) th {
    padding-top: 10.6666666667vw;
  }
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:nth-child(n+2) td {
  padding-top: 81px;
}
@media screen and (max-width: 1440px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:nth-child(n+2) td {
    padding-top: 5.625vw;
  }
}
@media screen and (max-width: 375px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:nth-child(n+2) td {
    padding-top: 21.6vw;
  }
}
@media screen and (max-width: 812px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:nth-child(n+2) td {
    padding-top: 0;
  }
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_achroma th,
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_achroma td, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_colored th,
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_colored td {
  padding-bottom: 80px;
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (max-width: 1440px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_achroma th,
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_achroma td, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_colored th,
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_colored td {
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 812px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_achroma th,
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_achroma td, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_colored th,
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_colored td {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 375px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_achroma th,
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_achroma td, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_colored th,
#entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_colored td {
    padding-bottom: 17.0666666667vw;
  }
}
@media screen and (max-width: 812px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_achroma th, #entry #mfp_phase_confirm #mfp_phase_confirm_inner #mfp_confirm_table tr:last-child.mfp_colored th {
    padding-bottom: 0;
    border-bottom: none;
  }
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons {
  padding: 0;
  display: flex;
  text-align: center;
  margin-top: 80px;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1440px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 812px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons {
    margin-top: 60px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 375px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons {
    margin-top: 16vw;
  }
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button {
  border: 0;
  width: 360px;
  height: 88px;
  line-height: 1;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 0;
  text-shadow: none;
  padding: 0;
  background: #50b1b2;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1440px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button {
    width: 25vw;
    height: 6.1111111111vw;
    font-size: 1.1111111111vw;
    margin: 0 0 0 2.7777777778vw;
  }
}
@media screen and (max-width: 812px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button {
    width: 100%;
    height: 88px;
    font-size: 1.6rem;
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  #entry #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button {
    height: 23.4666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin: 4.2666666667vw 0 0 0;
  }
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons .mfp_element_button:hover {
  background: #50b1b2;
  box-shadow: none;
  opacity: 0.8;
}
#entry #mfp_phase_confirm #mfp_phase_confirm_inner .mfp_buttons #mfp_button_cancel.mfp_element_button {
  margin: 0;
  background: #9a9a9a;
}

/* ==========================================================================
Utility
========================================================================== */
/* back ground color
----------------------------------------------------------------- */
.u-bg--color1 {
  background-color: #f3fbfb;
}
.u-bg--color2 {
  background-color: #f7f7f7;
}
.u-bg--color3 {
  background-color: #ebeff2;
}

/* display
----------------------------------------------------------------- */
@media print, screen and (min-width: 813px) {
  .u-display--block-pc {
    display: block;
  }
}
@media screen and (max-width: 812px) {
  .u-display--block-tablet {
    display: block;
  }
}
@media screen and (max-width: 812px) {
  .u-display--block-sp {
    display: block;
  }
}
@media print, screen and (min-width: 813px) {
  .u-display--inline-pc {
    display: inline;
  }
}
@media screen and (max-width: 812px) {
  .u-display--inline-tablet {
    display: inline;
  }
}
.u-display--inline-sp {
  display: block;
}
@media screen and (max-width: 812px) {
  .u-display--inline-sp {
    display: inline;
  }
}

@media screen and (max-width: 812px) {
  .u-show--pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 813px) {
  .u-show--pc {
    display: block !important;
  }
}
@media screen and (max-width: 812px) {
  .u-show--sp {
    display: block !important;
  }
}
@media print, screen and (min-width: 813px) {
  .u-show--sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 813px) {
  .u-hide--pc {
    display: none !important;
  }
}
@media screen and (max-width: 812px) {
  .u-hide--sp {
    display: none !important;
  }
}

/* text
----------------------------------------------------------------- */
.u-text--color-list1 {
  color: #fff;
}
.u-text--color-list2 {
  color: #50b1b2;
}
.u-text--decoration-underline {
  text-decoration: underline;
}

/* align
----------------------------------------------------------------- */
.u-align--center {
  text-align: center;
}
.u-align--right {
  text-align: right;
}
.u-align--left {
  text-align: left;
}


.offtime {
  background: #f3fbfb;
  padding: 100px 0;
}
.offtime-list {
  width: 960px;
  margin: 0 auto;
  display: flex;
}
.offtime-list__head {
  font-size: 4.0rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 100px;
}
.offtime-list__text {
  font-size: 2.0rem;
  line-height: 2;
}

@media screen and (max-width: 812px) {
  .offtime {
    padding: 80px 16px;
  }
  .offtime-list {
    width: 100%;
    display: block;
  }
  .offtime-list__head {
    font-size: 3.2rem;
    text-align: center;
    margin-right: 0;
    margin-bottom: 3.0rem;
  }
  .offtime-list__text {
    font-size: 1.6rem;
  }
}


.internship {
  background: #fff;
  padding: 40px;
  margin-top: 5.5556vw;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 812px) {
  .internship {
    padding: calc(100vw * 50 / 812);
    display: block;
  }
}
.internship__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-right: 2em;
}
@media screen and (max-width: 812px) {
  .internship__text {
    font-size: 1.6rem;
    margin-right: 0;
  }
}
.internship__img {
  width: min(calc(100vw * 500 / 1440), 50.0rem);
  flex-shrink: 0;
}
@media screen and (max-width: 812px) {
  .internship__img {
    width: 100%;
    margin-bottom: calc(100vw * 50 / 812);
  }
  .internship__img img {
    width: 100%;
  }
}
.internship__entry {
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
  background: #ff8a22;
  width: 100%;
  height: 80px;
  margin-top: 30px;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 812px) {
  .internship__entry {
    margin-top: calc(100vw * 50 / 812);
  }
}
