@charset "UTF-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow: hidden;
}
@media (max-width: 1050px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}

body {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.c-section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1875rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  text-align: center;
  width: 15.5rem;
  margin: 0 auto;
  background: url(../images/title_decoration.png) no-repeat center/contain;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 3.125rem;
    width: 20.375rem;
    background: url(../images/title_decoration_sp.png) no-repeat center/contain;
    padding-bottom: 0.4375rem;
  }
}

.c-section-title--w {
  background: url(../images/title_decoration2.png) no-repeat center/contain;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-section-title--w {
    background: url(../images/title_decoration2_sp.png) no-repeat center/contain;
  }
}

.p-accordion__head {
  background-color: #fff;
  padding: 1.4375rem 3.125rem 1.4375rem 2.25rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-accordion__head {
    padding: 1.75rem 2rem 2.1875rem 2.5rem;
  }
}

.p-accordion__head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-accordion__head-ttl {
  width: 17.1875rem;
  border-right: 1px solid #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-accordion__head-ttl {
    width: 100%;
    border-right: none;
    font-size: 2.5rem;
  }
}

.p-accordion__head-ttl span {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #006bb9;
  margin-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__head-ttl span {
    font-size: 1.625rem;
    margin-right: 2rem;
    top: -0.1875rem;
    position: relative;
  }
}

.p-accordion__head-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.8461538462;
  color: #333;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__head-txt {
    display: none;
  }
}

.p-accordion__head-mark {
  position: absolute;
  background-color: #006bb9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-accordion__head-mark {
    width: 2.5rem;
    height: 2.5rem;
    right: 1.5rem;
  }
}

.p-accordion__head-mark::before,
.p-accordion__head-mark::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.8125rem;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .p-accordion__head-mark::before,
  .p-accordion__head-mark::after {
    width: 1.125rem;
  }
}

.p-accordion__head-mark::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.p-accordion__head.open .p-accordion__head-mark::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-accordion__body {
  display: none;
}

.p-block-heading {
  position: relative;
  width: 100%;
  height: 24.5rem;
}

.p-block-heading__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-block-title {
  text-align: center;
}

.p-block-title__head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-block-title__head {
    font-size: 1.75rem;
  }
}

.p-block-title__head::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #006bb9;
  display: inline-block;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-block-title__head::before {
    width: 1.0625rem;
    height: 1.0625rem;
    margin-right: 1.1875rem;
  }
}

.p-block-title__head::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #006bb9;
  display: inline-block;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-block-title__head::after {
    width: 1.0625rem;
    height: 1.0625rem;
    margin-left: 1.1875rem;
  }
}

.p-block-title__body {
  font-family: "Barlow", sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-block-title__body {
    font-size: 5.625rem;
    margin-top: 2.1875rem;
  }
}

.p-block-title__border {
  width: 33.25rem;
  height: 1px;
  background-color: #ccc;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-block-title__border {
    width: 100%;
    margin-top: 2.1875rem;
    height: 2px;
  }
}

.p-block-title__border hr {
  width: 6.6875rem;
  height: 1px;
  background-color: #006bb9;
  border: none;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-block-title__border hr {
    width: 10.625rem;
    height: 2px;
  }
}

.p-block-title__txt {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  color: #000;
  line-height: 1.8461538462;
  text-align: center;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-block-title__txt {
    font-size: 1.75rem;
    line-height: 1.7142857143;
    margin-top: 2.1875rem;
    text-align: left;
  }
}

.p-company {
  padding-top: 4.625rem;
  padding-bottom: 5.0625rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 4.0625rem;
    padding-bottom: 7.9375rem;
  }
}

.p-entry {
  width: 100%;
}

.p-entry__head {
  background: url(../images/dummy.jpg) no-repeat center/cover;
}

.p-entry__overlay {
  background-color: rgba(20, 39, 116, .5);
}

.p-entry__content {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-entry__content {
    padding-top: 4.5625rem;
    padding-bottom: 10rem;
  }
}

.p-entry__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6666666667;
  color: #333;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-entry__ttl {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.p-entry__txt {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  color: #000;
  text-align: center;
  margin: 0 auto;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-entry__txt {
    font-size: 1.625rem;
    line-height: 1.7142857143;
    margin-top: 2.8125rem;
    text-align: left;
  }
}

.p-entry__heading {
  margin-top: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-entry__heading {
    margin-top: 8.4375rem;
  }
}

.p-entry__form {
  padding: 3.75rem 3.75rem 3.375rem;
  background-color: #fff;
  margin-top: 2.75rem;
  border: 4px solid #006bb9;
}
@media screen and (max-width: 767px) {
  .p-entry__form {
    padding: 3.0625rem 2.5rem 3.375rem;
    margin-top: 3.6875rem;
  }
}

.p-entry__rec {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  color: #999;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-entry__rec {
    font-size: 1.375rem;
    margin-top: 2.75rem;
    text-align: left;
  }
}

.p-environment {
  width: 100%;
}

.p-environment__head {
  background: url(../images/dummy.jpg) no-repeat center/cover;
}

.p-environment__overlay {
  background-color: rgba(20, 39, 116, .5);
}

.p-faq {
  padding-top: 3.8125rem;
  padding-bottom: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 4.6875rem;
    padding-bottom: 5.6875rem;
  }
}

.p-faq__content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__content {
    margin-top: 2.875rem;
  }
}

.p-faq__item {
  width: 100%;
}

.p-faq__item + .p-faq__item {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item + .p-faq__item {
    margin-top: 1.25rem;
  }
}

.p-faq__question {
  background-color: #f4f1f1;
  padding: 1.5625rem 2.8125rem 1.5625rem 4.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 1.75rem;
    line-height: 1.3571428571;
    padding: 1.875rem 5.625rem 1.875rem 4.125rem;
  }
}

.p-faq__question::before {
  content: "q";
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  color: #006bb9;
  display: inline-block;
  position: absolute;
  left: 2.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-faq__question::before {
    font-size: 2.5rem;
    left: 1.625rem;
    top: 1.3125rem;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.p-faq__answer {
  padding: 1.9375rem 4.875rem 0.8125rem;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  color: #333;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    font-size: 1.75rem;
    line-height: 1.7142857143;
    padding: 2.1875rem 0.9375rem 2.8125rem 4.5rem;
  }
}

.p-faq__answer::after {
  content: "a";
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  color: #142874;
  display: inline-block;
  position: absolute;
  line-height: 1;
  left: 2.25rem;
  top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer::after {
    font-size: 2.5rem;
    left: 1.6875rem;
    top: 2.1875rem;
  }
}

.p-faq__question-mark {
  position: absolute;
  background-color: #006bb9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question-mark {
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-faq__question-mark::before,
.p-faq__question-mark::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.8125rem;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .p-faq__question-mark::before,
  .p-faq__question-mark::after {
    width: 1.125rem;
  }
}

.p-faq__question-mark::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.p-faq__question.open .p-faq__question-mark::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq__answer {
  display: none;
}

.p-footer {
  width: 100%;
  padding-top: 5.125rem;
  padding-bottom: 6.25rem;
  background: url(../images/footer.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 9.0625rem;
    padding-bottom: 2.0625rem;
  }
}

.p-footer__content {
  color: #fff;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-footer__head {
  width: 24.6875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__head {
    width: 100%;
    text-align: center;
  }
}

.p-footer__logo {
  width: 9.8125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 17.6875rem;
    margin: 0 auto;
  }
}

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

.p-footer__logo-txt {
  margin-top: 1rem;
  font-size: 0.8125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__logo-txt {
    margin-top: 1.875rem;
    font-size: 1.4375rem;
  }
}

.p-footer__office {
  margin-top: 2.25rem;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
}
@media screen and (max-width: 767px) {
  .p-footer__office {
    display: none;
  }
}

.p-footer__office p:not(:first-child) {
  margin-top: 0.75rem;
}

.p-footer__copy {
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  margin-top: 2.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 1.25rem;
    margin-top: 7.125rem;
  }
}

.p-footer__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__body {
    display: none;
  }
}

.p-footer__menu {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #99c5e3;
}

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

.p-footer__ttl {
  font-size: 0.8125rem;
  line-height: 1;
}

.p-footer__items {
  margin-top: 0.375rem;
  margin-left: 0.5625rem;
}

.p-footer__item {
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}

.p-footer__item::before {
  content: "-";
  display: inline-block;
}

.p-footer__info {
  padding-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__tel {
  width: 13.75rem;
}

.p-footer__tel-head {
  font-size: 0.75rem;
  line-height: 1;
}

.p-footer__tel-body {
  margin-top: 0.625rem;
  font-size: 1.5rem;
  line-height: 1;
}

.p-footer__tel-body span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.3125rem;
}

.p-footer__mail {
  margin-right: 1.25rem;
}

.p-footer__mail-head {
  font-size: 0.75rem;
  line-height: 1;
}

.p-footer__mail-body {
  margin-top: 0.875rem;
  font-size: 0.75rem;
  line-height: 1;
}

.p-footer__link-head {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
}

.p-footer__link-body {
  display: block;
  margin-top: 0.875rem;
  font-size: 0.75rem;
  line-height: 1;
}

.p-gallery {
  padding-top: 5.125rem;
  padding-bottom: 8.125rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding-top: 4.25rem;
    padding-bottom: 4.6875rem;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.p-gallery__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.5rem;
  padding-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__cards {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 3.75rem;
  }
}

.p-gallery__card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 325/220;
}

.p-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-hamburger {
    display: block;
  }
}

.p-header {
  height: 6.25rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f4f1f1;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 6.25rem;
  }
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    padding-left: 1.875rem;
  }
}

.p-header__logo img {
  width: 9.8125rem;
  height: auto;
}

.p-header__txt {
  font-family: "Barlow", sans-serif;
  font-size: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #ccc;
  padding: 0.375rem 1.0625rem 0.375rem 0.9375rem;
  line-height: 1;
  margin-left: 1rem;
}

.p-header__body {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-header__btn {
  display: block;
  width: 6.25rem;
  height: inherit;
  background-color: #142874;
  color: #fff;
  text-align: center;
  line-height: 6.25rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    display: none;
  }
}

.p-header__btn--recruit {
  background-color: #006bb9;
}

.p-header__btn--entyr {
  background-color: #142874;
}

.p-header__nav {
  margin-right: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  font-size: 0.8125rem;
}

.p-header__item + .p-header__item {
  margin-left: 1.75rem;
}

.p-header__item + .p-header__item::before {
  content: "/";
  margin-right: 1.75rem;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  font-size: 0.8125rem;
}

.p-info {
  padding-top: 5rem;
  padding-bottom: 6.0625rem;
  background-color: #f4f1f1;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding-top: 5.5625rem;
    padding-bottom: 5.6875rem;
  }
}

.p-info__content {
  background-color: #fff;
  margin-top: 3.0625rem;
  width: 100%;
  padding: 2.625rem 2.5rem 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-info__content {
    margin-top: 3.4375rem;
    padding: 2.5625rem 2.1875rem 3.25rem;
  }
}

.p-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d7d7d7;
  padding: 1.3125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.625rem 0rem 1.875rem 0rem;
  }
}

.p-info__head {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.5384615385;
  width: 15.625rem;
  padding-left: 2.5rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-info__head {
    font-size: 1.75rem;
    line-height: 1.5714285714;
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.p-info__body {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.5384615385;
  width: 41.875rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-info__body {
    font-size: 1.75rem;
    line-height: 1.5714285714;
    width: 100%;
    padding-right: 0rem;
  }
}

.p-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-info__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-info__list li {
  margin-right: 1.5625rem;
}

.p-info__omission {
  margin-top: 4rem;
  text-align: center;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1;
}

.p-interview__head {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #006bb9;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.5rem 0.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-interview__head {
    font-size: 1.75rem;
    padding: 0.625rem 1.1875rem;
  }
}

.p-interview__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
  color: #000;
  line-height: 1.5238095238;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .p-interview__ttl {
    font-size: 2.125rem;
    line-height: 1.4705882353;
    margin-top: 2.3125rem;
  }
}

.p-interview__txt {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.8461538462;
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-interview__txt {
    font-size: 1.75rem;
    line-height: 1.7142857143;
    margin-top: 2.5rem;
  }
}

.p-jobs {
  width: 100%;
  background-color: #f4f1f1;
  padding-top: 5.0625rem;
  padding-bottom: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .p-jobs {
    padding-top: 5.75rem;
    padding-bottom: 6.25rem;
  }
}

.p-jobs__main {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-jobs__main {
    margin-top: 4.3125rem;
  }
}

.p-jobs__accordion-border {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-jobs__accordion-border {
    height: 2px;
  }
}

.p-jobs__accordion-border hr {
  width: 13rem;
  height: 1px;
  background-color: #006bb9;
  border: none;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-jobs__accordion-border hr {
    width: 13rem;
    height: 2px;
  }
}

.p-jobs__accordion-body {
  padding: 2.4375rem 4.625rem 3rem 3.125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-jobs__accordion-body {
    padding: 3.3125rem 2.5rem 4.0625rem 2.5rem;
  }
}

.p-jobs__accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-jobs__accordion-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-jobs__overview {
  width: 32.1875rem;
  padding-right: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-jobs__overview {
    width: 100%;
    padding-right: 0;
  }
}

.p-jobs__overview-head {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #006bb9;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-jobs__overview-head {
    font-size: 1.75rem;
  }
}

.p-jobs__overview-head::before {
  content: "－";
  display: inline-block;
}

.p-jobs__overview-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-jobs__overview-ttl {
    font-size: 2.5rem;
    margin-top: 3.0625rem;
  }
}

.p-jobs__overview-txt {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.8461538462;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-jobs__overview-txt {
    font-size: 1.75rem;
    line-height: 1.7142857143;
    margin-top: 3.875rem;
  }
}

.p-jobs__overview-img {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-jobs__overview-img {
    width: 100%;
    margin-top: 3.125rem;
  }
}

.p-jobs__overview-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 430/167;
}

.p-jobs__schedule {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-jobs__schedule {
    width: 100%;
    margin-top: 6.25rem;
  }
}

.p-jobs__schedule-items {
  padding-top: 1.625rem;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-jobs__schedule-items {
    padding-top: 2.4375rem;
    font-size: 1.75rem;
  }
}

.p-jobs__schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-jobs__schedule-time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-jobs__schedule-time::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0.9375rem;
  background-color: #ddd;
  margin: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-jobs__schedule-time::after {
    width: 1.4375rem;
    background-color: #333;
  }
}

.p-jobs__schedule-item + .p-jobs__schedule-item {
  margin-top: 1.4375rem;
}

.p-jobs__accordion + .p-jobs__accordion {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-jobs__accordion + .p-jobs__accordion {
    margin-top: 1.1875rem;
  }
}

.p-location {
  padding-top: 3.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-location {
    padding-top: 4.875rem;
    padding-bottom: 6.25rem;
  }
}

.p-location__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  padding-top: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-location__cards {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4.6875rem;
    padding-top: 2.8125rem;
  }
}

.p-location__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58.34%;
}

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

.p-location__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  color: dark;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-location__title {
    font-size: 2.125rem;
    margin-top: 2.5625rem;
  }
}

.p-location__txt {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  color: #333;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-location__txt {
    font-size: 1.75rem;
    margin-top: 1.8125rem;
    line-height: 1.3571428571;
  }
}

.p-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    margin-top: 5.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-message__img {
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    width: 100%;
  }
}

.p-message__txt {
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__txt {
    width: 100%;
  }
}

.p-message__img-main {
  width: 19.375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-message__img-main {
    margin-left: 6.25rem;
  }
}

.p-message__img-main img {
  width: 100%;
  height: auto;
  aspect-ratio: 310/385;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-message__img-sub {
  width: 11.25rem;
  height: auto;
  position: relative;
}

.p-message__img-sub img {
  width: 100%;
  height: auto;
  aspect-ratio: 180/180;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -2.125rem;
  left: 14.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__img-sub img {
    top: -7.8125rem;
    left: 22.8125rem;
  }
}

.p-message__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #333;
  font-weight: 600;
  margin-left: 1.125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-message__ja {
    font-size: 1.75rem;
    margin-left: 2.0625rem;
  }
}

.p-message__ja::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #006bb9;
  position: absolute;
  left: -1.125rem;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-message__ja::before {
    width: 1.25rem;
    height: 1.25rem;
    left: -1.875rem;
  }
}

.p-message__en {
  font-family: "Barlow", sans-serif;
  font-size: 3.75rem;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-message__en {
    font-size: 5.625rem;
    margin-top: 2rem;
  }
}

.p-message__border {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-message__border {
    margin-top: 2.8125rem;
    height: 2px;
  }
}

.p-message__border hr {
  width: 6.6875rem;
  height: 1px;
  background-color: #006bb9;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-message__border hr {
    width: 10.3125rem;
    height: 2px;
  }
}

.p-message__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #333;
  font-weight: 600;
  line-height: 1.5833333333;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-message__title {
    font-size: 2.5rem;
    margin-top: 2.875rem;
  }
}

.p-message__message {
  margin-top: 2.1875rem;
  padding-bottom: 2.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-message__message {
    margin-top: 3.4375rem;
    padding-bottom: 2.6875rem;
  }
}

.p-message__message::after {
  content: "";
  position: absolute;
  width: calc(50vw - 6.75rem);
  height: 100%;
  background-color: #f4f1f1;
  top: 0;
  left: 6.75rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-message__message::after {
    display: none;
  }
}

.p-message__passage {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  color: #333;
  padding-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-message__passage {
    font-size: 1.75rem;
    line-height: 1.7142857143;
    padding-top: 0;
  }
}

.p-message__sign {
  width: 13.125rem;
  height: 2.9375rem;
  margin-top: 1.8125rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-message__sign {
    margin-top: 2.1875rem;
  }
}

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

.p-mv {
  padding-top: min(14.9253731343vw, 200px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 22.6666666667vw;
  }
}

.p-mv__wrapper {
  position: relative;
  width: 80.223880597vw;
  max-width: 1075px;
  margin-left: 19.776119403vw;
}
@media screen and (max-width: 767px) {
  .p-mv__wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1700px) {
  .p-mv__wrapper {
    margin-left: auto;
    margin-right: 17.0588235294vw;
  }
}

.p-mv__wrapper::before {
  content: "";
  position: absolute;
  background: url(../images/deco1.png) no-repeat center/cover;
  width: min(3.0597014925vw, 41px);
  height: min(3.0597014925vw, 41px);
  top: min(11.7164179104vw, 157px);
  left: max(-7.0895522388vw, -95px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__wrapper::before {
    display: none;
  }
}

.p-mv__wrapper::after {
  content: "";
  position: absolute;
  background: url(../images/deco2.png) no-repeat center/cover;
  width: min(14.7014925373vw, 197px);
  height: min(9.0298507463vw, 121px);
  top: max(-11.7910447761vw, -158px);
  right: min(17.3134328358vw, 232px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__wrapper::after {
    display: none;
  }
}

.p-mv__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 12.5rem;
  padding-bottom: min(5.223880597vw, 70px);
}
@media screen and (max-width: 767px) {
  .p-mv__back {
    padding-right: 0;
    padding-bottom: 0;
  }
}

.p-mv__back-inner {
  background-color: #f4f1f1;
  width: 100%;
  height: 100%;
}

.p-mv__swiper img {
  aspect-ratio: 1075/638;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__swiper img {
    aspect-ratio: 750/764;
  }
}

.p-mv__title {
  opacity: 0;
  position: absolute;
  top: max(-5.223880597vw, -70px);
  left: max(-8.8059701493vw, -118px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    top: -8.9333333333vw;
    left: 4.2666666667vw;
  }
}

.p-mv__logo {
  width: min(38.5074626866vw, 516px);
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    width: 68.8vw;
  }
}

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

.p-mv__sub {
  font-family: "Barlow", sans-serif;
  color: #000;
  font-size: min(4.4029850746vw, 59px);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.6;
  margin-top: min(1.8656716418vw, 25px);
}
@media screen and (max-width: 767px) {
  .p-mv__sub {
    font-size: 7.8666666667vw;
    margin-top: 3.3333333333vw;
  }
}

.p-mv__foot {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #142874;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.1194029851vw, 15px);
  line-height: 1;
  padding: min(2.0895522388vw, 28px) min(1.5671641791vw, 21px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__foot {
    width: 100%;
    font-size: 3.2vw;
    padding: 2.6666666667vw 0;
    text-align: center;
  }
}

.p-mv__copy {
  position: absolute;
  bottom: min(44.776119403vw, 600px);
  left: min(2.6119402985vw, 35px);
}
@media screen and (max-width: 1024px) {
  .p-mv__copy {
    bottom: 50.7462686567vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    display: none;
  }
}

.p-mv__copy-inner {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(0.7462686567vw, 10px);
  letter-spacing: 0.04em;
  color: #969595;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.p-mv__comics {
  position: absolute;
  bottom: min(5.223880597vw, 70px);
  left: 0;
  -webkit-box-shadow: 0 0 min(1.1194029851vw, 15px) rgba(4, 0, 0, .2);
          box-shadow: 0 0 min(1.1194029851vw, 15px) rgba(4, 0, 0, .2);
  width: min(14.9253731343vw, 200px);
  height: min(20.8955223881vw, 280px);
}
@media screen and (max-width: 767px) {
  .p-mv__comics {
    display: none;
  }
}

.p-mv__comics a {
  display: block;
}

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

.p-opening {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
}

.p-opening__content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-opening__inner {
  width: 37.3134328358vw;
  height: 22.3880597015vw;
  background: url(../images/open-bk.png) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-opening__inner {
    width: 53.3333333333vw;
    height: 37.3333333333vw;
  }
}

.p-opening__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #006bb9;
  z-index: 1;
}

.p-opening__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1940298507vw;
  color: #000;
  margin-top: 4.4776119403vw;
  margin-bottom: 4.4776119403vw;
}
@media screen and (max-width: 767px) {
  .p-opening__txt {
    font-size: 2.6666666667vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}

.p-opening__logo {
  opacity: 0;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  width: 14.9253731343vw;
}
@media screen and (max-width: 767px) {
  .p-opening__logo {
    width: 26.6666666667vw;
  }
}

.p-philosophy-card {
  background-color: #f4f1f1;
  padding: 2.8125rem 2.125rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-philosophy-card {
    padding: 3.125rem 2.5rem;
    padding-bottom: 2.25rem;
  }
}

.p-philosophy-card::before {
  content: attr(data-no);
  font-family: "Barlow", sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  color: #fff;
  background-color: #006bb9;
  width: 2.0625rem;
  height: 2.0625rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy-card::before {
    font-size: 2.1875rem;
    width: 3rem;
    height: 3rem;
    top: -1.4375rem;
  }
}

.p-philosophy-card__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 1;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy-card__ttl {
    font-size: 3.5rem;
  }
}

.p-philosophy-card__txt {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  color: #333;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-card__txt {
    line-height: 1.4285714286;
    font-size: 1.75rem;
    margin-top: 1.6875rem;
  }
}

.p-philosophy-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
          column-gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy-cards {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.9375rem;
  }
}

.p-philosophy {
  padding-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    padding-top: 12.75rem;
  }
}

.p-philosophy__head {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1875rem;
  font-weight: 600;
  text-align: center;
  margin-top: 2.4375rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-philosophy__head {
    font-size: 3.125rem;
    margin-top: 3.625rem;
  }
}

.p-philosophy__body {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__body {
    margin-top: 6rem;
  }
}

.p-recruit {
  width: 100%;
}

.p-recruit__head {
  background: url(../images/dummy.jpg) no-repeat center/cover;
}

.p-recruit__overlay {
  background-color: hsla(205, 100%, 36%, .5);
}

.p-recruit__faq {
  width: 100%;
}

.p-recruit__info {
  width: 100%;
}

.p-sign {
  max-width: 1920px;
  margin: 0 auto;
  height: 885px;
}
@media screen and (max-width: 767px) {
  .p-sign {
    height: 112.4vw;
  }
}

.p-sign__content {
  background: url(../images/dummy2.jpg) no-repeat center/cover;
  aspect-ratio: 1340/885;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sign__content {
    aspect-ratio: 750/843;
  }
}

.p-sign__inner {
  width: 100%;
  height: auto;
  margin-top: max(-18.6567164179vw, -250px);
}
@media screen and (max-width: 767px) {
  .p-sign__inner {
    margin-top: -26.6666666667vw;
  }
}

.p-sign__head {
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: min(8.2089552239vw, 110px);
  line-height: 1.0636363636;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-sign__head {
    font-size: 11.7333333333vw;
  }
}

.p-sign__head span {
  font-size: min(5.223880597vw, 70px);
  color: #006bb9;
  margin-left: min(0.5970149254vw, 8px);
}
@media screen and (max-width: 767px) {
  .p-sign__head span {
    font-size: 7.7333333333vw;
    margin-left: 1.3333333333vw;
  }
}

.p-sign__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(2.0149253731vw, 27px);
  line-height: 1;
  color: #333;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-sign__body {
    font-size: 4.5333333333vw;
    line-height: 1.2941176471;
    margin-top: 5.3333333333vw;
  }
}

.p-sign__body span {
  color: #006bb9;
}

.p-sign__foot {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(0.9701492537vw, 13px);
  color: #000;
  line-height: 1.8461538462;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-sign__foot {
    font-size: 3.4666666667vw;
    margin-top: 6.6666666667vw;
    line-height: 1.5384615385;
  }
}

.p-strength {
  padding-top: 4.125rem;
  padding-bottom: 2.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-strength {
    padding-top: 4.9375rem;
    padding-bottom: 5.375rem;
  }
}

.p-strength::after {
  content: "";
  width: 100%;
  height: 28.375rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f4f1f1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-strength::after {
    height: 142.1875rem;
  }
}

.p-strength__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
          column-gap: 2.375rem;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-strength__cards {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5.3125rem;
    padding-top: 3.75rem;
  }
}

.p-strength__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 308/308;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-strength__img img {
    aspect-ratio: 400/377;
    width: 25rem;
    margin: 0 auto;
  }
}

.p-strength__box {
  padding: 2.9375rem 2.1875rem 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-strength__box {
    width: 100%;
    padding: 3.25rem 3.25rem 2.625rem 3.25rem;
  }
}

.p-strength__box::before {
  content: attr(data-no);
  font-family: "Barlow", sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  color: #fff;
  background-color: #142874;
  width: 2.0625rem;
  height: 2.0625rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-strength__box::before {
    width: 4rem;
    height: 4rem;
    font-size: 2.875rem;
    top: -1.875rem;
  }
}

.p-strength__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4166666667;
  color: #006bb9;
}
@media screen and (max-width: 767px) {
  .p-strength__title {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.p-strength__txt {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  color: #333;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-strength__txt {
    font-size: 1.75rem;
    line-height: 1.4285714286;
    margin-top: 1.875rem;
  }
}

.p-support-card {
  padding: 2.375rem 1.875rem 1.875rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-support-card {
    padding: 3.6875rem 2.5rem 1.5625rem;
  }
}

.p-support-card::before {
  content: attr(data-no);
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  background-color: #006bb9;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-support-card::before {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 2.125rem;
    top: -1.625rem;
  }
}

.p-support-card--welfare::before {
  background-color: #142874;
}

.p-support-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #006bb9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support-card__title {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.p-support-card__title--welfare {
  color: #142874;
}

.p-support-card__border {
  margin-top: 1.25rem;
  border: none;
  height: 1px;
  width: 100%;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .p-support-card__border {
    display: none;
  }
}

.p-support-card__txt {
  margin-top: 1.5625rem;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-support-card__txt {
    font-size: 1.75rem;
    margin-top: 2.125rem;
    line-height: 1.4285714286;
  }
}

.p-support-cards {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
  row-gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-support-cards {
    margin-top: 4.4375rem;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3.5rem;
  }
}

.p-support-license {
  background-color: #fff;
  padding: 3.75rem 3.125rem;
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-support-license {
    padding: 3.6875rem 2.375rem 7.8125rem;
    margin-top: 4.4375rem;
  }
}

.p-support-license__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-support-license__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-support-license__lead {
  width: 24.6875rem;
}
@media screen and (max-width: 767px) {
  .p-support-license__lead {
    width: 100%;
  }
}

.p-support-license__lead h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.3125rem;
  line-height: 1.5238095238;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-support-license__lead h5 {
    font-size: 2.5rem;
    line-height: 1.45;
  }
}

.p-support-license__lead p {
  margin-top: 2.1875rem;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-support-license__lead p {
    font-size: 1.75rem;
    line-height: 1.7142857143;
    margin-top: 2.1875rem;
  }
}

.p-support-license__table {
  width: 25.375rem;
}
@media screen and (max-width: 767px) {
  .p-support-license__table {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.p-support-license__row {
  padding: 0.75rem 3.625rem 0.75rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-support-license__row {
    padding: 0.875rem 2.75rem 0.625rem 1.5625rem;
    font-size: 1.75rem;
  }
}

.p-support-license__row:nth-child(odd) {
  background-color: #f4f1f1;
}

.p-support-license__interview {
  margin-top: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-support-license__interview {
    margin-top: 7.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-support-license__img {
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-support-license__img {
    width: 100%;
    margin-top: 3.75rem;
  }
}

.p-support-license__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 250/250;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-support-license__img img {
    width: 15.625rem;
    margin: 0 auto;
  }
}

.p-support-license__name {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.8461538462;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-support-license__name {
    font-size: 1.5rem;
    line-height: 1.4166666667;
    text-align: center;
    margin-top: 1.5625rem;
  }
}

.p-support-license__txt {
  width: 35.625rem;
  border-top: 1px solid #006bb9;
}
@media screen and (max-width: 767px) {
  .p-support-license__txt {
    width: 100%;
  }
}

.p-support {
  background-color: #f4f1f1;
  padding-top: 4rem;
  padding-bottom: 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding-top: 5.3125rem;
    padding-bottom: 4.25rem;
  }
}

.p-support__dev {
  margin-top: 3.5625rem;
}
@media screen and (max-width: 767px) {
  .p-support__dev {
    margin-top: 5.9375rem;
  }
}

.p-support__welfare {
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-support__welfare {
    margin-top: 5.9375rem;
  }
}

.p-support__support {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-support__support {
    margin-top: 5.9375rem;
  }
}

.p-support__border {
  border: none;
  height: 3px;
  width: 1.5625rem;
  background-color: #006bb9;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-support__border {
    width: 2.1875rem;
  }
}

.p-support__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-support__title {
    font-size: 2.125rem;
    margin-top: 1.6875rem;
  }
}

.p-works {
  width: 100%;
}

.p-works__head {
  background: url(../images/dummy.jpg) no-repeat center/cover;
}

.p-works__overlay {
  background-color: hsla(205, 100%, 36%, .5);
}

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

.smf-text-control__control {
  width: 100%;
  border-radius: 0 !important;
  border: none !important;
  background-color: #f4f1f1 !important;
  padding: 0.59375rem !important;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .smf-text-control__control {
    font-size: 1.75rem !important;
    padding: 1.8125rem !important;
  }
}

.smf-text-control__control-age {
  width: 9.5625rem;
}
@media screen and (max-width: 767px) {
  .smf-text-control__control-age {
    width: 100%;
    font-size: 1.75rem !important;
    padding: 1.8125rem !important;
  }
}

.smf-form--business .smf-item {
  border-left: none;
  border-right: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .smf-form--business .smf-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.smf-item__controls {
  width: 100%;
}

.smf-form--business .smf-item__col--label {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  width: 16.3125rem;
  max-width: none !important;
  padding: 1.25rem 0 !important;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .smf-form--business .smf-item__col--label {
    width: 100%;
    padding: 1.5625rem 0 0.3125rem !important;
  }
}

.smf-item__col.smf-item__col--controls {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  max-width: none !important;
  padding: 0.5rem 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smf-form .smf-item .smf-radio-button-control__control {
  margin-right: 0.125rem;
}
@media screen and (max-width: 767px) {
  .smf-form .smf-item .smf-radio-button-control__control {
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
}

.smf-item__label {
  line-height: 1;
}

.smf-item__label__text {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 0.8125rem !important;
  letter-spacing: 0.04em !important;
  color: #333;
}
@media screen and (max-width: 767px) {
  .smf-item__label__text {
    font-size: 1.75rem !important;
  }
}

.sme-badge {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.75rem !important;
  border-radius: 0 !important;
  margin-right: 1.375rem;
  padding: 0.25rem 0.375rem !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
@media screen and (max-width: 767px) {
  .sme-badge {
    font-size: 1.125rem !important;
    margin-right: 1rem;
    padding: 0.375rem 0.625rem !important;
  }
}

.smf-item__description {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 0.8125rem !important;
  letter-spacing: 0.04em !important;
  color: #333;
  margin-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .smf-item__description {
    font-size: 1.125rem !important;
  }
}

.smf-radio-button-control__control {
  width: 0.8125rem !important;
  height: 0.8125rem !important;
  border-color: #333 !important;
}
@media screen and (max-width: 767px) {
  .smf-radio-button-control__control {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
}

.smf-radio-button-control__label {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.8125rem !important;
  color: #333 !important;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .smf-radio-button-control__label {
    font-size: 1.625rem !important;
    margin-top: 0.1875rem;
  }
}

.smf-label {
  margin-right: 1.5625rem !important;
}
@media screen and (max-width: 767px) {
  .smf-label {
    margin-right: 0.9375rem !important;
  }
}

.smf-form--business .smf-item__col--label {
  border: none;
}

.smf-textarea-control__control {
  width: 100%;
  border-radius: 0 !important;
  border: none !important;
  background-color: #f4f1f1 !important;
  padding: 0.375rem !important;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .smf-textarea-control__control {
    font-size: 1.125rem !important;
    padding: 0.875rem !important;
  }
}

.smf-button-control__control {
  width: 21.0625rem;
  height: 4.8125rem;
  background-image: none !important;
  background-image: initial !important;
  background-color: #142874 !important;
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 !important;
  border: none !important;
  margin-top: 3.3125rem !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .smf-button-control__control {
    font-size: 2.125rem;
    width: 29.375rem;
    height: 6.25rem;
  }
}

.smf-button-control__control::after {
  content: "";
  background: url(../images/arrow.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.4375rem;
  width: 1.75rem;
  height: 1.4375rem;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .smf-button-control__control::after {
    right: 1.4375rem;
    width: 1.75rem;
    height: 1.4375rem;
  }
}

.smf-button-control__control:hover:after {
  right: 0.8125rem;
}

.smf-form--business + .smf-action {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .smf-error-messages {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .smf-placeholder {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .smf-action .smf-button-control__control {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .smf-complete-content {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .smf-complete-content .has-text-align-center:nth-child(2) {
    text-align: left;
  }
}

.p-hamburger .c-hamburger-btn {
  width: 6.25rem;
  height: 6.25rem;
  background: #006bb9;
}

.p-hamburger .c-hamburger-btn__bars {
  width: 3rem;
  height: 2.75rem;
}

.p-hamburger .c-hamburger-btn__label {
  display: none;
}

.p-hamburger .c-hamburger-btn__bar {
  background-color: #fff !important;
  height: 0.25rem;
  width: 3rem;
}

.c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:nth-of-type(2) {
  background-color: transparent !important;
}

.p-hamburger .c-hamburger-btn__bar:nth-of-type(2) {
  top: 1.25rem;
}

.p-hamburger .c-hamburger-btn__bar:nth-of-type(3) {
  top: 2.5rem;
}

.c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:first-of-type,
.c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:nth-of-type(3) {
  top: 1.4375rem;
}

.c-custom-drawer {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.c-custom-drawer__item {
  font-size: 1.875rem;
}

.c-custom-drawer__comic {
  width: 80%;
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/*# sourceMappingURL=styles.css.map */
