@charset "UTF-8";
/*!
Theme Name: make_standards
Theme URI: https://makestandards.co.jp/
Author: s-aoki
Author URI: https://makestandards.co.jp/
Description: Custom theme for make standards corporate website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: make_standards
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

make_standards is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
.c-btn,
.c-logo,
.c-logo--withTxt,
.p-breadcrumbs__link,
.p-businessCards__head,
.p-businessCards__innerLink,
.p-companyInfoLink__currentItem,
.p-companyInfoLink__link,
.p-feature__cardLink,
.p-fixedArea__btn,
.p-footer__link,
.p-jobPost__card,
.p-nav__link,
.p-otherBusiness__cardLink,
.p-otherBusiness__headingLink,
.p-recruitLink__link,
.p-subNav__txt,
.p-support__cardLink,
.p-wpcf__privacyLink,
.p-wpcf__submit,
abbr[title] {
  text-decoration: none;
}

.hs-fieldtype-select select,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img,
legend {
  max-width: 100%;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

*,
body,
html {
  margin: 0;
  padding: 0;
}

.inputs-list,
ol,
ul {
  list-style: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
::after,
::before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button,
hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
  color: rgba(37, 70, 88, 0.7);
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[aria-controls],
[role=button],
[type=button],
[type=reset],
[type=submit],
button,
label {
  cursor: pointer;
}

[aria-disabled],
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

dt,
optgroup {
  font-weight: 700;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

h1,
h2 {
  line-height: 1.5;
}

body,
h3 {
  line-height: 1.8;
}

img {
  border-style: none;
  height: auto;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
.l-header__head,
body {
  display: -webkit-box;
}

[aria-busy=true] {
  cursor: progress;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  color: rgba(37, 70, 88, 0.9);
  font-size: 14px;
  counter-reset: number 0;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    display: block;
  }
}
blockquote,
dl,
ol,
p,
pre,
table,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #254658;
}

h1 {
  font-size: 24px;
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}
h3 {
  font-size: 16px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

fieldset,
iframe {
  border: none;
}

.l-footer,
.p-businessCards__innerItem,
.p-jobInformation table {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

a:not([class]) {
  color: #116eb4;
}

a:not([class]):hover,
a:not([class]):visited:hover {
  color: #6db8f1;
}

a:not([class]):visited {
  color: #083557;
}

.l-header {
  flex: 0 1 auto;
  width: 100%;
  position: fixed;
  background-color: #fff;
}

@media (max-width: 899px) {
  .l-header.is-open {
    top: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
  }
}
.l-header__head {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.l-header__logo {
  display: flex;
  height: auto;
  align-items: center;
  background-color: #fff;
  padding: 0 0 0 1.6%;
}

@media screen and (min-width: 600px), print {
  .l-header__logo {
    padding: 0 0 0 20px;
  }
}
.l-header__toggleMenu {
  margin-left: auto;
  background-color: #fff;
}

.l-header__nav {
  flex: 1 0 100%;
  height: auto;
}

@media screen and (min-width: 900px) {
  .l-header__logo {
    padding: 0 0 0 40px;
  }
  .l-header__toggleMenu {
    display: none;
  }
  .l-header__nav {
    flex: 0 auto;
    margin-left: auto;
  }
}
.l-main {
  flex: 1 0 auto;
  padding-top: 56px;
}

@media screen and (min-width: 900px) {
  .l-main {
    padding-top: 64px;
  }
}
.l-footer {
  flex: 0 1 auto;
  margin-top: auto;
}

.l-footer__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 7.46666667%;
}

@media screen and (min-width: 1200px) {
  .l-footer__inner {
    padding: 0 84px;
    max-width: 1280px;
  }
}
.l-footer__copyright {
  display: block;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  color: #999;
  text-align: center;
}

.l-container {
  width: 100%;
}

.l-container--gradation {
  background-image: linear-gradient(-45deg, #116eb4, #1b92d1);
}

.l-container--darkGradation {
  background: linear-gradient(135deg, #cdedff 0, #81c8f0 100%);
}

.l-container--lightGradation {
  background-image: linear-gradient(135deg, #f0f8fb 0, #d9eef5 100%);
}

.l-container--lightBlue,
.p-companyInfoLink__item {
  background-image: linear-gradient(135.32deg, #e8edf4 0, #c4d3e3 100%);
}

.l-container--lightGray {
  background-color: #fbfbfd;
}

.l-container--lightBlueGray {
  background-color: #f7fafd;
}

.l-container--whiteAndGray {
  background-image: linear-gradient(180deg, #fff 0, #f7fafd 100%);
}

.l-container--contact {
  background-image: url("img/bg_contact@2x.jpg");
  background-image: image-set(url("img/bg_contact.jpg") 1x, url("img/bg_contact@2x.jpg") 2x);
  background-size: cover;
}

.l-container--company {
  background-color: #f7fafd;
  background-image: url("img/bg_company_section02@2x.jpg");
  background-image: image-set(url("img/bg_company_section02.jpg") 1x, url("img/bg_company_section02@2x.jpg") 2x);
  background-size: auto 100%;
  background-position: top right -40px;
}

.l-container__inner {
  margin: 0 auto;
  padding: 40px 6.4%;
  overflow: auto;
}

.l-container__inner _:-ms-fullscreen,
:root .l-container__inner {
  flex: 0 0 30%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.l-container__inner _:-ms-fullscreen::-webkit-scrollbar,
:root .l-container__inner::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 600px), print {
  .l-container__inner {
    padding: 40px;
  }
}
@media screen and (min-width: 900px) {
  .l-container__inner {
    max-width: 1280px;
    padding: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container__inner {
    padding: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .l-container__inner {
    padding: 96px 80px;
  }
}
.l-container__inner--faq {
  padding: 80px 6.4% 40px;
}

@media screen and (min-width: 600px), print {
  .l-container__inner--faq {
    padding: 64px 6.4% 32px;
  }
}
@media screen and (min-width: 900px) {
  .l-container__inner--faq {
    padding: 120px 40px 40px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container__inner--faq {
    padding: 160px 40px 40px;
  }
}
.l-container__inner--noHeading {
  padding: 40px 6.4% 80px;
}

@media screen and (min-width: 600px), print {
  .l-container__inner--noHeading {
    padding: 32px 6.4% 64px;
  }
}
@media screen and (min-width: 900px) {
  .l-container__inner--noHeading {
    padding: 60px 40px 120px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container__inner--noHeading {
    padding: 80px 40px 160px;
  }
}
.l-container__inner--clientList {
  padding: 32px 6.4% 40px;
}

@media screen and (min-width: 600px), print {
  .l-container__inner--clientList {
    padding: 24px 40px 40px;
  }
}
@media screen and (min-width: 900px) {
  .l-container__inner--clientList {
    padding: 48px 64px 64px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container__inner--clientList {
    padding: 64px 80px 80px;
  }
}
.c-btn {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 8px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}

.c-logo__logo {
  font-size: 16px;
  line-height: 1;
}

.c-logo--withTxt {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgba(37, 70, 88, 0.9);
}

.c-logo__img {
  width: 124px;
  height: 30px;
  font-size: 16px;
}

@media screen and (min-width: 900px) {
  .c-logo__img {
    width: 186px;
    height: 45px;
    margin-top: -8px;
  }
  .p-footer__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
.c-logo__txt {
  margin-left: 16px;
  font-size: 10px;
}

@media (max-width: 374px) {
  .c-logo__txt {
    margin-left: 4px;
  }
}
.p-header {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  z-index: 100;
}

.p-footer {
  background-color: #36444f;
  color: rgba(37, 70, 88, 0.7);
}

.p-footer__inner {
  max-width: 1280px;
  padding: 8px 0 0;
  margin: 0 auto;
}

.p-footer__extCardIcon {
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
  line-height: 1;
}

@media screen and (min-width: 600px), print {
  .c-logo__txt {
    font-size: 12px;
  }
  .p-footer__firstLevelList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 24px 20px;
    height: 560px;
  }
  .p-footer__firstLevelItem {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 900px) {
  .p-footer__firstLevelList {
    flex: 1 0 auto;
    height: 520px;
    margin-right: 40px;
  }
  .p-footer__firstLevelItem {
    width: 30%;
  }
}
.p-footer__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 8px 6.4%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 2;
}

.p-footer__link--firstLevel {
  font-weight: 700;
}

.p-footer__link--secondLevel {
  color: rgba(255, 255, 255, 0.9);
}

.p-footer__link--thirdLevel {
  padding: 8px 6.4% 8px 9.6%;
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 600px), print {
  .p-footer__link {
    padding: 8px 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__firstLevelItem {
    width: 20%;
  }
  .p-footer__firstLevelItem:first-child {
    width: 12%;
  }
  .p-footer__firstLevelItem:nth-child(3) {
    width: 23%;
  }
  .p-footer__firstLevelItem:nth-child(4) {
    height: 100%;
  }
  .p-footer__firstLevelItem:nth-child(5),
  .p-footer__firstLevelItem:nth-child(6) {
    width: 25%;
  }
  .p-footer__link {
    border-bottom: none;
  }
}
.p-footer__companyInfo {
  padding: 6.4%;
  font-size: 14px;
}

@media screen and (min-width: 600px), print {
  .p-footer__companyInfo {
    padding: 0 40px 40px;
  }
}
@media screen and (min-width: 900px) {
  .p-footer__companyInfo {
    padding: 32px 40px 24px 0;
    margin-left: auto;
  }
  .p-footer__copyright {
    flex: 1 0 100%;
  }
}
.p-footer__companyName {
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 16px;
}

.p-footer__companyAddress {
  color: rgba(255, 255, 255, 0.9);
}

.p-footer__companyAddress:not(:last-child) {
  margin-bottom: 16px;
}

.p-footer__copyright {
  display: block;
  margin: 0;
  padding: 32px 0;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.p-btn {
  background-color: #0c5ca6;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.p-btn:hover {
  background-color: #094276;
}

.p-btn small {
  color: #fff;
  font-weight: 400;
  margin: 4px 0 0;
  font-size: 0.7em;
}

.p-toggleMenu {
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-toggleMenu__icon {
  display: block;
  width: 20px;
  height: 2px;
  background-color: rgba(37, 70, 88, 0.9);
  margin: 12px 0;
  position: relative;
  transition: 0.3s;
}

.p-toggleMenu__icon:after,
.p-toggleMenu__icon:before {
  width: 20px;
  height: 2px;
  background-color: rgba(37, 70, 88, 0.9);
  position: absolute;
  content: "";
}

.p-toggleMenu__icon:before {
  top: -6px;
  transition: inherit;
}

.p-toggleMenu__icon:after {
  bottom: -6px;
  transition: inherit;
}

.is-open .p-toggleMenu__icon,
.p-card__content--plus {
  background-color: rgba(255, 255, 255, 0);
}

.is-open .p-toggleMenu__icon:before {
  top: 0;
  transform: rotate(45deg);
}

.is-open .p-toggleMenu__icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.p-toggleMenu__txt {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #254658;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px), print {
  .p-heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 900px) {
  .p-heading {
    font-size: 28px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .p-heading {
    font-size: 32px;
    margin-bottom: 80px;
  }
}
.p-heading--business {
  margin: 0;
  text-align: left;
  font-size: 15px;
}

@media screen and (min-width: 900px) {
  .p-heading--business {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-heading--business {
    font-size: 24px;
  }
}
@media screen and (min-width: 1500px) {
  .p-heading--business {
    font-size: 28px;
  }
}
.p-heading--business br {
  display: none;
}

@media screen and (min-width: 600px), print {
  .p-heading--business {
    text-align: center;
  }
  .p-heading--business br {
    display: block;
  }
}
.p-heading--clientList {
  margin: 0 0 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #bbb;
}

.p-heading--en {
  font-family: Poppins, sans-serif;
}

.p-topHero {
  display: flex;
  flex-direction: column;
  background-image: url("img/img_main_sp@2x.jpg");
  background-image: image-set(url("img/img_main_sp.jpg") 1x, url("img/img_main_sp@2x.jpg") 2x, url("img/img_main_sp@3x.jpg") 3x);
  background-size: cover;
  background-position: top center;
  background-color: #F7FAFD;
  animation: fadeInAnime 1s ease-in-out 0s;
  height: 600px;
}
@media screen and (min-width: 600px), print {
  .p-topHero {
    background-image: url("img/img_main_pc@2x.jpg");
    background-image: image-set(url("img/img_main_pc.jpg") 1x, url("img/img_main_pc@2x.jpg") 2x);
  }
}
@media screen and (min-width: 1200px) {
  .p-topHero {
    height: 680px;
  }
}
@media (min-width: 2164px) {
  .p-topHero {
    background-size: 2164px 768px;
  }
}

.p-topHero__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 6.4%;
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
@media screen and (min-width: 600px), print {
  .p-topHero__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 900px) {
  .p-topHero__inner {
    max-width: 928px;
    padding: 0 64px;
  }
}

.p-topHero__top {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-topHero__top {
    align-items: flex-start;
  }
}

.p-topHero__heading {
  color: #254658;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 600px), print {
  .p-topHero__heading {
    font-size: 32px;
  }
}
@media screen and (min-width: 900px) {
  .p-topHero__heading {
    text-align: left;
    font-size: 40px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .p-topHero__heading {
    text-align: left;
    font-size: 52px;
    line-height: 1.4;
  }
}

.p-topHero__txt {
  margin-bottom: 32px;
  text-align: justify;
  text-shadow: 0 0 8px #fff;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .p-topHero__txt {
    text-align: left;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .p-topHero__txt {
    font-size: 20px;
  }
}
.p-topHero__txt br {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-topHero__txt br {
    display: inline-block;
  }
}

.p-hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  background-color: #f7fafd;
  height: 600px;
}

@media screen and (min-width: 600px), print {
  .p-hero--business {
    background-position: top center;
  }
}
.p-hero--business,
.p-hero--company,
.p-hero--hr,
.p-hero--newBusiness,
.p-hero--recruit {
  background-size: auto 100%;
}

.p-hero--business {
  background-image: url("img/bg_business_hero@2x.jpg");
  background-image: image-set(url("img/bg_business_hero.jpg") 1x, url("img/bg_business_hero@2x.jpg") 2x);
  background-position: top center;
}

@media screen and (min-width: 900px) {
  .p-hero--business {
    background-position: center center;
  }
}
.p-hero--hr {
  background-image: url("img/bg_hr_hero@2x.jpg");
  background-image: image-set(url("img/bg_hr_hero.jpg") 1x, url("img/bg_hr_hero@2x.jpg") 2x);
  background-position: top right;
}

@media screen and (min-width: 600px), print {
  .p-hero--hr {
    background-position: top center;
  }
}
@media screen and (min-width: 900px) {
  .p-hero--hr {
    background-position: center center;
  }
}
.p-hero--newBusiness {
  background-image: url("img/bg_new_business_hero@2x.jpg");
  background-image: image-set(url("img/bg_new_business_hero.jpg") 1x, url("img/bg_new_business_hero@2x.jpg") 2x);
  background-position: top right;
}

@media screen and (min-width: 600px), print {
  .p-hero--newBusiness {
    background-position: top center;
  }
}
@media screen and (min-width: 900px) {
  .p-hero--newBusiness {
    background-position: center center;
  }
}
.p-hero--company {
  background-image: url("img/bg_company_hero02@2x.jpg");
  background-image: image-set(url("img/bg_company_hero02.jpg") 1x, url("img/bg_company_hero02@2x.jpg") 2x);
  background-position: top center;
}

@media screen and (min-width: 600px), print {
  .p-hero--company {
    background-position: top center;
  }
}
@media screen and (min-width: 900px) {
  .p-hero--company {
    background-position: center center;
  }
}
.p-hero--recruit {
  background-image: url("img/bg_recruit_hero@2x.jpg");
  background-image: image-set(url("img/bg_recruit_hero.jpg") 1x, url("img/bg_recruit_hero@2x.jpg") 2x);
  background-position: top center;
}

@media screen and (min-width: 600px), print {
  .p-hero--recruit {
    background-position: top center;
  }
}
.p-hero--lower {
  padding: 0;
  justify-content: flex-start;
  height: 192px;
}

@media screen and (min-width: 900px) {
  .p-hero--recruit {
    background-position: center center;
  }
  .p-hero--lower {
    height: 240px;
  }
}
.p-hero__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 6.4%;
  display: flex;
  flex-direction: column;
  max-width: 480px;
}

@media screen and (min-width: 600px), print {
  .p-hero__inner {
    padding: 0 40px;
  }
}
.p-hero__heading {
  color: #254658;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 64px;
  margin-bottom: 32px;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 600px), print {
  .p-hero__heading {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 900px) {
  .p-hero__inner {
    display: block;
    max-width: 1280px;
    padding: 0 64px;
  }
  .p-hero__heading {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__inner {
    padding: 0 80px;
  }
  .p-hero__heading {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1500px) {
  .p-hero__heading {
    font-size: 48px;
    line-height: 1.3;
  }
}
.p-hero__heading--lower {
  margin-top: 40px;
  margin-bottom: 0;
}

.p-hero__heading--en {
  font-family: Poppins, sans-serif;
}

.p-hero__txt {
  margin-bottom: 56px;
  text-align: justify;
  text-shadow: 0 0 8px #fff;
}

@media screen and (min-width: 600px), print {
  .p-hero__heading--lower {
    font-size: 28px;
  }
  .p-hero__txt {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__txt {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 900px) {
  .p-hero__heading--lower {
    margin-top: 60px;
  }
  .p-hero__txt {
    width: 520px;
    text-align: left;
    font-size: 16px;
  }
}
.p-businessCards__head:after,
.p-businessCards__innerLink:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14' xml:space='preserve'%3E%3Cpath fill='%23DDD' d='M9.7 4.1c1.6 1.4 1.6 1.4 3.6 2.9-1.6 1.1-2.3 1.6-3.6 2.9l-.3-.4c.3-.3.3-.3.6-.7.4-.4.4-.4.7-.8l.7-.7H.7v-.6h10.8c-.9-.9-1-.9-1.1-1.1-.7-.8-.7-.8-1-1.1l.3-.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hs-button.primary.large:hover,
.hs-form-checkbox:hover,
.hs-form-radio:hover,
.p-businessCards__img {
  opacity: 0.8;
}

.p-businessCards__card {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
}

.p-businessCards__card:not(:last-child) {
  margin-bottom: 8vw;
}

@media screen and (min-width: 600px), print {
  .p-businessCards__card:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-businessCards__head {
  display: block;
  padding: 0;
  position: relative;
}

.p-businessCards__head:hover {
  background-color: #f1f5fa;
  transition: 0.3s;
}

.p-businessCards__head:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 6.4vw;
  bottom: 4vw;
  color: #ddd;
}

@media screen and (min-width: 600px), print {
  .p-businessCards__head:after {
    right: 20px;
    bottom: 20px;
  }
  .p-businessCards__head {
    display: flex;
    padding: 40px;
    align-items: center;
  }
}
.p-businessCards__txtWrap {
  padding: 6.4vw 6.4vw 8vw;
}

.p-businessCards__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 600px), print {
  .p-businessCards__txtWrap {
    padding: 0 0 0 40px;
  }
  .p-businessCards__img {
    width: 50%;
    height: 25%;
    flex: 0 0 50%;
    border-radius: 4px;
  }
  .p-businessCards__head:hover .p-businessCards__img {
    opacity: 1;
    transform: scale(1.02);
    transition: 0.3s;
  }
}
@media screen and (min-width: 900px) {
  .p-businessCards__card:not(:last-child) {
    margin-bottom: 64px;
  }
  .p-businessCards__img {
    width: 32%;
    height: auto;
    flex: 0 0 32%;
  }
}
.p-businessCards__heading {
  font-weight: 700;
  color: #254658;
}

.p-businessCards__heading--large {
  margin-bottom: 4px;
  font-size: 18px;
}

@media screen and (min-width: 600px), print {
  .p-businessCards__heading--large {
    font-size: 20px;
  }
}
.p-businessCards__heading--middle {
  margin-bottom: 4px;
  font-size: 15px;
}

@media screen and (min-width: 600px), print {
  .p-businessCards__heading--middle {
    font-size: 16px;
  }
  .p-businessCards__body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
}
.p-businessCards__txt {
  color: rgba(37, 70, 88, 0.9);
  font-size: 15px;
}

.p-businessCards__txt--top {
  font-size: 16px;
}

.p-businessCards__body {
  padding: 0;
}

@media screen and (min-width: 600px), print {
  .p-businessCards__innerItem {
    flex: 1 0 50%;
  }
  .p-businessCards__innerItem:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 900px) {
  .p-businessCards__innerItem {
    flex: 1 0 33.33%;
  }
  .p-businessCards__innerItem:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.p-businessCards__innerLink {
  display: block;
  padding: 6.4vw 6.4vw 8vw;
  position: relative;
}

.p-businessCards__innerLink:hover {
  background-color: #f1f5fa;
  transition: 0.3s;
}

.p-businessCards__innerLink:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 6.4%;
  bottom: 4vw;
  color: #ddd;
}

.p-card__content,
.p-card__content--ol {
  position: relative;
}

@media screen and (min-width: 600px), print {
  .p-businessCards__innerLink:after {
    right: 20px;
    bottom: 20px;
  }
  .p-businessCards__innerLink {
    padding: 20px 40px 28px;
    height: 100%;
  }
  .p-card {
    display: flex;
    flex-wrap: wrap;
    margin: -3.2%;
    justify-content: center;
  }
}
@media screen and (min-width: 900px) {
  .p-card {
    margin: -20px;
  }
}
.p-card__content {
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}

@media (max-width: 599px) {
  .p-card__content:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 600px), print {
  .p-card__content {
    flex: 0 0 43.6%;
    margin: 3.2%;
  }
}
.p-card__content--ol:after {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  font-size: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #50b8d7;
  top: -20px;
  left: -8px;
}

@media screen and (min-width: 900px) {
  .p-card__content {
    flex: 0 0 calc(33.33% - 40px);
    margin: 20px;
  }
  .p-card__content _:-ms-fullscreen,
  :root .p-card__content {
    flex: 0 0 30%;
  }
  .p-card__content--ol:after {
    font-size: 64px;
    top: -40px;
    left: -16px;
  }
}
.p-card__content--plus {
  display: flex;
  flex-direction: column;
  margin: 32px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

@media screen and (min-width: 600px), print {
  .p-card__content--plus {
    flex-direction: row;
    max-width: 540px;
    margin: 6.4% auto 0;
  }
}
@media screen and (min-width: 900px) {
  .p-card__content--plus {
    max-width: 640px;
    margin: 40px auto 0;
  }
}
.p-card__img {
  display: block;
  border-radius: 24px 24px 0 0;
}

.p-card__img--tapImg {
  border-radius: 0;
  margin: 0 auto;
  padding: 16px 0 0;
}

.p-card__txt {
  display: block;
  padding: 16px 7.34% 24px;
  text-align: justify;
}

.p-card__txt--addition {
  padding: 16px 7.34%;
  display: flex;
  align-items: center;
}

.p-card__txt--addition:nth-child(odd) {
  border-bottom: 1px solid #eee;
}

.p-card__icon {
  margin-right: 16px;
  color: #50b8d7;
}

@media screen and (min-width: 600px), print {
  .p-card__txt--addition:nth-child(odd) {
    border-bottom: none;
    border-right: 1px solid #eee;
  }
  .p-card__txt--addition {
    padding: 16px 24px;
    flex: 0 0 auto;
    justify-content: center;
  }
  .p-card__icon {
    font-size: 32px !important;
  }
  .p-faq__answer {
    margin-bottom: 24px;
  }
}
.p-faq {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.p-faq__question {
  background-color: #f0f8fb;
  color: #1573a8;
  padding: 8px 24px 8px 40px;
  position: relative;
  border-radius: 16px;
  font-weight: 700;
}

.p-comments__item,
.p-priceExample,
.p-prices__item {
  border-radius: 24px;
}

.p-faq__question:before {
  position: absolute;
  content: "Q.";
  left: 16px;
}

.p-faq__answer {
  padding: 8px 24px 8px 40px;
  position: relative;
}

@media screen and (min-width: 900px) {
  .p-faq__answer {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .p-faq__answer {
    margin-bottom: 40px;
  }
}
.p-faq__answer:before {
  position: absolute;
  content: "A.";
  left: 16px;
}

.p-comments__item {
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column-reverse;
}

.p-comments__item:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (min-width: 600px), print {
  .p-comments__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-comments__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.p-comments__customerArea {
  padding: 32px 7.34% 0;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .p-comments__item {
    flex-direction: row-reverse;
    align-items: center;
    max-width: 900px;
  }
  .p-comments__item:nth-child(2) {
    margin-left: auto;
  }
  .p-comments__customerArea {
    flex: 0 0 200px;
    padding: 0 0 0 80px;
  }
}
.p-comments__customerImg {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 60px;
}

.p-comments__txtArea {
  padding: 16px 7.34% 24px;
  text-align: justify;
}

.p-comments__heading {
  margin-bottom: 16px;
  font-weight: 700;
  color: #1573a8;
  font-size: 18px;
}

@media screen and (min-width: 600px), print {
  .p-comments__heading {
    font-size: 20px;
    line-height: 1.7;
  }
  .p-support__cards {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
  }
}
.p-comments__txt {
  text-align: justify;
}

.p-flow__item,
.p-prices__item {
  background-color: #fff;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .p-comments__txtArea {
    padding: 40px 80px 40px 40px;
  }
  .p-comments__heading {
    font-size: 24px;
  }
  .p-support__cards {
    justify-content: center;
  }
}
.p-support__card {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  transition: 0.3s;
}

.p-support__card:not(:last-child) {
  margin-bottom: 8vw;
}

.p-support__card:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 600px), print {
  .p-support__card {
    margin: 20px;
    flex: 0 0 calc(50% - 40px);
  }
  .p-support__card:not(:last-child) {
    margin: 20px;
  }
}
@media screen and (min-width: 900px) {
  .p-support__card {
    flex: 0 0 calc(33.33% - 40px);
  }
  .p-support__point {
    display: flex;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 600px), print and (-ms-high-contrast: none) {
  .p-support__card {
    flex: 0 0 42%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 900px) {
  .p-support__card {
    flex: 1 0 28%;
  }
}
.p-support__cardImg {
  width: 100%;
}

.p-support__cardHeading {
  padding: 6.4vw 6.4vw 8px;
  color: #254658;
}

@media screen and (min-width: 600px), print {
  .p-support__cardHeading {
    padding: 24px 40px 8px;
  }
}
.p-support__cardTxt {
  padding: 0 6.4vw 6.4vw;
  color: rgba(37, 70, 88, 0.9);
}

@media screen and (min-width: 600px), print {
  .p-support__cardTxt {
    padding: 0 40px 32px;
  }
}
.p-support__point {
  margin: 6.4vw 0 0;
  padding: 6.4vw;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media screen and (min-width: 600px), print {
  .p-support__point {
    margin: 40px 0 0;
    padding: 40px;
  }
}
.p-support__pointItem:first-child {
  margin-bottom: 6.4vw;
}

@media screen and (min-width: 600px), print {
  .p-support__pointItem:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 900px) {
  .p-support__pointItem {
    flex: 1 0 50%;
  }
  .p-support__pointItem:first-child {
    margin-bottom: 0;
    padding-right: 20px;
  }
  .p-support__pointItem:last-child {
    padding-left: 20px;
  }
}
.p-support__pointHeading {
  color: #1476b4;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}

.p-prices__item,
.p-support__pointListItem {
  font-size: 14px;
  font-weight: 700;
}

.p-support__pointHeading--sub {
  color: #254658;
  margin-bottom: 8px;
}

.p-prices__price--blue,
.p-prices__txt--blue {
  color: #1573a8;
}

@media screen and (min-width: 600px), print {
  .p-support__pointList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 104px;
    height: 104px;
    margin: 0 -20px;
  }
  .p-support__pointListItem {
    padding: 0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
  .p-support__pointListItem:nth-child(10),
  .p-support__pointListItem:nth-child(9) {
    border: none;
  }
}
@media screen and (min-width: 600px), print {
  .p-prices {
    display: flex;
    margin: -20px;
  }
}
.p-prices__item {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding: 24px 7.4%;
}

@media (max-width: 599px) {
  .p-prices__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 600px), print {
  .p-prices__item {
    flex: 0 0 calc(33.33% - 40px);
    margin: 20px;
    padding: 32px 0;
    justify-content: center;
  }
  .p-prices__item _:-ms-fullscreen,
  :root .p-prices__item {
    flex: 0 0 30%;
  }
}
.p-prices__price {
  margin-top: 8px;
}

.p-prices__strong {
  font-size: 2em;
}

@media screen and (min-width: 600px), print {
  .p-prices__strong {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 900px) {
  .p-support__pointList {
    max-height: 128px;
    height: 128px;
  }
  .p-support__pointListItem:nth-child(6),
  .p-support__pointListItem:nth-child(7),
  .p-support__pointListItem:nth-child(8) {
    border: none;
  }
  .p-prices__item {
    padding: 48px 0;
  }
  .p-prices__price {
    margin-top: 16px;
  }
  .p-prices__strong {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 1200px) {
  .p-support__pointList {
    max-height: 104px;
    height: 104px;
  }
  .p-support__pointListItem:nth-child(6),
  .p-support__pointListItem:nth-child(7),
  .p-support__pointListItem:nth-child(8) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
  .p-prices__item {
    padding: 56px 0;
  }
  .p-prices__strong {
    font-size: 3.2em;
  }
}
.p-prices__txt {
  margin-top: 8px;
}

@media screen and (min-width: 900px) {
  .p-prices__heading {
    font-size: 20px;
  }
  .p-prices__txt {
    margin-top: 16px;
  }
}
.p-priceExample {
  margin-top: 32px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.5;
  padding: 24px 7.4% 12px;
}

@media screen and (min-width: 600px), print {
  .p-priceExample {
    padding: 24px 24px 12px;
    margin-top: 40px;
  }
}
.p-priceExample__heading {
  font-size: 14px;
  margin-bottom: 8px;
}

@media screen and (min-width: 600px), print {
  .p-priceExample__heading {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .p-priceExample {
    flex-direction: row;
    align-items: center;
    padding: 24px 0 24px 24px;
  }
  .p-priceExample__heading {
    font-size: 20px;
    flex: 0 0 auto;
    padding-right: 24px;
    margin: 0;
  }
  .p-priceExample__list {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    font-size: 16px;
  }
}
.p-priceExample__listItem {
  border-top: 1px solid #eee;
  padding: 12px 8px;
}

@media screen and (min-width: 900px) {
  .p-priceExample__listItem {
    flex: 1 0 50%;
    border-top: none;
    border-left: 1px solid #eee;
    padding: 0 24px;
  }
}
.p-priceExample__term {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}

.p-priceExample__description {
  display: block;
}

.p-priceExample__description span {
  display: inline-block;
  padding-right: 4px;
}

@media screen and (min-width: 600px), print {
  .p-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
  }
}
.p-flow__item {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 4vw 3.2vw 3.2vw;
  border: 1px solid #a8bbc8;
}

.p-flow__item:not(:last-child):after,
.p-txt--solution:after {
  border-bottom: 12px solid transparent;
  border-left: 8px solid transparent;
}

@media (max-width: 599px) {
  .p-flow__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.p-flow__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin: 0 0 0 -6px;
  border-top: 12px solid #a8bbc8;
  border-right: 8px solid transparent;
}

@media screen and (min-width: 600px), print {
  .p-flow__item:not(:last-child):after {
    top: 50%;
    bottom: auto;
    right: -40px;
    left: auto;
    margin: -8px 0 0;
    border-top: 8px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #a8bbc8;
  }
  .p-flow__item {
    flex: 0 0 calc(25% - 40px);
    margin: 20px;
    padding: 40px 0;
    height: auto;
  }
}
.p-flow__number {
  font-size: 28px;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  line-height: 1;
  color: #a8bbc8;
}

.p-flow__txt {
  line-height: 1.5;
  margin-top: 8px;
}

.p-flow__txt span {
  display: inline-block;
}

@media screen and (min-width: 900px) {
  .p-flow__item {
    flex: 0 0 calc(25% - 40px);
    height: auto;
  }
  .p-flow__item _:-ms-fullscreen,
  :root .p-flow__item {
    flex: 0 0 21%;
  }
  .p-flow__txt {
    font-size: 18px;
  }
}
.p-flow__img {
  width: 128px;
  height: 128px;
  border-radius: 64px;
  border: 4px solid #fff;
  position: absolute;
  top: -64px;
  left: 50%;
  margin-left: -64px;
}

@media screen and (min-width: 1500px) {
  .p-flow__heading {
    font-size: 24px;
  }
}
.p-flow__txt--blue {
  color: #1573a8;
}

.p-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  margin: 40px calc(50% - 50vw) 0;
}

@media screen and (min-width: 600px), print {
  .p-map {
    margin: 0;
    padding-bottom: 698px;
  }
  .p-fixedArea {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .p-flow__heading {
    font-size: 24px;
  }
  .p-map {
    padding-bottom: 568px;
  }
}
.p-map__iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.p-fixedArea__content {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.15s;
  padding: 0;
  z-index: 10;
}

@media screen and (min-width: 600px), print {
  .p-fixedArea__content {
    bottom: 0;
    right: 0;
    margin: 0 16px 16px auto;
    padding: 8px;
    border-radius: 24px;
    display: inline-block;
    width: auto;
    box-shadow: 0 0 16px rgba(9, 68, 88, 0.2);
  }
}
.p-fixedArea__content--isFixed {
  position: fixed;
  padding: 0;
  box-shadow: 0 0 16px rgba(9, 68, 88, 0.2);
}

@media screen and (min-width: 600px), print {
  .p-fixedArea__content--isFixed {
    width: auto;
    padding: 8px 12px;
  }
}
.p-fixedArea__heading {
  text-align: center;
  font-weight: 700;
  padding: 8px 0 0;
  display: none;
}

@media screen and (min-width: 600px), print {
  .p-fixedArea__heading {
    display: block;
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  .p-fixedArea__content {
    margin: 0 24px 24px 0;
  }
  .p-fixedArea__heading {
    font-size: 20px;
  }
}
.p-fixedArea__btnGroup {
  padding: 8px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  bottom: 0;
}

.p-fixedArea__btn {
  display: inline-block;
  border-radius: 32px;
  color: rgba(37, 70, 88, 0.7);
  line-height: 1;
  font-weight: 700;
  transition: 0.3s;
  text-align: center;
  box-shadow: 0 0 16px rgba(9, 68, 88, 0.2);
}

.p-fixedArea__btn--web {
  background-color: #21a3ca;
  background-image: linear-gradient(135deg, #46c8ee 0, #21a3ca 100%);
  position: relative;
  color: #fff;
  font-size: 12px;
  padding: 16px 4px 16px 24px;
  border-radius: 4px;
  text-align: center;
  flex: 1 0 auto;
  margin-right: 4px;
}

@media screen and (min-width: 600px), print {
  .p-fixedArea__btn--web {
    padding: 16px 32px 16px 56px;
    font-size: 15px;
    border-radius: 32px;
    text-align: center;
  }
}
.p-fixedArea__btn--web:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6zm-2 0l-8 5-8-5h16zm0 12H4V8l8 5 8-5v10z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-position: top left;
  top: 50%;
  left: 3vw;
  margin-top: -8px;
}

@media screen and (min-width: 600px), print {
  .p-fixedArea__btn--web:after {
    width: 24px;
    height: 24px;
    left: 24px;
    background-size: 24px 24px;
    margin-top: -12px;
  }
}
@media screen and (min-width: 900px) {
  .p-fixedArea__btn--web {
    padding: 22px 32px 22px 80px;
    font-size: 20px;
    border-radius: 32px;
    text-align: center;
  }
  .p-fixedArea__btn--web:after {
    width: 32px;
    height: 32px;
    left: 32px;
    background-size: 32px 32px;
    margin-top: -16px;
  }
}
.p-fixedArea__btn--tel {
  background-color: #187697;
  background-image: linear-gradient(135deg, #50a2bf 0, #187697 100%);
  position: relative;
  color: #fff;
  font-size: 12px;
  padding: 9px 4px 9px 24px;
  text-align: center;
  border-radius: 4px;
  flex: 1 0 auto;
  margin-left: 4px;
}

@media screen and (min-width: 600px), print {
  .p-fixedArea__btn--tel {
    padding: 9px 32px 9px 56px;
    font-size: 15px;
    border-radius: 32px;
    text-align: center;
  }
}
.p-fixedArea__btn--tel:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23FFFFFF'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M6.54 5c.06.89.21 1.76.45 2.59l-1.2 1.2c-.41-1.2-.67-2.47-.76-3.79h1.51m9.86 12.02c.85.24 1.72.39 2.6.45v1.49c-1.32-.09-2.59-.35-3.8-.75l1.2-1.19M7.5 3H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.49c0-.55-.45-1-1-1-1.24 0-2.45-.2-3.57-.57-.1-.04-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.45-5.15-3.76-6.59-6.59l2.2-2.2c.28-.28.36-.67.25-1.02C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-position: top left;
  top: 50%;
  left: 3vw;
  margin-top: -8px;
}

@media screen and (min-width: 600px), print {
  .p-fixedArea__btn--tel:after {
    width: 24px;
    height: 24px;
    left: 24px;
    background-size: 24px 24px;
    margin-top: -12px;
  }
}
@media screen and (min-width: 900px) {
  .p-fixedArea__btn--tel {
    padding: 14px 32px 14px 80px;
    font-size: 20px;
    border-radius: 32px;
  }
  .p-fixedArea__btn--tel:after {
    width: 32px;
    height: 32px;
    left: 32px;
    background-size: 32px 32px;
    margin-top: -16px;
  }
}
.p-fixedArea__smallTxt {
  font-size: 10px;
  display: block;
  margin-bottom: 4px;
}

@media screen and (min-width: 600px), print {
  .p-fixedArea__smallTxt {
    font-size: 12px;
  }
}
.p-fixedArea__observer {
  background: 0 0;
  height: 1px;
  position: absolute;
  top: 200px;
  width: 1px;
}

.application-form {
  background-size: cover;
}

.hbspt-form {
  width: 100%;
  padding: 56px 20px;
  background-color: #fff;
}

.hs-form.hs-form fieldset {
  max-width: none;
}

.hs-richtext.hs-main-font-element > h1 {
  width: 10em;
  margin: 0 auto 26px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 10;
}

.hs-richtext.hs-main-font-element > h1::after,
.hs-richtext.hs-main-font-element > h1::before {
  display: block;
  height: 4px;
  border-radius: 1px;
  content: "";
  background-color: #d5b926;
  position: absolute;
  left: 50%;
}

.hs-richtext.hs-main-font-element > h1::before {
  width: 10em;
  transform: translateX(-50%);
  top: 31px;
  z-index: -1;
}

.hs-richtext.hs-main-font-element > h1::after {
  width: 8em;
  transform: translateX(-50%);
  bottom: 8px;
  z-index: -1;
}

.form-lead {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 2;
  text-align: left !important;
}

.field.hs-form-field {
  margin-bottom: 24px;
}

.application-form .hbspt-form fieldset.form-columns-2 .hs-form-field {
  width: 100%;
}

.field.hs-form-field > label {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 700;
}

.field.hs-form-field > label::after {
  margin-left: 8px;
  padding: 4px;
  content: "必須";
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 2px;
  background-color: #e87474;
}

.hs-form-required {
  display: none;
}

.input {
  margin-right: 0 !important;
}

.hs-input {
  width: 100% !important;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  background-color: #f5f5f1;
  overflow: hidden;
}

.hs-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.hs-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.hs-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.hs-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.hs-fieldtype-select select:invalid,
.hs-input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.hs-form-checkbox:not(:first-child),
.hs-form-radio:not(:first-child) {
  margin-top: 8px;
}

.hs-form-checkbox-display,
.hs-form-radio-display {
  display: block;
  cursor: pointer;
}

.hs-form-checkbox-display > span,
.hs-form-radio-display > span {
  display: block;
  padding: 12px 12px 12px 48px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.hs-form-checkbox-display > span::before,
.hs-form-radio-display > span::before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.hs-form-checkbox-display > span::before {
  background: url(img/icon_checkbox_default.svg) center center no-repeat;
  background-size: contain;
}

.hs-form-radio-display > span::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  left: 14px;
}

.hs-form-checkbox-display > .hs-input,
.hs-form-radio-display > .hs-input {
  display: none;
}

.hs-form-checkbox-display > .hs-input[type=checkbox]:checked + span,
.hs-form-radio-display > .hs-input[type=radio]:checked + span {
  border-color: #049dbf;
  font-weight: 700;
}

.hs-form-checkbox-display > .hs-input[type=checkbox]:checked + span::before {
  background-image: url("img/icon_checkbox_checked.svg");
}

.hs-form-radio-display > .hs-input[type=radio]:checked + span::after {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background-color: #049dbf;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.hs-fieldtype-select > .input {
  position: relative;
}

.hs-fieldtype-select > .input::after {
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: url(img/icon_pull_down_black.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.hs-fieldtype-select select {
  padding-right: 56px;
  appearance: none;
}

.hs-field-desc {
  margin: -4px 0 8px;
  font-size: 12px;
  line-height: 1.5;
}

.hs-fieldtype-textarea textarea {
  height: 10em;
  line-height: 2;
}

.legal-consent-container {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2;
}

.legal-consent-container a {
  display: inline-flex;
  align-items: center;
  color: #049dbf;
}

.legal-consent-container a::after {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 4px;
  content: "";
  background: url(img/icon_launch_blue.svg) center center no-repeat;
  background-size: contain;
}

.hs_submit.hs-submit {
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hs-button.primary.large,
.p-wpcf__submit {
  padding: 20px 40px;
  line-height: 1;
  cursor: pointer;
}

.hs-button.primary.large {
  min-width: 220px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(86.95deg, #d5b926 0, #ffd600 100%);
  border: 1px solid #fff;
  border-radius: 29px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.actions {
  display: flex;
  justify-content: center;
}

.hs_consultation_web.hs-consultation_web.field.hs-form-field > label::after {
  display: none;
}

.hs-error-msg {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #e87474;
}

.hs_error_rollup {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #e87474;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .application-form {
    padding: 88px 40px;
  }
  .hbspt-form {
    padding: 56px;
    border-radius: 16px;
    max-width: 1054px;
    margin: 0 auto;
  }
  .hs-richtext.hs-main-font-element > h1 {
    width: 100%;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 56px;
  }
  .hs-richtext.hs-main-font-element > h1::after,
  .hs-richtext.hs-main-font-element > h1::before {
    display: none;
  }
  .hs-richtext.hs-main-font-element > h1 > strong {
    display: inline-block;
    position: relative;
  }
  .hs-richtext.hs-main-font-element > h1 > strong::after {
    width: 100%;
    height: 8px;
    border-radius: 2px;
    content: "";
    background-color: #d5b926;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: -1;
  }
  .application-form .hbspt-form fieldset.form-columns-2 .hs-form-field,
  .hs-fieldtype-select {
    width: calc((100% - 32px) / 2);
  }
  .form-lead {
    margin-bottom: 56px;
    font-size: 16px;
    line-height: 1;
    text-align: center !important;
  }
  .field.hs-form-field > label {
    font-size: 14px;
  }
  .field.hs-form-field > label::after {
    font-size: 12px;
  }
  .hs-input {
    font-size: 16px;
  }
  .application-form .hbspt-form fieldset.form-columns-2 {
    display: flex;
    justify-content: space-between;
  }
  .field.hs-form-field {
    margin-bottom: 32px;
  }
  .inputs-list {
    display: flex;
    flex-wrap: wrap;
  }
  .hs-form-checkbox,
  .hs-form-radio {
    margin: 0 8px 8px 0;
  }
  .hs-fieldtype-checkbox .hs-error-msg,
  .hs-fieldtype-radio .hs-error-msg,
  .hs-form-checkbox:not(:first-child),
  .hs-form-radio:not(:first-child) {
    margin-top: 0;
  }
  .hs-form-checkbox-display > span,
  .hs-form-radio-display > span {
    padding: 20px 16px 20px 56px;
    font-size: 16px;
    line-height: 1;
  }
  .hs-form-checkbox-display > span::before,
  .hs-form-radio-display > span::before {
    left: 16px;
  }
  .hs-form-radio-display > span::before {
    left: 18px;
  }
  .hs-form-radio-display > .hs-input[type=radio]:checked + span::after {
    left: 22px;
  }
  .hs-fieldtype-checkbox.field.hs-form-field,
  .hs-fieldtype-radio.field.hs-form-field {
    margin-bottom: 24px;
  }
  .legal-consent-container {
    line-height: 1;
    margin-bottom: 32px;
    text-align: center;
  }
  .hs-fieldtype-textarea textarea {
    height: 6em;
  }
  .hs-button.primary.large {
    min-width: 260px;
    font-size: 20px;
    border-radius: 30px;
  }
  .hs-richtext.hs-main-font-element > h1 > strong::after {
    display: none;
  }
}
.hs-richtext.hs-main-font-element > h1:after,
.hs-richtext.hs-main-font-element > h1:before,
.p-txt--support br {
  display: none;
}

@media screen and (min-width: 1054px) {
  .hbspt-form {
    padding: 56px 80px;
  }
}
.application-form {
  padding: 64px 0;
  background: linear-gradient(135deg, #cdedff 0, #81c8f0 100%);
}

.hs-input {
  font-size: 16px;
  padding: 8px 12px;
}

.hs-richtext.hs-main-font-element > h1 {
  font-size: 5vw;
  line-height: 1.5;
}

@media screen and (min-width: 600px), print {
  .hs-richtext.hs-main-font-element > h1 {
    font-size: 30px;
  }
  .p-txt--tabCenter {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .hs-richtext.hs-main-font-element > h1 {
    font-size: 40px;
  }
}
.field.hs-form-field > label {
  font-size: 14px;
}

.p-txt--solution {
  padding: 40px 0;
  margin: 16px 0;
  position: relative;
}

.p-txt--solution:after,
.p-txt--solution:before {
  position: absolute;
  left: 50%;
  content: "";
}

.p-txt--solution:before {
  top: 0;
  height: 100%;
  width: 2px;
  background-image: linear-gradient(#999 0, #999 30%, #fff 31%, #fff 69%, #999 70%, #999 100%);
  z-index: -1;
}

@media screen and (min-width: 600px), print {
  .p-txt--solution:before {
    height: 200px;
  }
  .p-txt--solution {
    padding: 64px 0;
  }
}
@media screen and (min-width: 900px) {
  .p-txt--support {
    text-align: center;
  }
  .p-txt--support br {
    display: block;
  }
  .p-txt--solution:before {
    height: 232px;
  }
  .p-txt--solution {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-txt--solution:before {
    height: 256px;
  }
}
.p-txt--solution:after {
  bottom: -14px;
  margin-left: -7px;
  border-top: 12px solid #999;
  border-right: 8px solid transparent;
  transform: rotate(0);
}

.p-txt--reason {
  padding: 24px 24px 0;
  text-align: left;
  font-size: 18px;
}

@media screen and (min-width: 600px), print {
  .p-txt--reason {
    padding: 32px 0 32px 24px;
    font-size: 20px;
  }
}
.p-nav {
  border-bottom: 1px solid #e9e9e9;
  display: none;
}

.is-open .p-nav {
  display: block;
}

@media screen and (min-width: 900px) {
  .p-txt--reason {
    padding: 32px 0 32px 32px;
  }
  .p-nav {
    display: block;
    border: none;
    padding-right: 40px;
  }
  .p-nav__firstLevelList {
    display: flex;
  }
}
.p-nav__link {
  display: block;
  padding: 8px 6.4vw;
  font-size: 14px;
  line-height: 2;
  position: relative;
  transition: 0.3s;
  font-feature-settings: "palt";
  letter-spacing: 1.5px;
}

@media screen and (min-width: 600px), print {
  .p-nav__link {
    padding: 8px 20px;
  }
}
@media screen and (min-width: 900px) {
  .p-nav__link {
    padding: 18px 16px;
    transition: 0.3s;
  }
  .p-nav__link:hover {
    color: #116eb4;
  }
}
.p-nav__link--firstLevel {
  border-top: 1px solid #e9e9e9;
  background-color: #fff;
  color: #254658;
  font-weight: 700;
}

.p-nav__link--firstLevel:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 4vw;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  transition: 0.3s;
}

@media screen and (min-width: 600px), print {
  .p-nav__link--firstLevel:after {
    right: 20px;
  }
}
.p-nav__link--firstLevel.p-nav__link--hasChild:after {
  transform: rotate(90deg);
}

.p-nav__link--firstLevel.is-open:after {
  transform: rotate(-90deg);
}

@media screen and (min-width: 900px) {
  .p-nav__link--firstLevel {
    border: none;
  }
  .p-nav__link--firstLevel:after {
    content: none;
  }
}
.p-nav__link--secondLevel {
  background-color: #f9f9f9;
  border-top: 1px solid #e9e9e9;
  color: rgba(37, 70, 88, 0.9);
  display: none;
}

.p-nav__link--secondLevel:after,
.p-nav__link--thirdLevel:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z'/%3E%3C/svg%3E");
  background-size: 24px 24px;
}

@media (max-width: 899px) {
  .p-nav__secondLevelList.is-open .p-nav__link--secondLevel {
    display: block;
  }
}
.p-nav__link--secondLevel:after {
  content: "";
  margin-top: -12px;
  right: 4vw;
  transition: 0.3s;
}

@media screen and (min-width: 600px), print {
  .p-nav__link--secondLevel:after {
    right: 20px;
  }
}
.p-nav__link--secondLevel.p-nav__link--hasChild:after {
  transform: rotate(90deg);
}

.p-nav__link--secondLevel.is-open:after {
  transform: rotate(-90deg);
}

@media screen and (min-width: 900px) {
  .p-nav__link--secondLevel {
    display: block;
    background-color: #f1f5fa;
    border: none;
    padding: 4px 24px;
    font-weight: 700;
  }
  .p-nav__link--secondLevel:hover > .p-nav__img {
    opacity: 1;
  }
  .p-nav__link--secondLevel:after {
    content: none;
  }
  .p-nav__secondLevelList--hasLogo {
    display: flex;
    align-items: center;
  }
}
.p-breadcrumbs__item:not(:last-child):after,
.p-jobPost__body:after,
.p-nav__link--thirdLevel:after,
.p-otherBusiness__headingLink:after,
.p-subNav__txt--current:after,
.p-theme__items:after {
  content: "";
}

.p-nav__link--thirdLevel {
  background-color: #eee;
  border-top: 1px solid #e9e9e9;
  color: rgba(37, 70, 88, 0.9);
  display: none;
}

@media (max-width: 899px) {
  .p-nav__thirdLevelList.is-open .p-nav__link--thirdLevel {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .p-nav__link--thirdLevel {
    display: block;
    background-color: #f1f5fa;
    padding: 4px 0;
    margin: 0 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-top: none;
  }
  .p-nav__link--thirdLevel:after {
    content: none;
  }
}
.p-nav__link--thirdLevel:after {
  margin-top: -12px;
  right: 4vw;
}

.p-nav__link--contact {
  color: #116eb4;
}

@media screen and (min-width: 900px) {
  .p-nav__link--pcHidden {
    display: none;
  }
  .p-nav__firstLevelItem:hover,
  .p-nav__firstLevelItem:hover > .p-nav__link--firstLevel {
    color: #116eb4;
  }
  .p-nav__firstLevelItem:hover > .p-nav__secondLevelList {
    display: flex;
    justify-content: center;
    padding: 32px 0 40px;
  }
  .p-nav__firstLevelItem:hover > .p-nav__secondLevelList--hasLogo {
    padding: 24px 0;
  }
  .p-nav__firstLevelItem:hover .p-nav__secondLevelItem {
    animation: fadeNav 0.3s;
  }
  .p-nav__firstLevelItem:hover .p-nav__secondLevelItem--note {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 1;
    flex: 0 0 240px;
  }
  .p-nav__firstLevelItem:hover .p-nav__secondLevelItem--getToKnow {
    display: list-item;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .p-nav__secondLevelList {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0 -50%;
    left: 50%;
  }
  .p-nav__secondLevelList:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #f1f5fa;
    top: 0;
    left: 0;
  }
}
.p-contact,
.p-message,
.p-otherBusiness__card,
.p-recruitLink__item {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .p-nav__secondLevelList {
    margin-left: -600px;
  }
  .p-nav__secondLevelList:before {
    left: calc((-100vw + 1200px) / 2);
  }
}
.p-nav__img {
  display: none;
  opacity: 0.8;
}

@media screen and (min-width: 900px) {
  .p-nav__img {
    width: 280px;
    height: auto;
    display: block;
    border-radius: 8px;
    margin: 4px 0;
    transition: 0.3s;
  }
}
.p-jobPost__card,
.p-wpcf__submit {
  border-radius: 8px;
}

@keyframes fadeNav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-clientList {
  display: flex;
  flex-wrap: wrap;
  margin: -3.2%;
}

@media screen and (min-width: 600px), print {
  .p-nav__link--thirdLevel:after {
    right: 20px;
  }
  .p-clientList {
    margin: -20px;
  }
}
.p-clientList__item {
  margin: 3.2%;
  flex: 1 0 43.6%;
  font-size: 11vw;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: rgba(37, 70, 88, 0.2);
}

@media screen and (min-width: 600px), print {
  .p-clientList__item {
    font-size: 4.5vw;
    margin: 20px;
    flex: 0 0 calc(25% - 40px);
  }
}
@media screen and (min-width: 600px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .p-clientList__item {
    flex: 1 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-clientList__item {
    font-size: 48px;
  }
  .p-nav__firstLevelItem:hover .p-nav__secondLevelItem--note {
    flex: 0 0 auto;
  }
  .p-nav__link--secondLevel {
    padding: 4px 32px;
  }
}
.p-companyInfoLink {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .p-companyInfoLink {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 40px;
  }
}
.p-companyInfoLink__item {
  border-radius: 8px;
  transition: 0.3s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.p-companyInfoLink__item:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.p-companyInfoLink__item--current {
  background-image: linear-gradient(-45deg, #116eb4, #1b92d1);
}
.p-companyInfoLink__link {
  color: rgba(37, 70, 88, 0.9);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 0 20px;
  background-size: 64px 64px;
  background-position: top 24px center;
}
.p-companyInfoLink__link--company {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Crect fill='%23344c5b' x='112' y='72' width='32' height='40' rx='4'/%3E%3Crect fill='%23344c5b' x='176' y='72' width='32' height='40' rx='4'/%3E%3Crect fill='%23344c5b' x='240' y='72' width='32' height='40' rx='4'/%3E%3Crect fill='%23344c5b' x='112' y='152' width='32' height='40' rx='4'/%3E%3Crect fill='%23344c5b' x='176' y='152' width='32' height='40' rx='4'/%3E%3Crect fill='%23344c5b' x='240' y='152' width='32' height='40' rx='4'/%3E%3Crect fill='%23344c5b' x='112' y='232' width='32' height='40' rx='4'/%3E%3Crect fill='%23344c5b' x='176' y='232' width='32' height='40' rx='4'/%3E%3Crect fill='%23344c5b' x='240' y='232' width='32' height='40' rx='4'/%3E%3Cpath fill='%23344c5b' d='M302,352H82a2,2,0,0,1-2-2V34a2,2,0,0,1,2-2H302a2,2,0,0,1,2,2V350A2,2,0,0,1,302,352ZM320,16H68a4,4,0,0,0-4,4V364a4,4,0,0,0,4,4H316a4,4,0,0,0,4-4V16Z'/%3E%3C/svg%3E");
}
.p-companyInfoLink__link--mission {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath fill='%23344c5b' d='M197.62,190.2a8,8,0,0,0-2.34-5.66h0L135,124.26,140,93.85,86.21,40.11,81.26,70.52l0,0L70,81.86l0,0-30.4,5,53.74,53.74,30.4-5L184,195.85a8,8,0,0,0,13.65-5.65Z'/%3E%3Cpath fill='%23344c5b' d='M192,112a79.62,79.62,0,0,0-44.46,13.49l11.61,11.61a64.12,64.12,0,1,1-22.47,22.78L125,148.24A80,80,0,1,0,192,112Z'/%3E%3Cpath fill='%23344c5b' d='M192,64a127.53,127.53,0,0,0-53.32,11.62l12.17,12.16a111.85,111.85,0,1,1-63.39,63.9l-12.2-12.21A128,128,0,1,0,192,64Z'/%3E%3Cpath fill='%23344c5b' d='M197.62,190.2a8,8,0,0,0-2.34-5.66h0L135,124.26,140,93.85,86.21,40.11,81.26,70.52l0,0L70,81.86l0,0-30.4,5,53.74,53.74,30.4-5L184,195.85a8,8,0,0,0,13.65-5.65Z'/%3E%3Cpath fill='%23344c5b' d='M192,16a175.1,175.1,0,0,0-85.25,22l11.78,11.78a159.86,159.86,0,1,1-69.11,69.48l-11.8-11.8A176,176,0,1,0,192,16Z'/%3E%3Cpath fill='%23344c5b' d='M197.62,190.2a8,8,0,0,0-2.34-5.66h0L135,124.26,140,93.85,86.21,40.11,81.26,70.52l0,0L70,81.86l0,0-30.4,5,53.74,53.74,30.4-5L184,195.85a8,8,0,0,0,13.65-5.65Z'/%3E%3C/svg%3E");
}
.p-companyInfoLink__link--ceo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath fill='%23344c5b' d='M192,31a22.54,22.54,0,1,1-22.54,22.54A22.56,22.56,0,0,1,192,31m0-16a38.54,38.54,0,1,0,38.54,38.54A38.54,38.54,0,0,0,192,15Z'/%3E%3Cpath fill='%23344c5b' d='M267.57,99.15H116.43a4,4,0,0,0-4,4.08l2.75,137.16a4,4,0,0,0,4,3.92h21.43V363a4,4,0,0,0,4,4h94.78a4,4,0,0,0,4-4V244.31h21.43a4,4,0,0,0,4-3.92l2.75-137.16A4,4,0,0,0,267.57,99.15ZM227.39,244.31V349a2,2,0,0,1-2,2H204.28a2,2,0,0,1-2-2V238a4,4,0,0,0-4-4H185.72a4,4,0,0,0-4,4V349a2,2,0,0,1-2,2H158.61a2,2,0,0,1-2-2V147.47a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v78.84a2,2,0,0,1-2,2H132.9a2,2,0,0,1-2-2l-2.24-111.2H255.33l-2.24,111.2a2,2,0,0,1-2,2h-5.71a2,2,0,0,1-2-2V147.47a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v96.84Z'/%3E%3C/svg%3E");
}
.p-companyInfoLink__link--member {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath fill='%23344c5b' d='M192,86a14,14,0,1,1-14,14,14,14,0,0,1,14-14m0-16a30,30,0,1,0,30,30,30,30,0,0,0-30-30Z'/%3E%3Cpath fill='%23344c5b' d='M249.92,135.5H134.08a4,4,0,0,0-4,4.08l2.11,105a4,4,0,0,0,4,3.92H150a2,2,0,0,1,2,2V340a4,4,0,0,0,4,4h72a4,4,0,0,0,4-4V250.5a2,2,0,0,1,2-2h13.81a4,4,0,0,0,4-3.92l2.11-105A4,4,0,0,0,249.92,135.5ZM216,248.5V326a2,2,0,0,1-2,2H202a2,2,0,0,1-2-2V241a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v85a2,2,0,0,1-2,2H170a2,2,0,0,1-2-2V174a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v56.5a2,2,0,0,1-2,2h-.09a2,2,0,0,1-2-2l-1.55-77a2,2,0,0,1,2-2h87.28a2,2,0,0,1,2,2l-1.55,77a2,2,0,0,1-2,2H234a2,2,0,0,1-2-2V174a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v74.5Z'/%3E%3Cpath fill='%23344c5b' d='M283.84,100a30,30,0,1,0-30-30A30,30,0,0,0,283.84,100Zm0-44a14,14,0,1,1-14,14A14,14,0,0,1,283.84,56Z'/%3E%3Cpath fill='%23344c5b' d='M341.76,105.5H235.64a43.71,43.71,0,0,1-5.27,16h97.1a2,2,0,0,1,2,2l-1.54,77a2,2,0,0,1-2,2h-.09a2,2,0,0,1-2-2V144a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4V296a2,2,0,0,1-2,2h-12a2,2,0,0,1-2-2V211a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v85a2,2,0,0,1-2,2h-12a2,2,0,0,1-2-2V257.82a17.93,17.93,0,0,1-12,4.68H246v51a3.93,3.93,0,0,0,1.84.47h72a4,4,0,0,0,4-4V220.5a2,2,0,0,1,2-2h13.81a4,4,0,0,0,4-3.92l2.11-105A4,4,0,0,0,341.76,105.5Z'/%3E%3Cpath fill='%23344c5b' d='M100.16,100a30,30,0,1,0-30-30A30,30,0,0,0,100.16,100Zm0-44a14,14,0,1,1-14,14A14,14,0,0,1,100.16,56Z'/%3E%3Cpath fill='%23344c5b' d='M136.19,262.5a17.93,17.93,0,0,1-12-4.68V296a2,2,0,0,1-2,2h-12a2,2,0,0,1-2-2V211a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v85a2,2,0,0,1-2,2h-12a2,2,0,0,1-2-2V144a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v56.5a2,2,0,0,1-2,2h-.09a2,2,0,0,1-2-2l-1.54-77a2,2,0,0,1,2-2h97.1a43.71,43.71,0,0,1-5.27-16H42.24a4,4,0,0,0-4,4.08l2.11,105a4,4,0,0,0,4,3.92H58.16a2,2,0,0,1,2,2V310a4,4,0,0,0,4,4h72a3.93,3.93,0,0,0,1.84-.47v-51Z'/%3E%3C/svg%3E");
  padding: 88px 0 8px;
}
@media screen and (min-width: 900px) {
  .p-companyInfoLink__link--member {
    padding: 84px 0 12px;
    background-position: top 16px center;
  }
}
.p-companyInfoLink__currentItem {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 0 20px;
  background-size: 64px 64px;
  background-position: top 24px center;
}
.p-companyInfoLink__currentItem--company {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Crect fill='%23ffffff' x='112' y='72' width='32' height='40' rx='4'/%3E%3Crect fill='%23ffffff' x='176' y='72' width='32' height='40' rx='4'/%3E%3Crect fill='%23ffffff' x='240' y='72' width='32' height='40' rx='4'/%3E%3Crect fill='%23ffffff' x='112' y='152' width='32' height='40' rx='4'/%3E%3Crect fill='%23ffffff' x='176' y='152' width='32' height='40' rx='4'/%3E%3Crect fill='%23ffffff' x='240' y='152' width='32' height='40' rx='4'/%3E%3Crect fill='%23ffffff' x='112' y='232' width='32' height='40' rx='4'/%3E%3Crect fill='%23ffffff' x='176' y='232' width='32' height='40' rx='4'/%3E%3Crect fill='%23ffffff' x='240' y='232' width='32' height='40' rx='4'/%3E%3Cpath fill='%23ffffff' d='M302,352H82a2,2,0,0,1-2-2V34a2,2,0,0,1,2-2H302a2,2,0,0,1,2,2V350A2,2,0,0,1,302,352ZM320,16H68a4,4,0,0,0-4,4V364a4,4,0,0,0,4,4H316a4,4,0,0,0,4-4V16Z'/%3E%3C/svg%3E");
}
.p-companyInfoLink__currentItem--mission {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath fill='%23ffffff' d='M197.62,190.2a8,8,0,0,0-2.34-5.66h0L135,124.26,140,93.85,86.21,40.11,81.26,70.52l0,0L70,81.86l0,0-30.4,5,53.74,53.74,30.4-5L184,195.85a8,8,0,0,0,13.65-5.65Z'/%3E%3Cpath fill='%23ffffff' d='M192,112a79.62,79.62,0,0,0-44.46,13.49l11.61,11.61a64.12,64.12,0,1,1-22.47,22.78L125,148.24A80,80,0,1,0,192,112Z'/%3E%3Cpath fill='%23ffffff' d='M192,64a127.53,127.53,0,0,0-53.32,11.62l12.17,12.16a111.85,111.85,0,1,1-63.39,63.9l-12.2-12.21A128,128,0,1,0,192,64Z'/%3E%3Cpath fill='%23ffffff' d='M197.62,190.2a8,8,0,0,0-2.34-5.66h0L135,124.26,140,93.85,86.21,40.11,81.26,70.52l0,0L70,81.86l0,0-30.4,5,53.74,53.74,30.4-5L184,195.85a8,8,0,0,0,13.65-5.65Z'/%3E%3Cpath fill='%23ffffff' d='M192,16a175.1,175.1,0,0,0-85.25,22l11.78,11.78a159.86,159.86,0,1,1-69.11,69.48l-11.8-11.8A176,176,0,1,0,192,16Z'/%3E%3Cpath fill='%23ffffff' d='M197.62,190.2a8,8,0,0,0-2.34-5.66h0L135,124.26,140,93.85,86.21,40.11,81.26,70.52l0,0L70,81.86l0,0-30.4,5,53.74,53.74,30.4-5L184,195.85a8,8,0,0,0,13.65-5.65Z'/%3E%3C/svg%3E");
}
.p-companyInfoLink__currentItem--ceo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath fill='%23ffffff' d='M192,31a22.54,22.54,0,1,1-22.54,22.54A22.56,22.56,0,0,1,192,31m0-16a38.54,38.54,0,1,0,38.54,38.54A38.54,38.54,0,0,0,192,15Z'/%3E%3Cpath fill='%23ffffff' d='M267.57,99.15H116.43a4,4,0,0,0-4,4.08l2.75,137.16a4,4,0,0,0,4,3.92h21.43V363a4,4,0,0,0,4,4h94.78a4,4,0,0,0,4-4V244.31h21.43a4,4,0,0,0,4-3.92l2.75-137.16A4,4,0,0,0,267.57,99.15ZM227.39,244.31V349a2,2,0,0,1-2,2H204.28a2,2,0,0,1-2-2V238a4,4,0,0,0-4-4H185.72a4,4,0,0,0-4,4V349a2,2,0,0,1-2,2H158.61a2,2,0,0,1-2-2V147.47a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v78.84a2,2,0,0,1-2,2H132.9a2,2,0,0,1-2-2l-2.24-111.2H255.33l-2.24,111.2a2,2,0,0,1-2,2h-5.71a2,2,0,0,1-2-2V147.47a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v96.84Z'/%3E%3C/svg%3E");
}
.p-companyInfoLink__currentItem--member {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath fill='%23ffffff' d='M192,86a14,14,0,1,1-14,14,14,14,0,0,1,14-14m0-16a30,30,0,1,0,30,30,30,30,0,0,0-30-30Z'/%3E%3Cpath fill='%23ffffff' d='M249.92,135.5H134.08a4,4,0,0,0-4,4.08l2.11,105a4,4,0,0,0,4,3.92H150a2,2,0,0,1,2,2V340a4,4,0,0,0,4,4h72a4,4,0,0,0,4-4V250.5a2,2,0,0,1,2-2h13.81a4,4,0,0,0,4-3.92l2.11-105A4,4,0,0,0,249.92,135.5ZM216,248.5V326a2,2,0,0,1-2,2H202a2,2,0,0,1-2-2V241a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v85a2,2,0,0,1-2,2H170a2,2,0,0,1-2-2V174a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v56.5a2,2,0,0,1-2,2h-.09a2,2,0,0,1-2-2l-1.55-77a2,2,0,0,1,2-2h87.28a2,2,0,0,1,2,2l-1.55,77a2,2,0,0,1-2,2H234a2,2,0,0,1-2-2V174a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v74.5Z'/%3E%3Cpath fill='%23ffffff' d='M283.84,100a30,30,0,1,0-30-30A30,30,0,0,0,283.84,100Zm0-44a14,14,0,1,1-14,14A14,14,0,0,1,283.84,56Z'/%3E%3Cpath fill='%23ffffff' d='M341.76,105.5H235.64a43.71,43.71,0,0,1-5.27,16h97.1a2,2,0,0,1,2,2l-1.54,77a2,2,0,0,1-2,2h-.09a2,2,0,0,1-2-2V144a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4V296a2,2,0,0,1-2,2h-12a2,2,0,0,1-2-2V211a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v85a2,2,0,0,1-2,2h-12a2,2,0,0,1-2-2V257.82a17.93,17.93,0,0,1-12,4.68H246v51a3.93,3.93,0,0,0,1.84.47h72a4,4,0,0,0,4-4V220.5a2,2,0,0,1,2-2h13.81a4,4,0,0,0,4-3.92l2.11-105A4,4,0,0,0,341.76,105.5Z'/%3E%3Cpath fill='%23ffffff' d='M100.16,100a30,30,0,1,0-30-30A30,30,0,0,0,100.16,100Zm0-44a14,14,0,1,1-14,14A14,14,0,0,1,100.16,56Z'/%3E%3Cpath fill='%23ffffff' d='M136.19,262.5a17.93,17.93,0,0,1-12-4.68V296a2,2,0,0,1-2,2h-12a2,2,0,0,1-2-2V211a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v85a2,2,0,0,1-2,2h-12a2,2,0,0,1-2-2V144a4,4,0,0,0-4-4h-8a4,4,0,0,0-4,4v56.5a2,2,0,0,1-2,2h-.09a2,2,0,0,1-2-2l-1.54-77a2,2,0,0,1,2-2h97.1a43.71,43.71,0,0,1-5.27-16H42.24a4,4,0,0,0-4,4.08l2.11,105a4,4,0,0,0,4,3.92H58.16a2,2,0,0,1,2,2V310a4,4,0,0,0,4,4h72a3.93,3.93,0,0,0,1.84-.47v-51Z'/%3E%3C/svg%3E");
  padding: 88px 0 8px;
}
@media screen and (min-width: 900px) {
  .p-companyInfoLink__currentItem--member {
    padding: 84px 0 12px;
    background-position: top 16px center;
  }
}
.p-companyInfoLink__txt {
  color: inherit;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .p-companyInfoLink__txt {
    font-size: 16px;
  }
}

@media screen and (min-width: 600px), print {
  .p-recruitLink {
    margin: -20px;
    display: flex;
  }
}
.p-recruitLink__item {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
}

.p-recruitLink__item:not(:last-child) {
  margin-bottom: 8vw;
}

@media screen and (min-width: 600px), print {
  .p-recruitLink__item {
    margin: 20px;
    flex: 1 0 calc(50% - 40px);
  }
  .p-recruitLink__item:not(:last-child) {
    margin: 20px;
  }
  .p-recruitLink__heading {
    font-size: 18px;
  }
}
.p-recruitLink__item--recruit {
  background-image: url("img/img_recruit@2x.jpg");
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 900px) {
  .p-recruitLink__item--recruit {
    background-size: 100%;
    background-position: center center;
  }
  .p-recruitLink__item--recruit:hover {
    background-size: 105%;
  }
}
.p-recruitLink__item--dualCareer {
  background-image: url("img/img_dual_career@2x.jpg");
  background-size: cover;
  background-position: bottom center;
}

.p-recruitLink__heading {
  margin-bottom: 4px;
  font-size: 18px;
  text-shadow: 0 0 8px #fff;
}

.p-recruitLink__link {
  display: block;
  color: rgba(37, 70, 88, 0.9);
  text-shadow: 0 0 8px #fff;
  padding: 6.4vw;
}

@media screen and (min-width: 600px), print {
  .p-recruitLink__link {
    padding: 40px 24px;
  }
  .p-sponsorship {
    display: flex;
    flex-wrap: wrap;
    margin: calc(-3.2% + 80px) -3.2% -3.2%;
  }
}
@media screen and (min-width: 900px) {
  .p-recruitLink__item--dualCareer {
    background-size: 100%;
    background-position: center center;
  }
  .p-recruitLink__item--dualCareer:hover {
    background-size: 105%;
  }
  .p-recruitLink__link {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-companyInfoLink__txt {
    font-size: 18px;
  }
  .p-recruitLink__link {
    padding: 80px 40px;
  }
}
.p-sponsorship__item {
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
  margin-top: 40px;
}

@media screen and (min-width: 600px), print {
  .p-sponsorship__item {
    margin: 3.2%;
    flex: 1 0 43.6%;
  }
}
.p-sponsorship__logo {
  display: block;
  margin: 0 auto;
}

.p-sponsorship__txt {
  display: block;
  margin-top: 8px;
}

.p-contact {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 9.6% 6.4%;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.p-contact__heading {
  font-size: 16px;
  margin-bottom: 8px;
}

@media screen and (min-width: 600px), print {
  .p-contact {
    padding: 40px;
  }
  .p-contact__heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  .p-sponsorship__item {
    flex: 1 0 18.6%;
  }
  .p-contact__heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-contact__heading {
    font-size: 24px;
  }
}
.p-contact__txt {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.7;
}

.p-contact__txt span {
  display: inline-block;
}

.p-breadcrumbs {
  display: flex;
  padding: 0 6.4vw;
  margin: 0 auto;
  width: 100%;
  word-break: keep-all;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 1280px;
}

@media screen and (min-width: 600px), print {
  .p-breadcrumbs {
    padding: 0 40px;
  }
}
@media screen and (min-width: 900px) {
  .p-breadcrumbs {
    padding: 0 64px;
  }
}
@media screen and (min-width: 1200px) {
  .p-breadcrumbs {
    padding: 0 80px;
  }
}
.p-breadcrumbs__current,
.p-breadcrumbs__link {
  padding: 0;
  font-size: 12px;
  line-height: 44px;
  word-break: keep-all;
}

.p-breadcrumbs::-webkit-scrollbar {
  display: none;
}

.p-breadcrumbs__item {
  word-break: keep-all;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.p-breadcrumbs__item:not(:last-child) {
  margin-right: 24px;
  position: relative;
}

.p-breadcrumbs__item:not(:last-child):after {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23919FA9' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 12px 12px;
  top: 50%;
  right: -20px;
  margin-top: -6px;
}

.p-companyPage,
.p-vissionMissionPage {
  margin: 0 0 80px;
}

.p-breadcrumbs__link {
  display: block;
  color: rgba(37, 70, 88, 0.7);
}

.p-breadcrumbs__current {
  display: block;
  color: rgba(37, 70, 88, 0.9);
}

.p-companyTable__th {
  display: block;
  text-align: left;
  padding: 12px 0 4px;
}

@media screen and (min-width: 1200px) {
  .p-companyTable__th {
    display: table-cell;
    white-space: nowrap;
    padding: 16px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 15px;
    vertical-align: top;
  }
}
.p-companyTable__td {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 12px;
}

@media screen and (min-width: 1200px) {
  .p-companyTable__td {
    display: table-cell;
    padding: 16px 8px;
    font-size: 15px;
  }
}
.p-companyTable__annotation {
  font-size: 12px;
}

@media screen and (min-width: 600px), print {
  .p-companyPage {
    display: flex;
  }
  .p-companyPage__table {
    flex: 1 0 50%;
    padding-right: 20px;
  }
  .p-companyPage__map {
    flex: 1 0 50%;
    padding-left: 20px;
  }
  .p-vissionMissionPage {
    display: flex;
  }
  .p-vissionMissionPage__logoWrap {
    flex: 1 0 50%;
  }
}
.p-vissionMissionPage__logo {
  display: block;
  width: 80%;
  margin: 0 auto 40px;
}

.p-vissionMissionPage__heading {
  font-size: 4.375vw;
  line-height: 1.7;
  margin-bottom: 16px;
}

@media screen and (min-width: 600px), print {
  .p-vissionMissionPage__heading {
    font-size: 2.2vw;
  }
  .p-ceoPage {
    display: flex;
  }
}
@media screen and (min-width: 900px) {
  .p-vissionMissionPage__logoWrap {
    flex: 1 0 40%;
  }
  .p-vissionMissionPage__heading {
    font-size: 20px;
  }
}
.p-vissionMissionPage__heading span {
  font-size: 0.8em;
  padding: 0 4px;
}

.p-vissionMissionPage__txt:not(:last-child) {
  margin-bottom: 16px;
}

.p-ceoPage {
  margin: 0 auto 40px;
  max-width: 800px;
}

@media screen and (min-width: 900px) {
  .p-ceoPage {
    margin: 0 auto 80px;
  }
}
.p-ceoPage__profile {
  text-align: center;
  display: block;
  margin: 0 auto 40px;
}

@media screen and (min-width: 600px), print {
  .p-ceoPage__profile {
    flex: 1 0 25%;
    padding: 0 20px 0 0;
  }
}
@media screen and (min-width: 900px) {
  .p-ceoPage__profile {
    flex: 1 0 23%;
  }
}
.p-ceoPage__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 16px;
  border-radius: 50%;
}

.p-ceoPage__position {
  margin-bottom: 4px;
}

.p-ceoPage__name {
  font-size: 18px;
  font-weight: 700;
}

.p-ceoPage__name--en {
  font-size: 12px;
  display: block;
  font-weight: 400;
  color: rgba(37, 70, 88, 0.7);
}

.p-ceoPage__heading {
  font-size: 4.375vw;
  line-height: 1.7;
  margin-bottom: 16px;
}

.p-ceoPage__heading span {
  font-size: 0.8em;
  padding: 0 4px;
}

.p-ceoPage__txt:not(:last-child) {
  margin-bottom: 16px;
}

.p-memberPage {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -3.2% -3.2% 20px;
}

@media screen and (min-width: 600px), print {
  .p-ceoPage__txtWrap {
    padding: 0 0 0 20px;
  }
  .p-memberPage {
    margin: -20px -20px 40px;
  }
}
.p-memberPage__profile {
  margin: 3.2%;
  flex: 0 0 43.6%;
  text-align: center;
  display: block;
  padding: 16px;
}

@media screen and (min-width: 600px), print {
  .p-memberPage__profile {
    margin: 20px;
    flex: 0 0 calc(33% - 40px);
  }
}
@media screen and (min-width: 1200px) {
  .p-memberPage__profile {
    margin: 20px;
    flex: 0 0 calc(20% - 40px);
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 600px), print and (-ms-high-contrast: none) {
  .p-memberPage__profile {
    flex: 0 0 30%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 900px) {
  .p-memberPage__profile {
    flex: 0 0 13%;
  }
}
.p-memberPage__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 160px;
  max-height: 160px;
  margin: 0 auto 16px;
  border-radius: 50%;
}

.p-memberPage__position {
  margin-bottom: 4px;
}

.p-memberPage__name {
  font-size: 18px;
  font-weight: 700;
}

.p-memberPage__name--en {
  font-size: 12px;
  display: block;
  font-weight: 400;
  color: rgba(37, 70, 88, 0.7);
}

.p-memberPage__heading {
  font-size: 4.375vw;
  line-height: 1.7;
  margin-bottom: 16px;
}

.p-memberPage__heading span {
  font-size: 0.8em;
  padding: 0 4px;
}

.p-memberPage__txt:not(:last-child) {
  margin-bottom: 16px;
}

.p-recruitPage {
  margin: 0;
}

.p-recruitPage__pointItem:not(:last-child) {
  margin-bottom: 6.4vw;
  padding-bottom: 4vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 600px), print {
  .p-recruitPage__pointItem:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .p-recruitPage__pointItem {
    padding: 0 64px;
  }
}
@media screen and (min-width: 900px) {
  .p-recruitPage__pointItem {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 80px;
  }
  .p-recruitPage__pointImgWrap {
    flex: 1 0 50%;
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-recruitPage__pointImgWrap {
    flex: 1 0 60%;
  }
}
.p-recruitPage__pointImg {
  display: block;
  width: 100%;
  margin: 0 0 3.2vw;
}

@media screen and (min-width: 600px), print {
  .p-recruitPage__pointImg {
    margin: 0 0 20px;
  }
  .p-recruitPage__txt {
    text-align: center;
  }
  .p-recruitPage__txt span {
    display: inline-block;
  }
}
@media screen and (min-width: 900px) {
  .p-recruitPage__pointImg {
    margin: 0;
  }
  .p-recruitPage__pointTxtWrap {
    flex: 1 0 50%;
    padding: 0 20px 0 0;
  }
}
.p-recruitPage__pointHeading {
  margin-bottom: 8px;
  font-size: 18px;
}

@media screen and (min-width: 900px) {
  .p-recruitPage__pointHeading {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-recruitPage__pointTxtWrap {
    flex: 1 0 40%;
  }
  .p-recruitPage__pointHeading {
    font-size: 24px;
  }
}
.p-message {
  border-radius: 8px;
  position: relative;
  padding: 64px 6.4vw;
  margin: 0 auto;
  max-width: 1040px;
}

@media screen and (min-width: 600px), print {
  .p-message {
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 20px;
  }
}
.p-message__title {
  position: absolute;
  top: -16px;
  left: -8px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.p-message__profile {
  text-align: center;
  display: block;
  margin: 0 auto 32px;
}

@media screen and (min-width: 600px), print {
  .p-message__profile {
    flex: 1 0 200px;
    margin: 0 auto;
  }
}
.p-message__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto 16px;
  border-radius: 50%;
}

.p-message__position {
  margin-bottom: 4px;
}

.p-message__name {
  font-size: 18px;
  font-weight: 700;
}

.p-message__name--en {
  font-size: 12px;
  display: block;
  font-weight: 400;
  color: rgba(37, 70, 88, 0.7);
}

.p-message__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 16px;
}

@media screen and (min-width: 900px) {
  .p-message {
    padding: 64px 112px 64px 98px;
  }
  .p-message__heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-message__heading {
    font-size: 24px;
  }
}
.p-message__heading span {
  font-size: 0.8em;
  padding: 0 4px;
}

.p-message__txt:not(:last-child) {
  margin-bottom: 16px;
}

.p-theme__items {
  position: relative;
  margin-bottom: 64px;
}

@media screen and (min-width: 600px), print {
  .p-theme__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px -20px;
  }
}
@media screen and (min-width: 900px) {
  .p-theme__items {
    margin: -20px -20px 80px;
  }
}
.p-theme__items:after {
  display: block;
  position: absolute;
  bottom: -48px;
  left: 50%;
  margin-left: -6px;
  border-top: 12px solid #a8bbc8;
  border-right: 8px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 8px solid transparent;
}

.p-theme__item {
  background-image: linear-gradient(135.32deg, #e8edf4 0, #c4d3e3 100%);
  padding: 6.4vw 6.4vw 6.4vw 24vw;
  border-radius: 8px;
  position: relative;
  margin: 0 auto;
  max-width: 360px;
}

@media screen and (min-width: 600px), print {
  .p-theme__item {
    padding: 48px 0 16px;
    margin: 20px;
    flex: 0 0 calc(33% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-theme__item:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (min-width: 600px), print {
  .p-theme__item:not(:last-child) {
    margin: 20px;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 600px), print and (-ms-high-contrast: none) {
  .p-theme__item {
    flex: 1 0 15%;
  }
}
.p-theme__itemImg {
  position: absolute;
  width: 18%;
  height: auto;
  left: 16px;
  bottom: 0;
  margin: 0;
}

@media screen and (min-width: 600px), print {
  .p-theme__itemImg {
    width: 80px;
    top: -80px;
    bottom: auto;
    left: 50%;
    margin: 0 0 0 -40px;
  }
}
@media screen and (min-width: 900px) {
  .p-theme__item {
    display: block;
    padding: 32px 0 32px 96px;
  }
  .p-theme__itemImg {
    top: auto;
    bottom: 0;
    left: 4px;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-theme__item {
    padding: 32px 0 32px 120px;
  }
  .p-theme__itemImg {
    width: 96px;
  }
}
@media screen and (min-width: 600px), print {
  .p-theme__solution {
    width: 100%;
    display: flex;
    margin: -20px;
  }
}
@media screen and (min-width: 900px) {
  .p-theme__solution {
    width: 83.33%;
    margin: -20px auto;
  }
  .p-theme__solutionHeading {
    font-size: 18px;
  }
}
.p-theme__solutionImgWrap {
  margin-bottom: 6.4vw;
}

.p-theme__solutionImg {
  border-radius: 8px;
  width: 100%;
}

@media screen and (min-width: 600px), print {
  .p-theme__solutionImgWrap,
  .p-theme__solutionTxtWrap {
    margin: 20px;
    flex: 1 0 calc(50% - 20px);
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 600px), print and (-ms-high-contrast: none) {
  .p-theme__solutionTxtWrap {
    flex: 0 0 42%;
  }
}
.p-theme__solutionHeading {
  margin-bottom: 8px;
}

.p-theme__solutionHeading span {
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .p-theme__solutionHeading {
    font-size: 20px;
  }
}
.p-theme__itemTxt {
  font-weight: 700;
}

.p-theme__itemTxt span {
  display: block;
}

@media screen and (min-width: 600px), print {
  .p-feature__cards {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
  }
}
.p-feature__card {
  overflow: hidden;
}

.p-feature__card:not(:last-child) {
  margin-bottom: 8vw;
}

@media screen and (min-width: 600px), print {
  .p-feature__card {
    margin: 20px;
    flex: 0 0 calc(50% - 40px);
  }
  .p-feature__card:not(:last-child) {
    margin: 20px;
  }
}
@media screen and (min-width: 900px) {
  .p-feature__card {
    flex: 1 0 calc(33.33% - 40px);
  }
  .p-feature__point {
    display: flex;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 600px), print and (-ms-high-contrast: none) {
  .p-feature__card {
    flex: 0 0 42%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 900px) {
  .p-feature__card {
    flex: 1 0 28%;
  }
}
.p-feature__cardImg {
  width: 100%;
  border-radius: 8px;
}

.p-feature__cardHeading {
  padding: 6.4vw 6.4vw 8px;
  color: #254658;
}

@media screen and (min-width: 600px), print {
  .p-feature__cardHeading {
    padding: 24px 8px 8px;
    font-size: 18px;
  }
}
.p-feature__cardTxt {
  padding: 0 6.4vw 3.2vw;
  color: rgba(37, 70, 88, 0.9);
}

@media screen and (min-width: 600px), print {
  .p-feature__cardTxt {
    padding: 0 8px 32px;
  }
}
.p-feature__point {
  margin: 6.4vw 0 0;
  padding: 6.4vw;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media screen and (min-width: 600px), print {
  .p-feature__point {
    margin: 40px 0 0;
    padding: 40px;
  }
}
.p-feature__pointItem:first-child {
  margin-bottom: 6.4vw;
}

@media screen and (min-width: 600px), print {
  .p-feature__pointItem:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 900px) {
  .p-feature__pointItem {
    flex: 1 0 50%;
  }
  .p-feature__pointItem:first-child {
    margin-bottom: 0;
    padding-right: 20px;
  }
  .p-feature__pointItem:last-child {
    padding-left: 20px;
  }
}
.p-feature__pointHeading {
  color: #1476b4;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}

.p-feature__pointHeading--sub {
  color: #254658;
  margin-bottom: 8px;
}

@media screen and (min-width: 600px), print {
  .p-feature__pointList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 104px;
    margin: 0 -20px;
  }
  .p-feature__pointListItem {
    padding: 0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
  .p-feature__pointListItem:nth-child(10),
  .p-feature__pointListItem:nth-child(9) {
    border: none;
  }
}
.p-feature__pointListItem {
  font-weight: 700;
  font-size: 14px;
}

@media screen and (min-width: 900px) {
  .p-feature__pointList {
    max-height: 128px;
  }
  .p-feature__pointListItem:nth-child(6),
  .p-feature__pointListItem:nth-child(7),
  .p-feature__pointListItem:nth-child(8) {
    border: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-feature__pointList {
    max-height: 104px;
  }
  .p-feature__pointListItem:nth-child(6),
  .p-feature__pointListItem:nth-child(7),
  .p-feature__pointListItem:nth-child(8) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.p-otherBusiness__heading {
  margin: 8vw 0;
}

@media screen and (min-width: 600px), print {
  .p-otherBusiness__heading {
    margin: 20px 0;
  }
}
.p-otherBusiness__headingLink {
  color: #254658;
  display: flex;
  align-items: center;
}

.p-otherBusiness__headingLink:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  flex: 1 0 auto;
  height: 1px;
  margin-left: 16px;
}

@media screen and (min-width: 600px), print {
  .p-otherBusiness__cards {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
  }
}
.p-otherBusiness__card {
  border-radius: 8px;
  overflow: hidden;
}

.p-otherBusiness__card:not(:last-child) {
  margin-bottom: 8vw;
}

.p-otherBusiness__card--current {
  background: linear-gradient(-45deg, #116eb4, #1b92d1);
}

@media screen and (min-width: 600px), print {
  .p-otherBusiness__card {
    margin: 20px;
    flex: 0 0 calc(50% - 40px);
  }
  .p-otherBusiness__card:not(:last-child) {
    margin: 20px;
  }
}
@media screen and (min-width: 900px) {
  .p-otherBusiness__card {
    flex: 0 0 calc(33.33% - 40px);
  }
  .p-otherBusiness__point {
    display: flex;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 600px), print and (-ms-high-contrast: none) {
  .p-otherBusiness__card {
    flex: 0 0 42%;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 900px) {
  .p-otherBusiness__card {
    flex: 0 0 28%;
  }
}
.p-otherBusiness__cardLink {
  color: rgba(37, 70, 88, 0.9);
}

.p-otherBusiness__cardImg {
  width: 100%;
}

.p-otherBusiness__cardHeading {
  padding: 6.4vw 6.4vw 8px;
  color: #254658;
}

.p-otherBusiness__card--current .p-otherBusiness__cardHeading {
  color: #fff;
}

@media screen and (min-width: 600px), print {
  .p-otherBusiness__cardHeading {
    padding: 24px 40px 8px;
  }
}
.p-otherBusiness__cardTxt {
  padding: 0 6.4vw 6.4vw;
  color: rgba(37, 70, 88, 0.9);
}

.p-otherBusiness__card--current .p-otherBusiness__cardTxt {
  color: #fff;
}

@media screen and (min-width: 600px), print {
  .p-otherBusiness__cardTxt {
    padding: 0 40px 24px;
  }
}
.p-otherBusiness__point {
  margin: 6.4vw 0 0;
  padding: 6.4vw;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media screen and (min-width: 600px), print {
  .p-otherBusiness__point {
    margin: 40px 0 0;
    padding: 40px;
  }
}
.p-otherBusiness__pointItem:first-child {
  margin-bottom: 6.4vw;
}

@media screen and (min-width: 600px), print {
  .p-otherBusiness__pointItem:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 900px) {
  .p-otherBusiness__pointItem {
    flex: 1 0 50%;
  }
  .p-otherBusiness__pointItem:first-child {
    margin-bottom: 0;
    padding-right: 20px;
  }
  .p-otherBusiness__pointItem:last-child {
    padding-left: 20px;
  }
}
.p-otherBusiness__pointHeading {
  color: #1476b4;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}

.p-otherBusiness__pointHeading--sub {
  color: #254658;
  margin-bottom: 8px;
}

@media screen and (min-width: 600px), print {
  .p-otherBusiness__pointList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 104px;
    margin: 0 -20px;
  }
  .p-otherBusiness__pointListItem {
    padding: 0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
  .p-otherBusiness__pointListItem:nth-child(10),
  .p-otherBusiness__pointListItem:nth-child(9) {
    border: none;
  }
}
.p-otherBusiness__pointListItem {
  font-weight: 700;
  font-size: 14px;
}

.p-privacyPolicy__section:not(:last-child) {
  margin-bottom: 24px;
}

.p-privacyPolicy__heading {
  font-size: 16px;
  margin-bottom: 8px;
}

.p-contactPage {
  max-width: 580px;
  margin: 0 auto;
}

.p-subNav {
  display: none;
}

.p-subNav__list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (min-width: 900px) {
  .p-otherBusiness__pointList {
    max-height: 128px;
  }
  .p-otherBusiness__pointListItem:nth-child(6),
  .p-otherBusiness__pointListItem:nth-child(7),
  .p-otherBusiness__pointListItem:nth-child(8) {
    border: none;
  }
  .p-subNav {
    display: block;
    background: #f7fafd;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }
  .p-subNav__list {
    display: flex;
    justify-content: flex-end;
  }
}
.p-subNav__txt {
  display: block;
  font-size: 14px;
  color: rgba(37, 70, 88, 0.9);
  padding: 14px 16px;
  position: relative;
}

.p-subNav__txt--current:after {
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #116eb4;
  top: 8px;
  left: 50%;
  margin-left: -2px;
}

.p-newBusinessPage__imgWrap {
  margin: 0 0 3.2vw;
}

.p-newBusinessPage__img {
  width: 100%;
  border-radius: 8px;
}

@media screen and (min-width: 600px), print {
  .p-newBusinessPage {
    display: flex;
    align-items: center;
  }
  .p-newBusinessPage__imgWrap {
    flex: 1 0 50%;
    padding: 0 20px 0 0;
    margin: 0;
  }
  .p-newBusinessPage__txtWrap {
    padding: 0 0 0 20px;
  }
}
.p-newBusinessPage__heading {
  margin-bottom: 8px;
}

.p-jobPost {
  margin: 0;
}

@media screen and (min-width: 600px), print {
  .p-jobPost {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -20px -20px;
  }
}
.p-jobPost__card {
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  color: rgba(37, 70, 88, 0.9);
  margin: 8vw 0 0;
  padding: 3.2vw 6.4vw 6.4vw;
  position: relative;
  transition: 0.3s;
}

.p-jobPost__body:after,
.p-jobPost__link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.p-jobPost__card:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 600px), print {
  .p-jobPost__card {
    flex: 0 0 calc(50% - 40px);
    padding: 24px 40px 40px;
    margin: 20px;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 600px), print and (-ms-high-contrast: none) {
  .p-jobPost__card {
    flex: 0 0 38%;
  }
}
.p-jobPost__heading {
  font-size: 18px;
  padding-bottom: 2.8vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #254658;
}

@media screen and (min-width: 600px), print {
  .p-jobPost__heading {
    padding-bottom: 16px;
  }
}
.p-jobPost__body {
  padding: 8px 0;
  height: 240px;
  overflow: hidden;
}

.p-jobPost__body:after {
  display: block;
  height: 160px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 80%);
}

.p-jobPost__body td:first-child {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #254658;
}

.p-jobInformation__btnWrap,
.p-jobPost__link,
.p-wpcf__privacyLink,
.p-wpcf__submit {
  text-align: center;
}

@media screen and (min-width: 600px), print {
  .p-jobPost__body td:first-child {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    font-size: 14px;
    padding: 16px 20px 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.p-jobPost__body td:last-child {
  display: block;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 600px), print {
  .p-jobPost__body td:last-child {
    display: table-cell;
    padding: 16px 0 16px 20px;
  }
}
.p-jobPost__link {
  padding: 16px 0;
  z-index: 10;
  color: #116eb4;
  font-weight: 700;
}

.p-jobInformation {
  margin: 0;
}

.p-jobInformation table {
  display: block;
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (min-width: 600px), print {
  .p-jobInformation table {
    display: table;
  }
}
.p-jobInformation td:first-child {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #254658;
}

@media screen and (min-width: 600px), print {
  .p-jobInformation td:first-child {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    font-size: 14px;
    padding: 16px 20px 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.p-jobInformation td:last-child {
  display: block;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 600px), print {
  .p-jobInformation td:last-child {
    display: table-cell;
    padding: 16px 0 16px 20px;
  }
}
.p-jobInformation__heading {
  font-size: 18px;
  padding-bottom: 2.8vw;
  color: #254658;
}

@media screen and (min-width: 600px), print {
  .p-jobInformation__heading {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 900px) {
  .p-jobInformation__heading {
    text-align: center;
  }
}
.p-jobInformation__body {
  padding: 0 0 16px;
}

.p-wpcf {
  margin-top: 40px;
}

.p-wpcf__label {
  display: block;
  padding: 8px 0;
}

@media screen and (min-width: 600px), print {
  .p-wpcf__label {
    display: flex;
    padding: 12px 0;
  }
  .p-wpcf__heading {
    flex: 0 0 40%;
  }
}
.p-wpcf__label br {
  display: none;
}

.p-wpcf__heading {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #254658;
  margin-bottom: 4px;
}

.p-wpcf__require {
  font-size: 12px;
  padding: 2px 4px;
  margin: 0 0 0 8px;
  line-height: 1;
  background-color: #ff5368;
  color: #fff;
  border-radius: 2px;
  font-weight: 400;
}

.p-wpcf__inputWrap {
  display: block;
}

@media screen and (min-width: 600px), print {
  .p-wpcf__inputWrap {
    display: flex;
  }
}
.p-wpcf__selectWrap {
  display: block;
}

@media screen and (min-width: 600px), print {
  .p-wpcf__selectWrap {
    display: flex;
  }
}
.p-wpcf__textareaWrap {
  display: block;
}

@media screen and (min-width: 600px), print {
  .p-wpcf__textareaWrap {
    display: flex;
  }
}
.p-wpcf__btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.p-wpcf__input,
.p-wpcf__select {
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  padding: 2px 8px;
}

.p-wpcf__textarea {
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
}

.p-wpcf__checkbox {
  display: block;
  margin: 0 auto;
}

.p-wpcf__privacyLink {
  display: block;
  background-color: #f9f9f9;
  padding: 8px 0;
  color: #116eb4;
}

.p-wpcf__submit {
  display: inline-block;
  margin: 40px 0 0;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
  background-color: #0c5ca6;
  color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.p-wpcf__submit:hover {
  background-color: #094276;
}

.p-wpcf__submit small {
  color: #fff;
  font-weight: 400;
  margin: 4px 0 0;
  font-size: 0.7em;
}

@media screen and (min-width: 1200px) {
  .p-otherBusiness__pointList {
    max-height: 104px;
  }
  .p-otherBusiness__pointListItem:nth-child(6),
  .p-otherBusiness__pointListItem:nth-child(7),
  .p-otherBusiness__pointListItem:nth-child(8) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
  .u-mb-large {
    margin-bottom: 80px;
  }
}
.u-mb-middle {
  margin-bottom: 20px;
}

/* wp更新に伴いstyleをリセット230105 */
.wp-block-table td {
  border: none;
}

/* ============================================
   採用情報セクション (p-recruitSection)
   ============================================ */
.p-recruitSection {
  margin-top: 40px;
}

/* 2カラム（応募する / 会社を知る） */
.p-recruitSection__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.p-recruitSection__groupHeader {
  margin-bottom: 24px;
}

.p-recruitSection__headerTitle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(37, 70, 88, 0.9);
  margin-bottom: 8px;
  white-space: nowrap;
}

.p-recruitSection__headerTitle::before,
.p-recruitSection__headerTitle::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #cdd8de;
}

.p-recruitSection__headerDesc {
  font-size: 14px;
  color: rgba(37, 70, 88, 0.7);
}

.p-recruitSection__groupCards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* カード共通 */
.p-recruitSection__card {
  display: block;
  position: relative;
  background-color: #f7fafd;
  border-radius: 8px;
  padding: 28px 24px;
  color: rgba(37, 70, 88, 0.9);
  text-decoration: none;
  transition: 0.3s;
}

.p-recruitSection__card:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #f1f5fa;
}

.p-recruitSection__cardTitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  color: rgb(37, 70, 88);
}

.p-recruitSection__cardTxt {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(37, 70, 88, 0.8);
}

/* 外部リンクカード（ロゴ表示） */
.p-recruitSection__cardLogo {
  display: block;
  max-height: 36px;
  width: auto;
  margin-bottom: 16px;
}

.p-recruitSection__cardExternalIcon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: rgba(37, 70, 88, 0.4);
  line-height: 1;
}

@media screen and (max-width: 899px) {
  .p-recruitSection__columns {
    grid-template-columns: 1fr;
  }
  .p-recruitSection__group + .p-recruitSection__group {
    margin-top: 32px;
  }
  .p-recruitSection__groupHeader {
    margin-bottom: 16px;
  }
}
/* ─── 採用情報メガメニュー ─── */
/* 「会社を知る」セクションラベル（クリック不可） */
.p-nav__secondLevelItem--getToKnow {
  display: none;
}

.p-nav__sectionLabel {
  pointer-events: none;
  cursor: default;
}

/* 説明付き外部リンクカードの内部レイアウト */
.p-nav__extCardHead {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 32px;
}

.p-nav__extCardLogo {
  max-height: 32px;
  width: auto;
}
.p-nav__extCardLogo--note {
  padding: 9px 0;
}

.p-nav__extCardIcon {
  color: rgba(37, 70, 88, 0.4);
  flex-shrink: 0;
  line-height: 1;
}

.p-nav__extCardDesc {
  font-size: 12px;
  font-weight: 400;
  color: rgba(37, 70, 88, 0.6);
  line-height: 1.5;
  margin-top: 6px;
}

@media screen and (min-width: 900px) {
  .p-nav__sectionLabel {
    font-size: 12px;
    color: rgba(37, 70, 88, 0.5);
    letter-spacing: 0.08em;
    padding: 16px 8px 16px 24px;
  }
  .p-nav__link--extCard {
    display: flex;
    flex-direction: column;
    min-width: 180px;
  }
}
.p-banner {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 8px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #D7E0EC;
  border-radius: 8px;
  text-decoration: none;
  color: rgba(37, 70, 88, 0.9);
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.p-banner:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #f1f5fa;
}
@media screen and (min-width: 900px) {
  .p-banner {
    gap: 24px;
    padding: 16px 24px 16px 40px;
    flex-direction: row;
    align-items: center;
  }
}
.p-banner--hero {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .p-banner--hero {
    margin-bottom: 32px;
  }
}
.p-banner--company {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .p-banner--company {
    margin-top: 40px;
  }
}
.p-banner__logo {
  width: 64px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .p-banner__logo {
    width: 80px;
  }
}
.p-banner__body {
  min-width: 0;
}
.p-banner__heading {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .p-banner__heading {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  .p-banner__textArea {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.p-banner__text {
  font-size: 11px;
}
@media screen and (min-width: 1200px) {
  .p-banner__text {
    font-size: 12px;
  }
}
.p-banner__linkIcon {
  margin-left: auto;
  flex-shrink: 0;
  position: absolute;
  top: 18px;
  right: 18px;
  color: rgba(37, 70, 88, 0.4);
}
@media screen and (min-width: 900px) {
  .p-banner__linkIcon {
    position: relative;
    top: auto;
    right: auto;
  }
}

/*# sourceMappingURL=style.css.map */
