@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: unset;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  border: none;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2F2F2F;
}

body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
}

section {
  width: 100%;
}

img,
svg {
  width: 100%;
  vertical-align: top;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-main {
  position: relative;
}

.c-headline01 {
  font-size: 48px;
  font-size: 3.3333333333vw;
  line-height: 1.0833333333;
  letter-spacing: 0em;
  color: #399EA3;
}

.c-headline02 {
  font-size: 20px;
  font-size: 1.3888888889vw;
  line-height: 2.6;
  letter-spacing: 0em;
}

.c-headline03 {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4166666667vw 2.5vw 0.4166666667vw 2.5vw;
  font-size: 36px;
  font-size: 2.5vw;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  background-color: #399EA3;
  color: #fff;
}

.p-header {
  position: relative;
  background-color: #fff;
  padding: 1.7361111111vw 2.2916666667vw 1.7361111111vw 2.2916666667vw;
  z-index: 50;
}

.p-header__logo {
  width: auto;
  height: 3.6805555556vw;
}

.p-header__logo img {
  width: auto;
  height: 100%;
}

.p-header__button {
  display: none;
}

.p-header__button span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #399EA3;
  transition: 0.3s;
}

.p-header__button span:nth-child(1) {
  top: 0;
}

.p-header__button span:nth-child(2) {
  top: 0;
  bottom: 0;
}

.p-header__button span:nth-child(3) {
  bottom: 0;
}

.p-header__button.is-active span:nth-child(1) {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

.p-header__button.is-active span:nth-child(2) {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
}

.p-header__button.is-active span:nth-child(3) {
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.p-nav {
  position: absolute;
  top: 0;
  left: 3.5416666667vw;
  width: 10.8333333333vw;
  text-align: center;
}

.p-nav__list {
  text-align: center;
}

.p-nav__list__link {
  font-size: 16px;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-nav__list__link:not(:first-of-type) {
  margin-top: 2.2222222222vw;
}

.p-nav__line {
  display: block;
  width: 1px;
  height: 15.4861111111vw;
  margin: 1.5277777778vw auto 0vw auto;
  background-color: #399EA3;
}

.p-nav__button {
  display: block;
  position: relative;
  width: 100%;
  background-color: #FF6767;
  color: #fff;
  font-weight: 600;
  box-sizing: border-box;
  margin-top: 1.5972222222vw;
  padding: 0.8333333333vw 2.5694444444vw 0.8333333333vw 2.5694444444vw;
  font-size: 16px;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  letter-spacing: 0em;
  border-radius: 0.4166666667vw;
}

.p-nav__button__arrow {
  position: absolute;
  width: 7%;
  margin: auto;
  top: 0;
  right: 8%;
  bottom: 0;
}

.p-fv__main {
  width: 83.3333333333vw;
  margin-left: auto;
}

.p-lead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 71.3888888889vw;
  margin: 5.1388888889vw auto 0vw auto;
}

.p-lead__headline {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: #399EA3;
  writing-mode: vertical-rl;
  text-align: left;
  width: 21.1805555556vw;
  font-size: 60px;
  font-size: 4.1666666667vw;
  line-height: 2;
  letter-spacing: 0em;
  flex: 0 0 auto;
}

.p-lead__text {
  font-size: 24px;
  font-size: 1.6666666667vw;
  line-height: 2.1666666667;
  letter-spacing: 0em;
  margin-top: 2.0833333333vw;
  width: 50.5555555556vw;
}

.p-message {
  margin-top: 9.4444444444vw;
}

.p-message__top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.p-message__image {
  width: 68.8194444444vw;
}

.p-message__name {
  margin-top: 2.9166666667vw;
  margin-left: 2.5vw;
}

.p-message__name__headline {
  font-size: 20px;
  font-size: 1.3888888889vw;
  line-height: 1.45;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-message__name__title {
  margin-top: 5.4166666667vw;
  font-size: 12px;
  font-size: 0.8333333333vw;
  line-height: 1.4166666667;
  letter-spacing: 0em;
}

.p-message__name__main {
  margin-top: 0.4166666667vw;
  font-size: 32px;
  font-size: 2.2222222222vw;
  line-height: 1.4375;
  letter-spacing: 0em;
}

.p-message__name__sub {
  margin-top: 0.8333333333vw;
  font-size: 12px;
  font-size: 0.8333333333vw;
  line-height: 1.4166666667;
  letter-spacing: 0em;
}

.p-message__block {
  width: 71.3888888889vw;
  margin: auto;
}

.p-message__text {
  font-size: 16px;
  font-size: 1.1111111111vw;
  line-height: 1.875;
  letter-spacing: 0em;
  width: 50.5555555556vw;
  margin-top: 2.2222222222vw;
  margin-left: auto;
}

.p-profile {
  margin: 12.7777777778vw auto 0vw auto;
  width: 71.3888888889vw;
}

.p-profile__table {
  margin-left: auto;
  width: 57.0138888889vw;
  font-size: 16px;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}

.p-profile__table__row {
  border-top: 1px solid #707070;
}

.p-profile__table__headline {
  color: #399EA3;
  text-align: left;
  padding: 1.1111111111vw 0vw 1.1111111111vw 0vw;
  font-size: 15px;
  font-size: 1.0416666667vw;
  line-height: 2.1333333333;
  letter-spacing: 0em;
}

.p-profile__table__text {
  padding: 1.1111111111vw 0vw 1.1111111111vw 0vw;
  font-size: 15px;
  font-size: 1.0416666667vw;
  line-height: 2.1333333333;
  letter-spacing: 0em;
}

.p-works {
  margin: 12.7777777778vw auto 0vw auto;
  width: 71.3888888889vw;
  padding: 0vw 0vw 5.3472222222vw 0vw;
}

.p-works__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 63.4722222222vw;
  margin-left: auto;
}

.p-works__image {
  position: relative;
  width: 31.1805555556vw;
  margin-top: 2.4305555556vw;
}

.p-works__image__label {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #399EA3;
  font-size: 16px;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  letter-spacing: 0em;
  padding: 0.2083333333vw 0.5555555556vw 0.2083333333vw 0vw;
}

.p-recruit {
  padding: 11.3194444444vw 0vw 11.3194444444vw 0vw;
  background-color: #EFEFEF;
}

.p-recruit__wrap {
  width: 69.9305555556vw;
  margin: auto;
}

.p-recruit__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.125vw;
}

.p-recruit__box {
  width: 31.1805555556vw;
}

.p-recruit__headline {
  font-size: 24px;
  font-size: 1.6666666667vw;
  line-height: 1.4583333333;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-recruit__headline02 {
  font-size: 28px;
  font-size: 1.9444444444vw;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  color: #399EA3;
  font-weight: 400;
}

.p-recruit__headline03 {
  font-size: 36px;
  font-size: 2.5vw;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  color: #399EA3;
  text-align: center;
  font-weight: 400;
}

.p-recruit__define {
  margin-top: 2.7777777778vw;
}

.p-recruit__define__term {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-recruit__define__term span {
  display: block;
  flex: 0 0 auto;
  margin-right: 0.9722222222vw;
  font-weight: 500;
}

.p-recruit__define__term::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #707070, #000 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.p-recruit__define__description {
  margin-top: 1.1111111111vw;
  font-size: 14px;
  font-size: 0.9722222222vw;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}

.p-recruit__flow {
  margin-top: 3.8888888889vw;
}

.p-recruit__flow__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.75vw;
}

.p-recruit__flow__box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.8055555556vw;
  height: 6.5972222222vw;
  background-color: #399EA3;
  font-size: 28px;
  font-size: 1.9444444444vw;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  color: #fff;
}

.p-recruit__flow__arrow {
  background: #696969;
  width: 0.8333333333vw;
  height: 0.9722222222vw;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.p-recruit__flow__num {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-size: 2.5vw;
  line-height: 0.5555555556;
  letter-spacing: 0em;
  color: #399EA3;
}

.p-recruit__contact {
  margin-top: 10.2083333333vw;
}

.p-recruit__contact__text {
  margin-top: 2.2222222222vw;
  font-size: 20px;
  font-size: 1.3888888889vw;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
}

.p-recruit__contact__button {
  display: block;
  width: 25vw;
  margin: 4.2361111111vw auto 0vw auto;
  padding: 0.8333333333vw 0vw 0.8333333333vw 0vw;
  border-radius: 500px;
  font-size: 31px;
  font-size: 2.1527777778vw;
  line-height: 1.4516129032;
  letter-spacing: 0em;
  box-sizing: border-box;
  background-color: #FF6767;
  color: #fff;
  text-align: center;
}

.p-recruit__contact__check {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2.2222222222vw;
  font-size: 16px;
  font-size: 1.1111111111vw;
  line-height: 1.875;
  letter-spacing: 0em;
}

.p-recruit__contact__check input {
  margin-right: 0.25em;
}

.p-recruit__contact__notes {
  display: block;
  margin-top: 0.9722222222vw;
  text-align: center;
  font-size: 12px;
  font-size: 0.8333333333vw;
  line-height: 1.4166666667;
  letter-spacing: 0em;
}

.p-footer {
  padding: 3.75vw 0vw 3.75vw 0vw;
}

.p-footer__logo {
  width: 17.9166666667vw;
  margin: auto;
}

.p-footer__copyright {
  margin-top: 2.0833333333vw;
  text-align: center;
  font-size: 12px;
  font-size: 0.8333333333vw;
  line-height: 1.4166666667;
  letter-spacing: 0em;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-caution {
  font-size: 0.5em;
  color: #A80000;
}

.u-ftMin {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-mtem {
  margin-top: 1em;
}

.u-mdown20 {
  margin-left: 20px;
}

.u-mdown40 {
  margin-left: 40px;
}

.u-fadeUp {
  opacity: 1;
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0s, filter 0.3s, transform 0s;
  transform: translateY(0%);
}

.u-fadeUp.is-active {
  opacity: 0;
  transform: translateY(10%);
  filter: blur(12px);
}

.u-fadeIn {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0.6s, filter 0.9s, transform 0.9s;
}

.u-fadeIn.is-active {
  transform: scale(1.05);
  opacity: 0;
  filter: blur(12px);
}

.u-slideLeft {
  transform: translateX(0);
  overflow: hidden;
  transition: 0.9s;
  transition-delay: 0.6s;
}

.u-slideLeft.is-active {
  transform: translateX(-100%);
}

.u-slideRight {
  transform: translateX(0);
  overflow: hidden;
  transition: 0.9s;
  transition-delay: 0.6s;
}

.u-slideRight.is-active {
  transform: translateX(100%);
}

.u-colorSet {
  position: relative;
  transition: 0.9s;
  transition-delay: 0.1s;
  z-index: 0;
}

.u-colorSet::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 110%;
  background-color: #399EA3;
  z-index: 1;
  transition: 0.6s;
  transition-delay: 0.6s;
}

.u-colorSet.is-active::after {
  width: 100%;
  height: 110%;
}

@media screen and (min-width: 1025px), print {
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .u-mdown20 {
    margin-left: 1.3888888889vw;
  }

  .u-mdown40 {
    margin-left: 2.7777777778vw;
  }
}

@media screen and (max-width: 767px) {
  body.is-fixed-sp {
    overflow: hidden;
  }

  .c-headline01 {
    font-size: 38px;
    font-size: 10.1333333333vw;
    line-height: 1.3684210526;
    letter-spacing: 0em;
  }

  .c-headline02 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 2.6;
    letter-spacing: 0em;
  }

  .c-headline03 {
    padding: 1.0666666667vw 4.8vw 1.0666666667vw 4.8vw;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.4583333333;
    letter-spacing: 0em;
  }

  .p-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7.2vw 9.3333333333vw 7.4666666667vw 3.7333333333vw;
  }

  .p-header__logo {
    height: 10.6666666667vw;
  }

  .p-header__button {
    position: relative;
    display: block;
    width: 7.2vw;
    height: 4.8vw;
  }

  .p-nav {
    padding-top: 26.6666666667vw;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 40;
  }

  .p-nav.is-active {
    display: flex;
  }

  .p-nav__list__link {
    font-size: 30px;
    font-size: 8vw;
    line-height: 1.4666666667;
    letter-spacing: 0em;
    color: #399EA3;
  }

  .p-nav__list__link:not(:first-of-type) {
    margin-top: 8.5333333333vw;
  }

  .p-nav__line {
    height: 33.6vw;
    margin: 6.1333333333vw auto 0vw auto;
  }

  .p-nav__button {
    width: 60.8vw;
    margin-top: 7.4666666667vw;
    padding: 4.2666666667vw 0vw 4.2666666667vw 0vw;
    font-size: 23px;
    font-size: 6.1333333333vw;
    line-height: 1.4782608696;
    letter-spacing: 0em;
    border-radius: 1.6vw;
  }

  .p-fv__main {
    width: 100%;
  }

  .p-lead {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 85.3333333333vw;
    margin: 18.1333333333vw auto 0vw auto;
  }

  .p-lead__headline {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 40px;
    font-size: 10.6666666667vw;
    line-height: 1.55;
    letter-spacing: 0em;
    writing-mode: unset;
  }

  .p-lead__text {
    margin-top: 9.6vw;
    width: 100%;
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 2;
    letter-spacing: 0em;
  }

  .p-message__top {
    flex-direction: column;
  }

  .p-message__image {
    width: 100%;
  }

  .p-message__name {
    width: 85.3333333333vw;
    margin: 6.1333333333vw auto 0vw auto;
  }

  .p-message__name__headline {
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.45;
    letter-spacing: 0em;
  }

  .p-message__name__title {
    margin-top: 6.9333333333vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }

  .p-message__name__main {
    margin-top: 2.1333333333vw;
    font-size: 32px;
    font-size: 8.5333333333vw;
    line-height: 1.4375;
    letter-spacing: 0em;
  }

  .p-message__name__sub {
    margin-top: 3.2vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }

  .p-message__block {
    width: 85.3333333333vw;
  }

  .p-message__text {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.875;
    letter-spacing: 0em;
    margin-top: 8.5333333333vw;
    width: 85.3333333333vw;
  }

  .p-profile {
    margin: 22.9333333333vw auto 0vw auto;
    width: 85.3333333333vw;
  }

  .p-profile__table {
    margin: 6.4vw auto 0vw auto;
    width: 100%;
  }

  .p-profile__table__headline {
    width: 28vw;
    padding: 4.2666666667vw 0vw 4.2666666667vw 0vw;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }

  .p-profile__table__text {
    padding: 5.3333333333vw 0vw 5.3333333333vw 0vw;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }

  .p-works {
    margin: 22.1333333333vw auto 0vw auto;
    width: 85.3333333333vw;
    padding: 0vw 0vw 22.1333333333vw 0vw;
  }

  .p-works__container {
    flex-direction: column;
    width: 100%;
  }

  .p-works__image {
    width: 100%;
    margin-top: 6.4vw;
  }

  .p-works__image__label {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0em;
    padding: 0.8vw 2.1333333333vw 0.8vw 0vw;
  }

  .p-recruit {
    padding: 14.4vw 0vw 14.4vw 0vw;
  }

  .p-recruit__wrap {
    width: 85.3333333333vw;
  }

  .p-recruit__container {
    flex-direction: column;
    margin-top: 8.2666666667vw;
  }

  .p-recruit__box {
    width: 100%;
  }

  .p-recruit__box:not(:first-of-type) {
    margin-top: 14.9333333333vw;
  }

  .p-recruit__headline {
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.4583333333;
    letter-spacing: 0em;
  }

  .p-recruit__headline02 {
    font-size: 28px;
    font-size: 7.4666666667vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }

  .p-recruit__headline03 {
    font-size: 32px;
    font-size: 8.5333333333vw;
    line-height: 1.4375;
    letter-spacing: 0em;
  }

  .p-recruit__define {
    margin-top: 10.6666666667vw;
  }

  .p-recruit__define__term {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }

  .p-recruit__define__description {
    margin-top: 4.2666666667vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }

  .p-recruit__flow {
    margin-top: 26.6666666667vw;
  }

  .p-recruit__flow__container {
    flex-wrap: wrap;
    margin-top: 14.4vw;
  }

  .p-recruit__flow__box {
    width: 37.3333333333vw;
    height: 20.8vw;
    font-size: 22px;
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    letter-spacing: 0em;
  }

  .p-recruit__flow__arrow {
    width: 3.2vw;
    height: 3.7333333333vw;
  }

  .p-recruit__flow__arrow:nth-child(4n) {
    margin-top: 2.6666666667vw;
    margin-right: 40%;
    margin-bottom: 5.3333333333vw;
    margin-left: 50%;
    transform-origin: center center;
    opacity: 0;
  }

  .p-recruit__flow__num {
    font-size: 32px;
    font-size: 8.5333333333vw;
    line-height: 0.6875;
    letter-spacing: 0em;
  }

  .p-recruit__contact {
    margin-top: 33.8666666667vw;
  }

  .p-recruit__contact__text {
    margin-top: 9.8666666667vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }

  .p-recruit__contact__button {
    width: 84.2666666667vw;
    margin: 8.5333333333vw auto 0vw auto;
    padding: 3.2vw 0vw 3.2vw 0vw;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }

  .p-recruit__contact__check {
    margin-top: 9.0666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.875;
    letter-spacing: 0em;
  }

  .p-recruit__contact__notes {
    margin-top: 3.7333333333vw;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }

  .p-footer {
    padding: 14.4vw 0vw 14.4vw 0vw;
  }

  .p-footer__logo {
    width: 68.8vw;
  }

  .p-footer__copyright {
    margin-top: 6.4vw;
    text-align: center;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }

  .u-pc {
    display: none;
  }

  .u-mdown20 {
    margin-bottom: 10.6666666667vw;
    margin-left: unset;
  }

  .u-mdown40 {
    margin-bottom: 21.3333333333vw;
    margin-left: unset;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .u-sp {
    display: none;
  }
}