/* 色
===================================== */

/* レイアウト幅
===================================== */

/* 重なり順
===================================== */

/* フォント
===================================== */

/* =====================================
リセットCSS
===================================== */

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

/* 基本設定
===================================== */

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

html {
  font-size: 62.5%;
  z-index: 1;
}

body {
  color: #231815;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.45;
  z-index: 1;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.7;
}

img {
  border: none;
  display: block;
  max-width: 100%;
}

/* ブレークポイント
===================================== */

/* メディアクエリ
===================================== */

/* 貂明朝
===================================== */

/* 小塚ゴシック
===================================== */

.l-footer {
  background-color: rgba(145, 155, 141, 0.2);
  height: auto;
}

.l-header {
  position: fixed;
  width: 100%;
  z-index: 20;
}

.l-inner {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  width: 1200px;
}

.c-btn {
  display: inline-block;
  text-align: center;
}

.c-btn--more {
  border: 1px solid #fff;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 52px 8px 34px;
  position: relative;
}

.c-btn--more::after {
  color: #fff;
  content: ">";
  font-size: 16px;
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn--mix::before {
  background-color: #949495;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -99;
}

.c-drawer {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 40;
}

.c-drawer__icon {
  position: fixed;
  right: 21px;
  top: 27px;
  z-index: 42;
}

.c-drawer__icon-bars {
  display: block;
  height: 20px;
  position: relative;
  width: 22px;
}

.c-drawer__icon-bars.is-active .c-drawer__icon-bar1 {
  background-color: #fff;
  top: 8px;
  transform: rotateZ(45deg);
  transition: transform 0.5s ease 0s;
}

.c-drawer__icon-bars.is-active .c-drawer__icon-bar2 {
  display: none;
}

.c-drawer__icon-bars.is-active .c-drawer__icon-bar3 {
  background-color: #fff;
  top: 8px;
  transform: rotateZ(-45deg);
  transition: transform 0.5s ease 0s;
}

.c-drawer__icon-bar1,
.c-drawer__icon-bar2,
.c-drawer__icon-bar3 {
  background-color: #1f2774;
  height: 4px;
  position: absolute;
  right: 0;
  width: 22px;
}

.c-drawer__icon-bar1 {
  top: 0;
}

.c-drawer__icon-bar2 {
  top: 8px;
}

.c-drawer__icon-bar3 {
  top: 16px;
}

.c-drawer__menu {
  background-color: #1f2774;
  height: 100%;
  padding-top: 100px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  width: 100%;
  z-index: 41;
}

.c-drawer__menu.is-active {
  transform: translateX(0%);
}

.c-drawer-menu__items {
  position: relative;
}

.c-drawer-menu__item {
  height: 65px;
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  text-align: center;
  width: calc(100% - 40px);
}

.c-drawer-menu__item:first-child {
  border-top: 1pt dotted #fff;
}

.c-drawer-menu__item:not(:last-child) {
  border-bottom: 1pt dotted #fff;
}

.c-drawer-menu__item--contact {
  background-color: #fff;
  margin-top: 20px;
}

.c-drawer-menu__link {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 65px;
  text-decoration: none;
  width: 100%;
}

.c-drawer-menu__link--contact {
  color: #1f2774;
}

.c-global-nav {
  height: 45px;
}

.c-global-nav__list {
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 4px;
}

.c-global-nav__item:nth-child(n + 2) {
  margin-left: 24px;
}

.c-global-nav__link {
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.8125;
  text-transform: uppercase;
}

.c-logo {
  display: block;
}

.c-logo__link {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.c-logo__img {
  height: auto;
  width: 100%;
}

.p-application {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: -101;
}

.p-application__link {
  border: 1px solid #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 500;
  height: 209px;
  letter-spacing: 0.06em;
  line-height: 1.3410714286;
  padding-top: 35px;
  position: relative;
  text-align: center;
  width: 209px;
  z-index: -100;
}

.p-application__link::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 38px;
  content: "";
  height: 45px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 45px;
}

.p-application__link--primary {
  background-color: #1f2774;
  color: #fff;
}

.p-application__link--primary::after {
  background-image: url(../img/common/arrow_white.png);
}

.p-application__link--secondary {
  background-color: #ffbc2e;
  color: #000;
}

.p-application__link--secondary::after {
  background-image: url(../img/common/arrow_black.png);
}

.p-banner-wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 237px;
  padding-top: 167px;
  width: 1366px;
}

.p-banner-wrapper__link {
  display: block;
}

.p-banner {
  font-feature-settings: "palt" 1;
  position: relative;
}

.p-banner::before {
  background: url(../img/common/banner_bg.png) no-repeat left top/cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 460px;
  z-index: 2;
}

.p-banner__head {
  background-color: #ffbc2e;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  padding-bottom: 8px;
  padding-left: 450px;
  padding-top: 14px;
}

.p-banner__title {
  color: #000;
  font-size: 40px;
  letter-spacing: 0.4em;
}

.p-banner__body {
  background-color: #1f2774;
  padding-bottom: 32px;
  padding-left: 450px;
  padding-top: 12px;
  position: relative;
}

.p-banner__body::after {
  background: url(../img/common/banner_icon01.png) no-repeat center center/contain;
  bottom: 30px;
  content: "";
  height: 175px;
  left: calc(50% + 350px);
  position: absolute;
  width: 211px;
}

.p-banner__message {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 32px;
  padding-left: 2px;
}

.p-banner__btn {
  border: 1px solid #ffbc2e;
  color: #ffbc2e;
  display: inline-block;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.4em;
  margin-top: 32px;
  padding: 6px 133px 6px 140px;
  position: relative;
}

.p-banner__btn::before {
  background: url(../img/common/banner_contact01.png) no-repeat center center/contain;
  content: "";
  height: 28px;
  left: 72px;
  position: absolute;
  top: 14px;
  width: 39px;
}

.p-banner__btn::after {
  background: url(../img/common/arrow_yellow01.png) no-repeat center center/contain;
  content: "";
  height: 19px;
  position: absolute;
  right: 111px;
  top: 19px;
  width: 7px;
}

.p-btn-wrapper__btn--contact {
  background-color: #1f2774;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 45px;
  line-height: 2.8125;
  padding-left: 35px;
  padding-right: 13px;
  padding-top: 2px;
  position: relative;
}

.p-btn-wrapper__btn--contact::before {
  background: url(../img/common/message_icon.png) no-repeat center center/contain;
  content: "";
  height: 13px;
  left: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}

.p-business-card {
  border-right: 2px solid #1f2774;
  padding-bottom: 40px;
  padding-top: 45px;
}

.p-business-card:first-child {
  border-left: 2px solid #1f2774;
}

.p-business-card__head {
  color: #1f2774;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}

.p-business-card__thumb {
  -o-object-fit: contain;
  -o-object-position: center;
  height: 186px;
  margin: 0 auto;
  margin-top: 12px;
  object-fit: contain;
  object-position: center;
  width: 186px;
}

.p-business-card__body {
  color: #231815;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.3125;
  margin: 0 auto;
  margin-top: 27px;
  max-width: 100%;
  min-height: 120px;
  width: 359px;
}

.p-business-card__foot {
  text-align: center;
}

.p-container__head {
  padding-bottom: 48px;
  padding-top: 78px;
  text-align: center;
}

.p-container__title {
  color: #1f2774;
  font-family: "Oleo Script", cursive;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}

.p-container__sub-title {
  color: #000;
  font-family: ten-mincho, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.36em;
  margin-top: 13px;
  padding-left: 10px;
}

.p-essentials {
  padding-top: 60px;
}

.p-essentials__container:nth-child(n + 2) {
  margin-top: 193px;
}

.p-essentials__title {
  color: #1f2774;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}

.p-essentials__list {
  margin-top: 16px;
  width: 100%;
}

.p-essentials__row {
  align-items: center;
  border-bottom: 1px solid #1f2774;
  display: flex;
  padding: 15px 0 15px 8px;
}

.p-essentials__row:first-child {
  border-top: 1px solid #1f2774;
}

.p-essentials__term {
  -moz-text-align-last: justify;
  color: #1f2774;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding-right: 80px;
  text-align-last: justify;
  text-justify: inter-ideograph;
  width: 170px;
}

.p-essentials__descriptions {
  width: calc(100% - 170px);
}

.p-essentials__description {
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.p-essentials__description:nth-child(n + 2) {
  margin-top: 5px;
}

.p-footer-nav {
  font-size: 16px;
  font-weight: 300;
  padding-left: 284px;
  padding-top: 15px;
}

.p-footer-nav__item {
  padding-left: 12px;
  position: relative;
}

.p-footer-nav__item:nth-child(n + 2) {
  margin-top: 20px;
}

.p-footer-nav__item::before {
  content: ">";
  left: 0px;
  position: absolute;
  top: 0px;
}

.p-footer {
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  padding-bottom: 40px;
  position: relative;
}

.p-footer__content {
  display: flex;
  padding-top: 62px;
}

.p-footer__logo {
  height: 62px;
  width: 430px;
}

.p-footer__copy-right {
  font-feature-settings: "palt" 1;
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-top: 72px;
  text-align: center;
}

.p-form__attention {
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 25px;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
}

.p-form__contact-form {
  margin-top: 120px;
}

.p-form__row {
  align-items: center;
  display: flex;
}

.p-form__row--high {
  align-items: start;
  height: auto;
}

.p-form__row:nth-child(n + 2) {
  margin-top: 45px;
}

.p-form__meta {
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 25px;
  font-weight: 300;
  margin-left: 50px;
  width: 30%;
}

.p-form__required {
  color: #e60012;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.p-form__answer {
  align-items: center;
  display: flex;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  width: 70%;
}

.p-form__answer--block {
  display: block;
}

.p-form__wrapper:nth-child(n + 2) {
  margin-top: 20px;
}

.p-form__answer-row {
  align-items: center;
  display: flex;
  margin-right: 16px;
}

.p-form__label {
  font-size: 25px;
}

.p-form__address-icon {
  color: #000;
  font-family: kozuka-gothic-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin-right: 15px;
}

.p-form__hyphen {
  color: #000;
  font-family: kozuka-gothic-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin-left: 6px;
  margin-right: 16px;
}

input[type="text"],
input[type="checkbox"],
textarea {
  margin: 0;
}

input[type="text"],
input[type="checkbox"] {
  height: 58px;
}

input[type="text"],
textarea {
  font-size: 20px;
  padding: 8px;
}

input[type="checkbox"] {
  height: 20px;
  margin: 0 6px 0 0;
  width: 20px;
}

input[type="checkbox"]:nth-child(n + 2) {
  margin-left: 16px;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.5px solid #534741;
  max-width: 100%;
  width: 471px;
}

#your-address01 {
  width: 147px;
}

#your-address02 {
  width: 198px;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0.5px solid #534741;
  height: 250px;
  width: 100%;
}

.p-form__btn-wrapper {
  display: block;
  text-align: center;
  width: 100%;
}

.p-form__btn {
  background-color: #1f2774;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 45px;
  margin: 60px auto 0;
  padding-right: 7px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 180px;
}

.p-form__btn:hover {
  opacity: 0.6;
}

.p-form__btn::after {
  background: url(../img/contact/arrow-icon-white.png) no-repeat center center/contain;
  content: "";
  height: 18px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.p-greeting {
  padding-bottom: 52px;
  padding-top: 94px;
}

.p-greeting__lead {
  color: #1f2774;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-bottom: 72px;
  padding-top: 48px;
  text-align: center;
}

.p-greeting__text {
  color: #231815;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.1363636364;
}

.p-greeting__text:nth-child(n + 2) {
  margin-top: 45px;
}

.p-guide__content {
  display: flex;
  z-index: -100;
}

.p-guide__box {
  padding: 52px 20px;
  width: 50%;
}

.p-guide__box--job {
  background-color: #1f2774;
  color: #fff;
  position: relative;
  z-index: 1;
}

.p-guide__box--service {
  background-color: #ffbc2e;
  color: #000;
  position: relative;
  z-index: 1;
}

.p-guide__text-wrapper {
  text-align: center;
}

.p-guide__text {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.p-guide__btn-wrapper {
  margin-top: 31px;
  text-align: center;
}

.p-header {
  background-color: rgba(255, 255, 255, 0.6);
}

.p-header__inner {
  width: 1000px;
}

.p-header__content {
  align-items: center;
  display: flex;
  height: 132px;
  padding-left: 5%;
}

.p-header__logo {
  height: 45px;
  margin-right: auto;
  width: 310px;
}

.p-header__btn-wrapper {
  background-color: #1f2774;
  margin-left: auto;
  width: 17%;
}

.p-info__access {
  font-size: 12px;
  letter-spacing: 0.15em;
  margin-top: 20px;
  padding-left: 115px;
}

.p-info__address {
  font-size: 14px;
  line-height: 2.5;
  margin-top: 16px;
  padding-left: 115px;
}

.p-lower-company__inner {
  margin: 0 auto;
  max-width: 100%;
  width: 955px;
}

.p-lower-contact__inner {
  margin: 0 auto;
  max-width: calc(100% - 40px);
  width: 1066px;
}

.p-lower-recruit__inner {
  margin: 0 auto;
  max-width: calc(100% - 40px);
  width: 962px;
}

.p-lower-strength__lead-wrapper {
  border-bottom: 2px solid #1f2774;
  border-top: 2px solid #1f2774;
  margin: 125px auto 0;
  max-width: 100%;
  padding: 60px 0 60px;
  position: relative;
  width: 1000px;
}

.p-lower-strength__lead-wrapper::before {
  background: url(../img/strength/bg_icon.png) no-repeat center center/contain;
  content: "";
  height: 193px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 293px;
}

.p-lower-strength__lead {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.1363636364;
  position: relative;
}

.p-lower-strength__strength-list {
  margin: 0 auto;
  max-width: 100%;
  padding-top: 98px;
  width: 1009px;
}

.p-lower-top {
  height: 667px;
  padding-top: 366px;
  position: relative;
  width: 100%;
}

.p-lower-top__business {
  background: url(../img/business/lower-top_business.png) no-repeat center top/cover;
}

.p-lower-top__strength {
  background: url(../img/strength/lower-top_strength.png) no-repeat center top/cover;
}

.p-lower-top__company {
  background: url(../img/company/lower-top_company.png) no-repeat center top/cover;
}

.p-lower-top__recruit {
  background: url(../img/recruit/lower-top_recruit.jpg) no-repeat center 14%/145%;
}

.p-lower-top__contact {
  background: url(../img/contact/lower-top_contact.png) no-repeat center top/cover;
}

.p-page-top__title {
  font-feature-settings: "ss02";
  color: #fff;
  font-family: "ten-mincho", serif;
  font-size: 50px;
  text-align: center;
}

.p-map-wrapper {
  padding-top: 62.3%;
  position: relative;
  width: 100%;
}

.p-map-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-movie-area {
  margin: 225px auto 0;
  max-width: 100%;
  padding-bottom: 25px;
  width: 874px;
}

.p-movie-area__movie {
  padding-top: 56.3%;
  position: relative;
}

.p-movie-area__movie iframe,
.p-movie-area__movie img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-mv {
  background: url(../img/common/mv.png) no-repeat center top/cover;
  height: 867px;
  padding-top: 389px;
}

.p-mv__content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  width: 930px;
}

.p-mv__icon {
  padding-top: 18px;
}

.p-mv__text-wrapper {
  margin-left: auto;
}

.p-mv__text {
  font-feature-settings: "ss02";
  color: #fff;
  font-family: "ten-mincho", serif;
  font-size: 50px;
  line-height: 1.75;
}

.p-outline__list {
  border-bottom: 1px solid #1f2774;
  border-top: 1px solid #1f2774;
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  width: 100%;
}

.p-outline__row {
  align-items: center;
  display: flex;
  padding-bottom: 18px;
  padding-left: 32px;
  padding-top: 18px;
  width: 100%;
}

.p-outline__row:nth-child(n + 2) {
  border-top: 0.5px dashed #1f2774;
}

.p-outline__term {
  -moz-text-align-last: justify;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  padding-right: 180px;
  text-align-last: justify;
  text-justify: inter-ideograph;
  width: 320px;
}

.p-outline__term--wide {
  padding-right: 140px;
}

.p-outline__description {
  font-size: 24px;
  letter-spacing: 0.06em;
}

.p-pictures {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 48px;
}

.p-pictures__item {
  height: auto;
  width: calc(50% - 20px);
}

.p-pictures__item:nth-child(n + 2) {
  margin-left: 20px;
}

.p-privacy {
  padding-top: 82px;
}

.p-privacy__head {
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
}

.p-privacy__content {
  border: 0.5px solid #534741;
  height: 328px;
  margin: 29px auto 0;
  max-width: 100%;
  overflow-y: scroll;
  padding: 15px 30px 15px 15px;
  width: 770px;
}

.p-privacy__text {
  color: #000;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.p-privacy__text:nth-child(n + 2) {
  margin-top: 20px;
}

.p-privacy__check {
  align-items: center;
  color: #000;
  display: flex;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

.p-form__label-text {
  font-size: 20px;
}

.p-strength-item {
  display: flex;
  justify-content: space-around;
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-strength-item:not(:first-child) {
  margin-top: 40px;
}

.p-strength-item:not(:last-child) {
  border-bottom: 2px dashed #1f2774;
}

.p-strength-item--reverse {
  flex-direction: row-reverse;
}

.p-strength-item__text-wrapper {
  max-width: 100%;
  width: 550px;
}

.p-strength-item__head {
  display: flex;
}

.p-strength-item__title-en {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-strength-item__title-word {
  color: #1f2774;
  font-family: "Oleo Script", cursive;
  font-size: 30px;
}

.p-strength-item__title-number {
  background-color: #ffbc2e;
  color: #fff;
  font-family: century-gothic, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  height: 100px;
  line-height: 2;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}

.p-strength-item__title-ja {
  color: #1f2774;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: 500;
  padding-top: 65px;
}

.p-strength-item__text {
  color: #231815;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.5625;
  padding-left: 30px;
  padding-top: 20px;
}

.p-strength-item__img-wrapper {
  position: relative;
  width: 214px;
}

.p-strength-item__icon {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 214px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 214px;
}

.p-strength-item__icon01 {
  background-image: url(../img/strength/icon1.png);
}

.p-strength-item__icon02 {
  background-image: url(../img/strength/icon2.png);
}

.p-strength-item__icon03 {
  background-image: url(../img/strength/icon3.png);
}

.p-strength-item__icon04 {
  background-image: url(../img/strength/icon4.png);
}

.p-strength-item__icon05 {
  background-image: url(../img/strength/icon5.png);
}

.p-to-top {
  background: url(../img/common/top-page-btn.png) no-repeat center center/contain;
  content: "";
  cursor: pointer;
  height: 143px;
  position: absolute;
  right: 0;
  top: -80px;
  transition: all 0.3s ease 0s;
  width: 143px;
}

.p-to-top:hover {
  opacity: 0.6;
}

.p-top-contents {
  padding-bottom: 90px;
}

.p-top-contents__body {
  border-bottom: 2px solid #1f2774;
  border-collapse: collapse;
  border-top: 2px solid #1f2774;
  margin-top: 10px;
}

.p-top-contents__cards {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  width: 1366px;
}

.p-top-contents__card {
  width: 50%;
}

.p-top-recruit__body {
  display: flex;
  z-index: -100;
}

.p-top-recruit__text-wrapper {
  background-color: #e5e5e5;
  padding: 67px 93px 71px 20px;
  width: 50%;
  z-index: 1;
}

.p-top-recruit__text {
  font-feature-settings: "palt" 1;
  color: #1f2774;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.15;
  margin-left: auto;
  max-width: 100%;
  width: 448px;
}

.p-top-recruit__btn-wrapper {
  margin-left: auto;
  margin-top: 11px;
  max-width: 100%;
  text-align: right;
  width: 448px;
}

.p-top-recruit__application {
  margin-left: auto;
  margin-top: 94px;
  max-width: 100%;
  width: 448px;
}

.p-top-recruit__img-wrapper {
  background-image: url(../img/common/recruit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  width: 50%;
}

.p-top-strength__container {
  padding-bottom: 134px;
}

.p-top-strength__body {
  display: flex;
  flex-direction: row-reverse;
}

.p-top-strength__text-wrapper {
  background-color: rgba(145, 155, 141, 0.2);
  border: 1px solid #fff;
  padding: 60px 60px 90px;
  width: 50%;
}

.p-top-strength__text {
  color: #231815;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: auto;
  letter-spacing: -0.09em;
  line-height: 2.6875;
  max-width: 100%;
  width: 463px;
}

.p-top-strength__btn-wrapper {
  margin-top: 35px;
  max-width: 100%;
  text-align: right;
  width: 463px;
}

.p-top-strength__img-wrapper {
  background-image: url(../img/common/top-strength.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  width: 50%;
}

.p-work-item {
  border-bottom: 2px solid #1f2774;
  border-top: 2px solid #ffbc2e;
  display: flex;
  height: 449px;
  width: 100%;
}

.p-work-item:nth-child(2) {
  margin-top: 36px;
}

.p-work-item--reverse {
  flex-direction: row-reverse;
}

.p-work-item__text-wrapper {
  background-color: rgba(145, 155, 141, 0.2);
  font-family: kozuka-gothic-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 120px;
  width: 50%;
}

.p-work-item__title {
  color: #1f2774;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 33px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 350px;
  padding-left: 83px;
  position: relative;
  text-align: center;
}

.p-work-item__title::before {
  background-image: url(../img/business/icon-yellow.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 35px;
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
}

.p-work-item__text {
  font-feature-settings: "palt" 1;
  color: #231815;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.55;
  margin: 36px auto 0;
  margin-top: 20px;
  max-width: 100%;
  text-align: justify;
  text-justify: inter-character;
  width: 503px;
}

.p-work-item__thumb {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 50%;
}

.p-work-item__thumb--reverse {
  background-position: right center;
}

.p-work-item__thumb01 {
  background: url(../img/business/item01.JPG) no-repeat left center/cover;
}

.p-work-item__thumb02 {
  background: url(../img/business/item02.jpg) no-repeat left center/cover;
}

.p-work-item__thumb03 {
  background: url(../img/business/item03.png) no-repeat left center/cover;
}

.p-work {
  padding-top: 125px;
}

.p-work:nth-child(n + 2) {
  margin-top: 54px;
}

.p-work__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 186px;
  margin: 0 auto;
  width: 186px;
}

.p-work__icon01 {
  background-image: url(../img/common/work01.png);
}

.p-work__icon02 {
  background-image: url(../img/common/work02.png);
}

.p-work__title {
  color: #1f2774;
  font-family: ten-mincho, serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4em;
  margin-top: 29px;
  padding-left: 12px;
  text-align: center;
}

.p-work__lead {
  font-feature-settings: "palt" 1;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.1363636364;
  margin: 44px auto 0;
  max-width: 100%;
  width: 722px;
}

.p-work__list {
  margin-top: 98px;
}

.u-is-sp {
  display: none;
}

.u-uppercase {
  text-transform: uppercase;
}

.hyosiki {
  margin: 40px auto 0;
}

.hyosiki a {
  transition: 0.2s;
  background-color: #1f2774;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 10px 0;
  max-width: 420px;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
  .c-drawer {
    display: block;
  }

  .c-drawer__icon {
    right: 40px;
    top: 40px;
  }

  .c-drawer__icon-bars {
    width: 40px;
  }

  .c-drawer__icon-bar1,
  .c-drawer__icon-bar2,
  .c-drawer__icon-bar3 {
    width: 40px;
  }

  .c-drawer__icon-bar2 {
    top: 12px;
  }

  .c-drawer__icon-bar3 {
    top: 24px;
  }

  .c-global-nav__list {
    display: none;
  }

  .p-application__link {
    font-size: 18px;
    height: 150px;
    padding-top: 16px;
    width: 150px;
  }

  .p-application__link::after {
    bottom: 22px;
    height: 45px;
    width: 45px;
  }

  .p-banner-wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .p-banner::before {
    background-position: right top;
    height: 100%;
    width: 35%;
  }

  .p-banner__head {
    padding: 12px 20px 12px 120px;
    text-align: center;
  }

  .p-banner__title {
    font-size: 20px;
    letter-spacing: 0.2em;
  }

  .p-banner__body {
    padding: 12px 20px 20px 120px;
    text-align: center;
  }

  .p-banner__body::after {
    bottom: -20px;
    left: calc(50% + 250px);
    width: 100px;
  }

  .p-banner__message {
    font-size: 24px;
    margin-top: 20px;
  }

  .p-banner__btn {
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-top: 20px;
    padding: 6px 60px;
  }

  .p-banner__btn::before {
    height: 14px;
    left: 32px;
    top: 11px;
    width: 20px;
  }

  .p-banner__btn::after {
    height: 19px;
    right: 43px;
    top: 9px;
    width: 7px;
  }

  .p-footer-nav {
    padding: 20px 20px 0px;
  }

  .p-footer-nav__list {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-footer__content {
    display: block;
    padding-top: 32px;
  }

  .p-form__answer {
    align-items: start;
    display: block;
  }

  #your-address01 {
    max-width: 150px;
    width: 30%;
  }

  #your-address02 {
    max-width: 210px;
    width: 40%;
  }

  .p-guide__box {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .p-guide__text {
    font-size: 20px;
  }

  .p-header__btn-wrapper {
    display: none;
  }

  .p-info {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-lower-company__inner {
    width: calc(100% - 80px);
  }

  .p-lower-strength__lead-wrapper {
    margin-top: 60px;
    padding: 32px 20px;
  }

  .p-movie-area {
    margin-top: 120px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-mv {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  .p-mv__content {
    justify-content: space-evenly;
  }

  .p-mv__text-wrapper {
    margin-left: 0;
  }

  .p-mv__text {
    font-size: 36px;
  }

  .p-to-top {
    height: 100px;
    top: -50px;
    width: 100px;
  }

  .p-top-recruit__text-wrapper {
    padding: 40px 20px 60px;
  }

  .p-top-recruit__application {
    margin: 40px auto 0;
  }

  .p-top-strength__text-wrapper {
    padding: 30px 20px;
  }

  .p-top-strength__text {
    line-height: 1.6;
  }

  .p-work-item {
    height: auto;
  }

  .p-work-item__text-wrapper {
    padding: 28px;
  }
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-drawer {
    display: block;
  }

  .c-global-nav__list {
    display: none;
  }

  .c-logo__img {
    width: 250px;
  }

  .p-application {
    justify-content: center;
  }

  .p-application__link {
    font-size: 18px;
    height: 150px;
    max-width: 50%;
    padding-top: 16px;
    width: 150px;
  }

  .p-application__link::after {
    bottom: 22px;
    height: 45px;
    width: 45px;
  }

  .p-application__link--primary {
    margin-right: 20px;
  }

  .p-banner-wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
  }

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

  .p-banner::before {
    display: none;
  }

  .p-banner__head {
    padding: 12px 20px;
  }

  .p-banner__title {
    font-size: 20px;
    letter-spacing: 0.2em;
  }

  .p-banner__body {
    padding: 12px 20px 20px;
  }

  .p-banner__body::after {
    display: none;
  }

  .p-banner__message {
    font-size: 24px;
    margin-top: 20px;
  }

  .p-banner__btn {
    font-size: 16px;
    letter-spacing: 0.2em;
    margin-top: 20px;
    padding: 6px 60px;
  }

  .p-banner__btn::before {
    height: 14px;
    left: 32px;
    top: 11px;
    width: 20px;
  }

  .p-banner__btn::after {
    height: 19px;
    right: 43px;
    top: 9px;
    width: 7px;
  }

  .p-business-card {
    border: 2px solid #1f2774;
    padding-bottom: 32px;
    padding-top: 24px;
  }

  .p-business-card:first-child {
    border-bottom: none;
  }

  .p-business-card__head {
    font-size: 22px;
  }

  .p-business-card__thumb {
    height: 124px;
    width: 124px;
  }

  .p-business-card__body {
    font-size: 14px;
    min-height: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-container__head {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .p-container__title {
    font-size: 36px;
  }

  .p-container__sub-title {
    font-size: 20px;
    letter-spacing: 0.16em;
  }

  .p-essentials__container:nth-child(n + 2) {
    margin-top: 80px;
  }

  .p-essentials__title {
    font-size: 22px;
  }

  .p-essentials__term {
    font-size: 18px;
    padding-right: 20px;
    width: 100px;
  }

  .p-essentials__descriptions {
    width: calc(100% - 100px);
  }

  .p-essentials__description {
    font-size: 14px;
  }

  .p-footer-nav {
    font-size: 14px;
    padding: 20px 20px 40px;
  }

  .p-footer-nav__list {
    margin: 0 auto;
    width: 220px;
  }

  .p-footer-nav__item:nth-child(n + 2) {
    margin-top: 10px;
  }

  .p-footer {
    padding-bottom: 20px;
  }

  .p-footer__content {
    display: block;
    padding-top: 32px;
  }

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

  .p-footer__copy-right {
    font-size: 12px;
    margin-top: 0;
  }

  .p-form__attention {
    font-size: 18px;
  }

  .p-form__contact-form {
    margin-top: 60px;
  }

  .p-form__row {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
  }

  .p-form__meta {
    font-size: 20px;
    margin: 0;
    width: 100%;
  }

  .p-form__required {
    font-size: 20px;
  }

  .p-form__answer {
    display: block;
    margin-top: 16px;
    width: 100%;
  }

  .p-form__answer--block {
    display: block;
  }

  .p-form__answer-row {
    padding-left: 36px;
  }

  .p-form__label {
    font-size: 20px;
  }

  .p-form__address-icon {
    font-size: 25px;
  }

  .p-form__hyphen {
    font-size: 25px;
  }

  input[type="text"] {
    height: 44px;
  }

  #your-address01 {
    width: 20%;
  }

  #your-address02 {
    width: 40%;
  }

  textarea {
    height: 200px;
  }

  .p-form__btn {
    margin-top: 30px;
  }

  .p-greeting {
    padding: 40px 0px 40px;
  }

  .p-greeting__lead {
    font-size: 32px;
    letter-spacing: 0.1em;
    padding-bottom: 40px;
    padding-top: 0;
  }

  .p-greeting__text {
    font-size: 16px;
    line-height: 1.8;
  }

  .p-guide__content {
    display: block;
  }

  .p-guide__box {
    padding-bottom: 32px;
    padding-top: 32px;
    width: 100%;
  }

  .p-guide__text {
    font-size: 20px;
  }

  .p-guide__btn-wrapper {
    margin-top: 16px;
  }

  .p-header__content {
    height: 80px;
  }

  .p-header__logo {
    height: auto;
    padding-left: 20px;
    width: auto;
  }

  .p-header__btn-wrapper {
    display: none;
  }

  .p-info {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-info__access {
    padding: 0px;
  }

  .p-info__address {
    padding: 0px;
  }

  .p-lower-company__inner {
    width: calc(100% - 40px);
  }

  .p-lower-strength__lead-wrapper {
    margin-top: 60px;
    padding: 32px 20px;
  }

  .p-lower-strength__lead {
    font-size: 18px;
  }

  .p-lower-strength__strength-list {
    padding-top: 40px;
  }

  .p-lower-top {
    height: 300px;
    padding-top: 165px;
  }

  .p-page-top__title {
    font-size: 32px;
  }

  .p-movie-area {
    margin-top: 120px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-mv {
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 140px;
    width: 100%;
  }

  .p-mv__content {
    display: block;
  }

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

  .p-mv__img {
    height: auto;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-mv__text-wrapper {
    margin: 40px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-mv__text {
    font-size: 24px;
  }

  .p-outline__list {
    width: 100%;
  }

  .p-outline__row {
    padding-left: 12px;
  }

  .p-outline__term {
    font-size: 14px;
    padding-right: 10%;
    width: 28%;
  }

  .p-outline__term--wide {
    padding-right: 6%;
  }

  .p-outline__description {
    font-size: 18px;
    width: calc(100% - 120px);
  }

  .p-pictures {
    display: block;
  }

  .p-pictures__item {
    width: 100%;
  }

  .p-pictures__item:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 20px;
  }

  .p-pictures__img {
    margin: 0 auto;
  }

  .p-privacy__text {
    font-size: 14px;
  }

  .p-form__label-text {
    font-size: 16px;
  }

  .p-strength-item {
    display: block;
    padding-top: 0;
  }

  .p-strength-item__text-wrapper {
    margin: 0 auto;
  }

  .p-strength-item__head {
    display: block;
  }

  .p-strength-item__title-en {
    align-items: center;
    display: flex;
    margin: 0 auto;
  }

  .p-strength-item__title-number {
    font-size: 25px;
    height: 50px;
    margin-left: 12px;
    width: 50px;
  }

  .p-strength-item__title-ja {
    font-size: 32px;
    padding-top: 32px;
    text-align: center;
  }

  .p-strength-item__text {
    padding-right: 20px;
  }

  .p-strength-item__img-wrapper {
    width: 100%;
  }

  .p-strength-item__icon {
    position: relative;
    right: -50%;
    top: 20px;
    transform: translateX(-50%);
  }

  .p-to-top {
    height: 50px;
    top: -20px;
    width: 50px;
  }

  .p-top-contents {
    padding-bottom: 40px;
  }

  .p-top-contents__body {
    border: none;
  }

  .p-top-contents__cards {
    display: block;
    width: 100%;
  }

  .p-top-contents__card {
    margin: 0 auto;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-top-recruit__body {
    flex-direction: column-reverse;
  }

  .p-top-recruit__text-wrapper {
    padding: 40px 20px 60px;
    width: 100%;
  }

  .p-top-recruit__text {
    text-align: center;
    width: 100%;
  }

  .p-top-recruit__btn-wrapper {
    margin-top: 24px;
    text-align: center;
    width: 100%;
  }

  .p-top-recruit__application {
    margin: 40px auto 0;
  }

  .p-top-recruit__img-wrapper {
    height: 500px;
    width: 100%;
  }

  .p-top-strength__container {
    padding-bottom: 40px;
  }

  .p-top-strength__body {
    flex-direction: column-reverse;
  }

  .p-top-strength__text-wrapper {
    padding: 30px 20px 60px;
    width: 100%;
  }

  .p-top-strength__text {
    width: 100%;
  }

  .p-top-strength__btn-wrapper {
    margin-top: 24px;
    text-align: center;
    width: 100%;
  }

  .p-top-strength__img-wrapper {
    background-position: center center;
    height: 250px;
    width: 100%;
  }

  .p-work-item {
    display: block;
    height: auto;
  }

  .p-work-item--reverse {
    flex-direction: column;
  }

  .p-work-item__text-wrapper {
    padding: 20px;
    width: 100%;
  }

  .p-work-item__title {
    font-size: 20px;
    max-width: 230px;
    padding-left: 68px;
    text-align: center;
  }

  .p-work-item__title::before {
    background-position: center center;
    width: 50px;
  }

  .p-work-item__thumb {
    height: 250px;
    width: 100%;
  }

  .p-work {
    padding: 60px 0 0;
  }

  .p-work:nth-child(n + 2) {
    margin-top: 32px;
  }

  .p-work__icon {
    height: auto;
    width: 150px;
  }

  .p-work__title {
    font-size: 24px;
  }

  .p-work__lead {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-is-sp {
    display: block;
  }

  .hyosiki a {
    font-size: 16px;
    letter-spacing: 0.2em;
    max-width: 194px;
  }
}
