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

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1199px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
html.is-open {
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: #ffffff;
  color: #4A4B4C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: 0.08em;
  overflow: hidden;
}

a {
  color: #1779CD;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

input[type=submit],
input[type=button],
input[type=text],
input[type=email],
input[type=tel],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: -2px;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-pc--inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .is-pc--inline {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.is-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp--inline {
    display: inline-block;
  }
}

.swiper-container {
  overflow: visible;
}

.swiper-button-prev,
.swiper-button-next {
  height: auto;
  top: calc(50% + 30px);
  width: auto;
}
@media screen and (max-width: 1199px) {
  .swiper-button-prev,
.swiper-button-next {
    top: calc(50% + (30 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    top: calc(50% + (30 / 375 * 100vw));
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 1199px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(30 / 1200 * 100vw);
    width: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
.swiper-button-next:after {
    height: calc(30 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
}

.swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 1199px) {
  .swiper-button-prev {
    left: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(30 / 375 * 100vw);
  }
}
.swiper-button-prev:after {
  background-image: url(../images/icon_prev_swiper.svg);
}

.swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 1199px) {
  .swiper-button-next {
    right: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(30 / 375 * 100vw);
  }
}
.swiper-button-next:after {
  background-image: url(../images/icon_next_swiper.svg);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: gray;
  height: 15px;
  margin: 0 10px;
  opacity: 1;
  width: 15px;
}
@media screen and (max-width: 1199px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(15 / 1200 * 100vw);
    margin: 0 calc(10 / 1200 * 100vw);
    width: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(12 / 375 * 100vw);
    margin: 0 calc(7 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: red;
}

#svg-animation-philosophy .st0,
#svg-animation-service .st1,
#svg-animation-media .st2,
#svg-animation-member .st3,
#svg-animation-recruit .st4 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

#svg-animation-philosophy,
#svg-animation-service,
#svg-animation-media,
#svg-animation-member,
#svg-animation-recruit {
  height: auto;
  max-width: 100%;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
    transform: scale(1);
  }
}
.l-container {
  margin: 0 auto;
  padding-left: 21px;
  padding-right: 21px;
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .l-container {
    padding-left: calc(21 / 1200 * 100vw);
    padding-right: calc(21 / 1200 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(25 / 375 * 100vw);
    padding-right: calc(25 / 375 * 100vw);
  }
}
.l-container--full {
  padding-left: 120px;
  padding-right: 120px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-container--full {
    padding-left: calc(120 / 1440 * 100vw);
    padding-right: calc(120 / 1440 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-container--full {
    padding-left: calc(25 / 375 * 100vw);
    padding-right: calc(25 / 375 * 100vw);
  }
}

.l-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-content {
    display: block;
  }
}
.l-content__main {
  width: 880px;
}
@media screen and (max-width: 1199px) {
  .l-content__main {
    width: calc(880 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content__main {
    width: 100%;
  }
}
.l-content__sidebar {
  width: 280px;
}
@media screen and (max-width: 1199px) {
  .l-content__sidebar {
    width: calc(280 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content__sidebar {
    display: none;
    width: 100%;
  }
}

.c-button {
  align-items: center;
  background: linear-gradient(to right, #22bebe 0%, #425cef 100%);
  border-radius: 26px !important;
  box-shadow: 15px 15px 15px rgba(59, 120, 199, 0.3);
  color: #ffffff;
  display: inline-flex;
  font-size: 1.3rem;
  height: 53px;
  justify-content: center;
  position: relative;
  width: 261px;
}
@media screen and (max-width: 1439px) {
  .c-button {
    border-radius: calc(26 / 1440 * 100vw) !important;
    box-shadow: calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw) rgba(59, 120, 199, 0.3);
    font-size: calc(13 / 1440 * 100vw) !important;
    height: calc(53 / 1440 * 100vw);
    width: calc(261 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    border-radius: calc(26 / 375 * 100vw) !important;
    box-shadow: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) rgba(59, 120, 199, 0.3);
    font-size: calc(13 / 375 * 100vw) !important;
    height: calc(53 / 375 * 100vw);
    width: calc(261 / 375 * 100vw);
  }
}
.c-button::after {
  background-image: url(../images/icon_arrow_button_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 17px;
  transition: 0.3s;
  width: 39px;
}
@media screen and (max-width: 1439px) {
  .c-button::after {
    height: calc(7 / 1440 * 100vw);
    right: calc(17 / 1440 * 100vw);
    width: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-button::after {
    height: calc(7 / 375 * 100vw);
    right: calc(17 / 375 * 100vw);
    width: calc(39 / 375 * 100vw);
  }
}
.c-button:hover::after {
  transform: translateX(4px);
}
@media screen and (max-width: 1439px) {
  .c-button:hover::after {
    transform: translateX(calc(4 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-button:hover::after {
    transform: translateX(calc(4 / 375 * 100vw));
  }
}
.c-button--white {
  background: white;
  color: #1779CD;
}
.c-button--white::after {
  background-image: url(../images/icon_arrow_button.svg);
}

.c-media {
  padding: 0 calc(25 / 375 * 100vw);
  width: calc(375 / 375 * 100vw);
}
.c-media__thumbnail {
  margin: 0 auto;
  width: calc(208 / 375 * 100vw);
}
.c-media__thumbnail img {
  height: auto;
  width: 100%;
}
.c-media__textBox {
  margin-top: calc(50 / 375 * 100vw);
}
.c-media__textBox__title {
  color: #1779CD;
  font-size: calc(20 / 375 * 100vw);
  font-weight: bold;
  text-align: center;
}
.c-media__textBox__text {
  font-size: calc(15 / 375 * 100vw);
  line-height: calc(30 / 375 * 100vw);
  margin-top: calc(20 / 375 * 100vw);
  text-align: justify;
}
.c-media__button {
  margin-top: calc(30 / 375 * 100vw);
  text-align: center;
}

.c-snsList > ul {
  align-items: center;
  display: flex;
}
.c-snsList > ul > li {
  margin-left: 15px;
}
@media screen and (max-width: 1199px) {
  .c-snsList > ul > li {
    margin-left: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-snsList > ul > li {
    margin-left: calc(18 / 375 * 100vw);
  }
}
.c-snsList > ul > li:first-child {
  margin-left: 0;
}
.c-snsList__icon {
  width: 26px;
}
.c-snsList__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .c-snsList__icon {
    width: calc(26 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-snsList__icon {
    width: calc(33 / 375 * 100vw);
  }
}
.c-snsList__icon a {
  display: block;
}

@media screen and (max-width: 767px) {
  .c-navList {
    position: static;
  }
}
.c-navList > ul > li {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .c-navList > ul > li {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-navList > ul > li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-navList > ul > li:first-child {
  margin-top: 0;
}
.c-navList__button a {
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 27px;
  color: #ffffff;
  display: flex;
  font-size: 1.3rem;
  height: 53px;
  justify-content: center;
  width: 261px;
}
@media screen and (max-width: 1199px) {
  .c-navList__button a {
    border-radius: calc(27 / 1200 * 100vw);
    font-size: calc(13 / 1200 * 100vw);
    height: calc(53 / 1200 * 100vw);
    width: calc(261 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-navList__button a {
    border-radius: calc(27 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    height: calc(53 / 375 * 100vw);
    margin: 0 auto;
    width: calc(261 / 375 * 100vw);
  }
}
.c-navList__button a:hover {
  background-color: #ffffff;
  color: #4A4B4C;
}
@media screen and (max-width: 767px) {
  .c-navList__button a:hover {
    background-color: #4A4B4C;
    color: #ffffff;
  }
}

.c-sectionTitle {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .c-sectionTitle {
    margin-bottom: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.c-sectionTitle__en {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .c-sectionTitle__en {
    font-size: calc(35 / 1200 * 100vw);
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle__en {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.c-sectionTitle__ja {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .c-sectionTitle__ja {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-sectionTitle__ja {
    font-size: calc(14 / 375 * 100vw);
  }
}

.c-pagenation {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .c-pagenation {
    margin-top: calc(80 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagenation {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.c-pagenation a,
.c-pagenation span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #1779CD;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  height: 45px;
  justify-content: center;
          user-select: none;
  width: 45px;
}
@media screen and (max-width: 1199px) {
  .c-pagenation a,
.c-pagenation span {
    font-size: calc(16 / 1200 * 100vw);
    height: calc(45 / 1200 * 100vw);
    width: calc(45 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagenation a,
.c-pagenation span {
    font-size: calc(14 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    width: calc(40 / 375 * 100vw);
  }
}
.c-pagenation a.dots,
.c-pagenation span.dots {
  pointer-events: none;
}
.c-pagenation a:hover,
.c-pagenation span:hover {
  background-color: #1779CD;
  color: #ffffff;
  opacity: 1;
}
.c-pagenation * + * {
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .c-pagenation * + * {
    margin-left: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagenation * + * {
    margin-left: calc(10 / 375 * 100vw);
  }
}
.c-pagenation .current {
  background-color: #1779CD;
  color: #ffffff;
}

.c-form__error span.error:first-child {
  align-items: center;
  background-color: #FFF6F6;
  color: #F05357;
  display: flex;
  font-size: 0;
  height: 40px;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .c-form__error span.error:first-child {
    height: calc(40 / 1200 * 100vw);
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__error span.error:first-child {
    height: calc(74 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
    padding: 0 20px;
  }
}
.c-form__error span.error:first-child::before {
  content: "正しく入力されていない項目があります。メッセージをご確認の上、もう一度誤入力ください。";
  font-size: 1.2rem;
}
@media screen and (max-width: 1199px) {
  .c-form__error span.error:first-child::before {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__error span.error:first-child::before {
    display: none;
  }
}
.c-form__error span.error:first-child::after {
  content: "正しく入力されていない項目があります。\aメッセージをご確認の上、もう一度誤入力ください。";
  display: none;
  font-size: calc(12 / 375 * 100vw);
  line-height: calc(22 / 375 * 100vw);
  text-align: center;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .c-form__error span.error:first-child::after {
    display: block;
  }
}
.c-form__error span.error:nth-child(n+2) {
  display: none;
}
.c-form__group + .c-form__group {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .c-form__group + .c-form__group {
    margin-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group + .c-form__group {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.c-form__group__titleBox {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
}
@media screen and (max-width: 1199px) {
  .c-form__group__titleBox {
    margin-bottom: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__titleBox {
    margin-bottom: calc(18 / 375 * 100vw);
  }
}
.c-form__group__titleBox__title {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .c-form__group__titleBox__title {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__titleBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.c-form__group__titleBox__title.is-required::after {
  color: #F05357;
  content: "※必須";
  font-size: 1.2rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 1199px) {
  .c-form__group__titleBox__title.is-required::after {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__titleBox__title.is-required::after {
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-form__group__titleBox__notice {
  font-size: 1.2rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 1199px) {
  .c-form__group__titleBox__notice {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__titleBox__notice {
    font-size: calc(12 / 375 * 100vw);
    padding-top: calc(4 / 375 * 100vw);
  }
}
.c-form__group__text {
  color: #1779CD;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .c-form__group__text {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__text {
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-form__group__input input {
  border: 1px solid #E2E2E2;
  border-radius: 28px;
  font-size: 1.5rem;
  height: 55px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .c-form__group__input input {
    border-radius: calc(28 / 1200 * 100vw);
    font-size: calc(15 / 1200 * 100vw);
    height: calc(55 / 1200 * 100vw);
    padding: 0 calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__input input {
    border-radius: calc(28 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.c-form__group__input input::-moz-placeholder {
  color: #9B9B9B;
}
.c-form__group__input input:-ms-input-placeholder {
  color: #9B9B9B;
}
.c-form__group__input input::placeholder {
  color: #9B9B9B;
}
.c-form__group__input textarea {
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  font-size: 1.5rem;
  height: 240px;
  padding: 15px 20px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .c-form__group__input textarea {
    border-radius: calc(6 / 1200 * 100vw);
    font-size: calc(15 / 1200 * 100vw);
    height: calc(240 / 1200 * 100vw);
    padding: calc(15 / 1200 * 100vw) calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__input textarea {
    border-radius: calc(6 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(240 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-form__group__input textarea::-moz-placeholder {
  color: #9B9B9B;
}
.c-form__group__input textarea:-ms-input-placeholder {
  color: #9B9B9B;
}
.c-form__group__input textarea::placeholder {
  color: #9B9B9B;
}
.c-form__group__input .error {
  color: #F05357 !important;
  font-size: 1.2rem !important;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .c-form__group__input .error {
    font-size: calc(12 / 1200 * 100vw) !important;
    margin-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__input .error {
    font-size: calc(12 / 375 * 100vw) !important;
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__group__select__wrapper {
  display: flex;
}
.c-form__group__select__wrapper .c-form__group__select {
  width: 183px;
}
.c-form__group__select__wrapper .c-form__group__select + .c-form__group__select {
  margin-left: 20px;
}
.c-form__group__select select {
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 28px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  border: 1px solid #E2E2E2;
  border-radius: 28px;
  font-size: 1.5rem;
  height: 55px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .c-form__group__select select {
    background-position: right calc(28 / 1200 * 100vw) center;
    background-size: calc(12 / 1200 * 100vw) calc(8 / 1200 * 100vw);
    border-radius: calc(28 / 1200 * 100vw);
    font-size: calc(15 / 1200 * 100vw);
    height: calc(55 / 1200 * 100vw);
    padding: 0 calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__select select {
    background-position: right calc(28 / 375 * 100vw) center;
    background-size: calc(12 / 375 * 100vw) calc(8 / 375 * 100vw);
    border-radius: calc(28 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.c-form__group__radio {
  margin-bottom: -15px;
}
@media screen and (max-width: 1199px) {
  .c-form__group__radio {
    margin-bottom: calc(-15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__radio {
    margin-bottom: calc(-15 / 375 * 100vw);
  }
}
.c-form__group__radio .horizontal-item {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .c-form__group__radio .horizontal-item {
    margin-bottom: calc(15 / 1200 * 100vw);
    margin-right: calc(30 / 1200 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__radio .horizontal-item {
    margin-bottom: calc(15 / 375 * 100vw);
    margin-right: calc(30 / 375 * 100vw) !important;
  }
}
.c-form__group__radio .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
}
.c-form__group__radio label {
  align-items: center;
  display: inline-flex;
}
.c-form__group__radio input {
  margin: 0;
  margin-right: 5px !important;
}
@media screen and (max-width: 1199px) {
  .c-form__group__radio input {
    margin-right: calc(5 / 1200 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__radio input {
    margin-right: calc(5 / 375 * 100vw) !important;
  }
}
.c-form__group__notice {
  color: #BAB8B6;
  font-size: 1.5rem;
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .c-form__group__notice {
    font-size: calc(15 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__group__notice {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__agree {
  color: #707070;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .c-form__agree {
    margin-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.c-form__agree__text {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .c-form__agree__text {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree__text {
    font-size: calc(14 / 375 * 100vw);
    white-space: nowrap;
  }
}
.c-form__agree__input {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .c-form__agree__input {
    margin-top: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree__input {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.c-form__agree__input .error {
  color: #F05357 !important;
  font-size: 1.2rem !important;
  left: 0;
  margin: 10px auto 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .c-form__agree__input .error {
    font-size: calc(12 / 1200 * 100vw) !important;
    margin: calc(10 / 1200 * 100vw) auto 0;
    margin-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree__input .error {
    font-size: calc(12 / 375 * 100vw) !important;
    margin: calc(10 / 375 * 100vw) auto 0;
  }
}
.c-form__agree__input .mwform-checkbox-field-text {
  font-size: 0;
  margin-right: -15px;
}
@media screen and (max-width: 1199px) {
  .c-form__agree__input .mwform-checkbox-field-text {
    margin-right: calc(-15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__agree__input .mwform-checkbox-field-text {
    margin-right: calc(-15 / 375 * 100vw);
  }
}
.c-form__button {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .c-form__button {
    margin-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.c-form__button__input {
  height: 52px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 260px;
}
@media screen and (max-width: 1439px) {
  .c-form__button__input {
    height: calc(52 / 1440 * 100vw);
    width: calc(260 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__button__input {
    height: calc(52 / 375 * 100vw);
    width: calc(260 / 375 * 100vw);
  }
}
.c-form__button__input::after {
  background-image: url(../images/icon_arrow_button_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 7px;
  margin: auto 0;
  position: absolute;
  right: 17px;
  top: 0;
  transition: 0.3s;
  width: 39px;
}
@media screen and (max-width: 1439px) {
  .c-form__button__input::after {
    height: calc(7 / 1440 * 100vw);
    right: calc(17 / 1440 * 100vw);
    width: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__button__input::after {
    height: calc(7 / 375 * 100vw);
    right: calc(17 / 375 * 100vw);
    width: calc(39 / 375 * 100vw);
  }
}
.c-form__button__input input {
  cursor: pointer;
}

.c-movie {
  margin: 0 auto;
  width: 360px;
}
@media screen and (max-width: 1199px) {
  .c-movie {
    width: calc(360 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-movie {
    width: calc(325 / 375 * 100vw);
  }
}
.c-movie a {
  color: #4A4B4C;
  display: block;
}
.c-movie__thumbnail {
  background-color: #8D8D8D;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 203px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .c-movie__thumbnail {
    height: calc(203 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-movie__thumbnail {
    height: calc(183 / 375 * 100vw);
  }
}
.c-movie__thumbnail::after {
  background-image: url(../images/icon_play.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 56px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
}
@media screen and (max-width: 1199px) {
  .c-movie__thumbnail::after {
    height: calc(56 / 1200 * 100vw);
    width: calc(56 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-movie__thumbnail::after {
    height: calc(50 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
  }
}
.c-movie__textBox {
  background-color: #ffffff;
  height: 110px;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .c-movie__textBox {
    height: calc(110 / 1200 * 100vw);
    padding: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-movie__textBox {
    height: calc(85 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-movie__textBox__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .c-movie__textBox__title {
    font-size: calc(20 / 1200 * 100vw);
    line-height: calc(34 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-movie__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}

header h1 {
  display: none;
}

.p-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 86px;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    height: calc(86 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    height: calc(60 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
  }
}
.p-header__logoBox__logo {
  width: 240px;
}
.p-header__logoBox__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header__logoBox__logo {
    width: calc(240 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logoBox__logo {
    width: calc(230 / 375 * 100vw);
  }
}
.p-header__logoBox__logo a {
  display: block;
}
.p-header__humberger {
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 50px;
}
@media screen and (max-width: 1439px) {
  .p-header__humberger {
    height: calc(50 / 1440 * 100vw);
    right: calc(18 / 1440 * 100vw);
    top: calc(18 / 1440 * 100vw);
    width: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__humberger {
    height: calc(50 / 375 * 100vw);
    right: calc(13 / 375 * 100vw);
    top: calc(13 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
  }
}
.p-header__humberger::before {
  -webkit-animation: scaleout 1.3s infinite ease-in-out;
          animation: scaleout 1.3s infinite ease-in-out;
  background-color: #1779CD;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 66px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 66px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-header__humberger::before {
    height: calc(66 / 1440 * 100vw);
    left: calc(-8 / 1440 * 100vw);
    top: calc(-8 / 1440 * 100vw);
    width: calc(66 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__humberger::before {
    height: calc(66 / 375 * 100vw);
    left: calc(-8 / 375 * 100vw);
    top: calc(-8 / 375 * 100vw);
    width: calc(66 / 375 * 100vw);
  }
}
.p-header__humberger__icon {
  width: 21px;
}
.p-header__humberger__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header__humberger__icon {
    width: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__humberger__icon {
    width: calc(21 / 375 * 100vw);
  }
}
.p-header.is-clone {
  opacity: 0.9;
  position: fixed;
  top: 0;
  transform: translateY(-200%);
  transition: 0.6s;
  width: 100%;
  z-index: 100;
}
.p-header.is-clone .p-header__logoBox {
  visibility: hidden;
}
.p-header.is-clone.is-show {
  transform: translateY(0);
}

.p-mainVisual {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.p-mainVisual__inner {
  height: 300px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__inner {
    height: calc(300 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    height: calc(180 / 375 * 100vw);
  }
}
.p-mainVisual__titleBox {
  bottom: 55px;
  left: 0;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__titleBox {
    bottom: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__titleBox {
    bottom: calc(35 / 375 * 100vw);
  }
}
.p-mainVisual__titleBox__hikkitai {
  margin: 0 auto;
}
.p-mainVisual__titleBox__hikkitai img {
  height: auto;
  width: 100%;
}
.p-mainVisual__titleBox__en {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__titleBox__en {
    font-size: calc(35 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__titleBox__en {
    font-size: calc(31 / 375 * 100vw);
    margin-bottom: calc(23 / 375 * 100vw);
  }
}
.p-mainVisual__titleBox__title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__titleBox__title {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__titleBox__title {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-mainVisual__nav {
  margin-top: 66px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  .p-mainVisual__nav {
    margin-top: calc(66 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__nav {
    -ms-overflow-style: none;
    bottom: calc(-74 / 375 * 100vw);
    left: calc(-25 / 375 * 100vw);
    margin-top: 0;
    overflow: scroll;
    padding-bottom: 1px;
    position: absolute;
    scrollbar-width: none;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__nav::-webkit-scrollbar {
    display: none;
  }
}
.p-mainVisual__nav > ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__nav > ul > li + li {
    margin-left: calc(8 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__nav > ul > li:first-child {
    margin-left: calc(25 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__nav > ul > li:last-child {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__nav > ul > li:last-child::after {
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 0;
    width: calc(25 / 375 * 100vw);
  }
}
.p-mainVisual__nav a {
  align-items: center;
  background-color: #ffffff;
  border-radius: 30px;
  color: #4A4B4C;
  display: flex;
  font-size: 13px;
  height: 45px;
  justify-content: center;
  width: 205px;
}
@media screen and (max-width: 1199px) {
  .p-mainVisual__nav a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(13 / 1200 * 100vw);
    height: calc(45 / 1200 * 100vw);
    width: calc(205 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__nav a {
    border: 1px solid #1779CD;
    border-radius: calc(44 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(44 / 375 * 100vw);
    width: calc(140 / 375 * 100vw);
  }
}
.p-mainVisual--philosophy {
  background-image: url(../images/bg_mainVisual_philosophy.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--philosophy {
    background-image: url(../images/bg_mainVisual_philosophy_sp.png);
  }
}
.p-mainVisual--philosophy .p-mainVisual__titleBox__hikkitai {
  width: 620px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--philosophy .p-mainVisual__titleBox__hikkitai {
    width: calc(620 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--philosophy .p-mainVisual__titleBox__hikkitai {
    width: calc(218 / 375 * 100vw);
  }
}
.p-mainVisual--philosophy .p-mainVisual__titleBox__title {
  margin-top: -26px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--philosophy .p-mainVisual__titleBox__title {
    margin-top: calc(-26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--philosophy .p-mainVisual__titleBox__title {
    margin-top: 0;
  }
}
.p-mainVisual--already-graduated {
  background-image: url(../images/bg_mainVisual_already-graduated.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--already-graduated {
    background-image: url(../images/bg_mainVisual_already-graduated_sp.png);
  }
}
.p-mainVisual--already-graduated .p-mainVisual__titleBox__hikkitai {
  width: 386px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--already-graduated .p-mainVisual__titleBox__hikkitai {
    width: calc(386 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--already-graduated .p-mainVisual__titleBox__hikkitai {
    width: calc(167 / 375 * 100vw);
  }
}
.p-mainVisual--new-graduate {
  background-image: url(../images/bg_mainVisual_new-graduate.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--new-graduate {
    background-image: url(../images/bg_mainVisual_new-graduate_sp.png);
  }
}
.p-mainVisual--new-graduate .p-mainVisual__titleBox__hikkitai {
  width: 386px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--new-graduate .p-mainVisual__titleBox__hikkitai {
    width: calc(386 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--new-graduate .p-mainVisual__titleBox__hikkitai {
    width: calc(167 / 375 * 100vw);
  }
}
.p-mainVisual--media {
  background-image: url(../images/bg_mainVisual_media.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--media {
    background-image: url(../images/bg_mainVisual_media_sp.png);
  }
}
.p-mainVisual--media .p-mainVisual__titleBox__hikkitai {
  width: 372px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--media .p-mainVisual__titleBox__hikkitai {
    width: calc(372 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--media .p-mainVisual__titleBox__hikkitai {
    width: calc(162 / 375 * 100vw);
  }
}
.p-mainVisual--media .p-mainVisual__titleBox__title {
  margin-top: -2px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--media .p-mainVisual__titleBox__title {
    margin-top: calc(-2 / 1440 * 100vw);
  }
}
.p-mainVisual--member {
  background-image: url(../images/bg_mainVisual_member.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--member {
    background-image: url(../images/bg_mainVisual_member_sp.png);
  }
}
.p-mainVisual--member .p-mainVisual__titleBox__hikkitai {
  width: 435px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--member .p-mainVisual__titleBox__hikkitai {
    width: calc(435 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--member .p-mainVisual__titleBox__hikkitai {
    width: calc(190 / 375 * 100vw);
  }
}
.p-mainVisual--member .p-mainVisual__titleBox__title {
  margin-top: -10px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--member .p-mainVisual__titleBox__title {
    margin-top: calc(-10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--member .p-mainVisual__titleBox__title {
    margin-top: 0;
  }
}
.p-mainVisual--recruit {
  background-image: url(../images/bg_mainVisual_recruit.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--recruit {
    background-image: url(../images/bg_mainVisual_recruit_sp.png);
  }
}
.p-mainVisual--recruit .p-mainVisual__titleBox__hikkitai {
  width: 466px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--recruit .p-mainVisual__titleBox__hikkitai {
    width: calc(466 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--recruit .p-mainVisual__titleBox__hikkitai {
    width: calc(204 / 375 * 100vw);
  }
}
.p-mainVisual--recruit .p-mainVisual__titleBox__title {
  margin-top: -26px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--recruit .p-mainVisual__titleBox__title {
    margin-top: calc(-26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--recruit .p-mainVisual__titleBox__title {
    margin-top: 0;
  }
}
.p-mainVisual--recruit2 .p-mainVisual__inner {
  height: 426px;
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .p-mainVisual--recruit2 .p-mainVisual__inner {
    height: calc(426 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--recruit2 .p-mainVisual__inner {
    height: calc(180 / 375 * 100vw);
    padding-top: calc(45 / 375 * 100vw);
  }
}
.p-mainVisual--recruit2 .p-mainVisual__titleBox {
  position: static;
}
.p-mainVisual--recruit2 .p-mainVisual__titleBox__hikkitai {
  width: 368px;
}
@media screen and (max-width: 1199px) {
  .p-mainVisual--recruit2 .p-mainVisual__titleBox__hikkitai {
    width: calc(368 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--recruit2 .p-mainVisual__titleBox__hikkitai {
    width: calc(152 / 375 * 100vw);
  }
}
.p-mainVisual--recruit2 .p-mainVisual__titleBox__title {
  margin-top: 5px;
}
@media screen and (max-width: 1199px) {
  .p-mainVisual--recruit2 .p-mainVisual__titleBox__title {
    margin-top: calc(5 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--recruit2 .p-mainVisual__titleBox__title {
    margin-top: calc(5 / 375 * 100vw);
  }
}
.p-mainVisual--recruit2-recruitCompany {
  background-image: url(../images/bg_mainVisual_recruit_company.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--recruit2-recruitCompany {
    background-image: url(../images/bg_mainVisual_recruit_company_sp.png);
  }
}
.p-mainVisual--recruit2-recruitVoice {
  background-image: url(../images/bg_mainVisual_recruit_voice.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--recruit2-recruitVoice {
    background-image: url(../images/bg_mainVisual_recruit_voice_sp.png);
  }
}
.p-mainVisual--recruit2-recruitCulture {
  background-image: url(../images/bg_mainVisual_recruit_culture.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--recruit2-recruitCulture {
    background-image: url(../images/bg_mainVisual_recruit_culture_sp.png);
  }
}
.p-mainVisual--recruit2-recruitJob {
  background-image: url(../images/bg_mainVisual_recruit_job.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--recruit2-recruitJob {
    background-image: url(../images/bg_mainVisual_recruit_job_sp.png);
  }
}
.p-mainVisual--news {
  background-image: url(../images/bg_mainVisual_news.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--news {
    background-image: url(../images/bg_mainVisual_news_sp.png);
  }
}
.p-mainVisual--news .p-mainVisual__titleBox__hikkitai {
  width: 287px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--news .p-mainVisual__titleBox__hikkitai {
    width: calc(287 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--news .p-mainVisual__titleBox__hikkitai {
    width: calc(126 / 375 * 100vw);
  }
}
.p-mainVisual--company {
  background-image: url(../images/bg_mainVisual_company.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--company {
    background-image: url(../images/bg_mainVisual_company_sp.png);
  }
}
.p-mainVisual--company .p-mainVisual__titleBox__hikkitai {
  width: 533px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--company .p-mainVisual__titleBox__hikkitai {
    width: calc(533 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--company .p-mainVisual__titleBox__hikkitai {
    width: calc(233 / 375 * 100vw);
  }
}
.p-mainVisual--company .p-mainVisual__titleBox__title {
  margin-top: 6px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--company .p-mainVisual__titleBox__title {
    margin-top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--company .p-mainVisual__titleBox__title {
    margin-top: 0;
  }
}
.p-mainVisual--contact {
  background-image: url(../images/bg_mainVisual_contact.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--contact {
    background-image: url(../images/bg_mainVisual_contact_sp.png);
  }
}
.p-mainVisual--contact .p-mainVisual__titleBox__hikkitai {
  width: 423px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--contact .p-mainVisual__titleBox__hikkitai {
    width: calc(423 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--contact .p-mainVisual__titleBox__hikkitai {
    width: calc(186 / 375 * 100vw);
  }
}
.p-mainVisual--contact .p-mainVisual__titleBox__title {
  margin-top: 6px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--contact .p-mainVisual__titleBox__title {
    margin-top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--contact .p-mainVisual__titleBox__title {
    margin-top: 0;
  }
}
.p-mainVisual--privacy {
  background-image: url(../images/bg_mainVisual_privacy.png);
}
@media screen and (max-width: 767px) {
  .p-mainVisual--privacy {
    background-image: url(../images/bg_mainVisual_privacy_sp.png);
  }
}
.p-mainVisual--privacy .p-mainVisual__titleBox {
  bottom: 94px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--privacy .p-mainVisual__titleBox {
    bottom: calc(94 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--privacy .p-mainVisual__titleBox {
    bottom: calc(44 / 375 * 100vw);
  }
}
.p-mainVisual--privacy .p-mainVisual__titleBox__title {
  margin-top: 6px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual--privacy .p-mainVisual__titleBox__title {
    margin-top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual--privacy .p-mainVisual__titleBox__title {
    margin-top: calc(-10 / 375 * 100vw);
  }
}

.p-footer {
  background-color: #2A2B2C;
}
.p-footer__inner {
  padding-bottom: 60px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-footer__inner {
    padding-bottom: calc(60 / 1200 * 100vw);
    padding-left: calc(90 / 1200 * 100vw);
    padding-right: calc(90 / 1200 * 100vw);
    padding-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-bottom: calc(25 / 375 * 100vw);
    padding-left: calc(25 / 375 * 100vw);
    padding-right: calc(25 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-footer .c-navList {
  bottom: 60px;
  position: absolute;
  right: 90px;
}
@media screen and (max-width: 1199px) {
  .p-footer .c-navList {
    bottom: calc(60 / 1200 * 100vw);
    right: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer .c-navList {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logoBox {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-footer__logoBox__logo {
  width: 240px;
}
.p-footer__logoBox__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-footer__logoBox__logo {
    width: calc(240 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logoBox__logo {
    width: calc(274 / 375 * 100vw);
  }
}
.p-footer__logoBox__logo a {
  display: block;
}
.p-footer__logoBox .c-snsList {
  margin-top: 25px;
}
@media screen and (max-width: 1199px) {
  .p-footer__logoBox .c-snsList {
    margin-top: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logoBox .c-snsList {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-footer__infoBox {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-footer__infoBox {
    margin-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__infoBox {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__infoBox__navList {
    width: calc(225 / 375 * 100vw);
  }
}
.p-footer__infoBox__navList > ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.p-footer__infoBox__navList > ul > li {
  margin-right: 1em;
}
.p-footer__infoBox__navList > ul > li:last-child {
  margin-right: 0;
}
.p-footer__infoBox__navList__text {
  font-size: 1.3rem;
  line-height: 25px;
}
@media screen and (max-width: 1199px) {
  .p-footer__infoBox__navList__text {
    font-size: calc(13 / 1200 * 100vw);
    line-height: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__infoBox__navList__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-footer__infoBox__navList__text a {
  color: #ffffff;
}
.p-footer__infoBox__contact {
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .p-footer__infoBox__contact {
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__infoBox__contact {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-footer__infoBox__contact__text {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 25px;
}
@media screen and (max-width: 1199px) {
  .p-footer__infoBox__contact__text {
    font-size: calc(13 / 1200 * 100vw);
    line-height: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__infoBox__contact__text {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.p-footer__infoBox__copyright {
  color: #ffffff;
  font-size: 1rem;
  line-height: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .p-footer__infoBox__copyright {
    font-size: calc(10 / 1200 * 100vw);
    line-height: calc(15 / 1200 * 100vw);
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__infoBox__copyright {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(15 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-drawer {
  background: linear-gradient(to right, #22bebe 0%, #425cef 100%);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    overflow: scroll;
  }
}
.p-drawer__inner {
  -ms-overflow-style: none;
  max-height: 100vh;
  overflow: scroll;
  padding-bottom: 75px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 105px;
  position: relative;
  scrollbar-width: none;
}
@media screen and (max-width: 1199px) {
  .p-drawer__inner {
    padding-bottom: calc(75 / 1200 * 100vw);
    padding-left: calc(90 / 1200 * 100vw);
    padding-right: calc(90 / 1200 * 100vw);
    padding-top: calc(105 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__inner {
    height: auto;
    padding-bottom: calc(100 / 375 * 100vw);
    padding-left: calc(25 / 375 * 100vw);
    padding-right: calc(25 / 375 * 100vw);
    padding-top: calc(75 / 375 * 100vw);
  }
}
.p-drawer__inner::-webkit-scrollbar {
  display: none;
}
.p-drawer__menuBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox {
    display: block;
  }
}
.p-drawer__menuBox__menu {
  margin-left: 200px;
}
@media screen and (max-width: 1199px) {
  .p-drawer__menuBox__menu {
    margin-left: calc(200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu {
    margin-left: 0;
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-drawer__menuBox__menu:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu:first-of-type {
    margin-top: 0;
  }
}
.p-drawer__menuBox__menu__navList > ul > li {
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .p-drawer__menuBox__menu__navList > ul > li {
    margin-top: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu__navList > ul > li {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-drawer__menuBox__menu__navList > ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu__navList > ul > li.is-service {
    align-items: center;
    display: flex;
  }
}
.p-drawer__menuBox__menu__navList > ul > li.is-service .p-drawer__menuBox__menu__navList__subNavList a {
  white-space: nowrap;
}
.p-drawer__menuBox__menu__navList a.is-noLink {
  pointer-events: none;
}
.p-drawer__menuBox__menu__navList__titleBox__en {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .p-drawer__menuBox__menu__navList__titleBox__en {
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu__navList__titleBox__en {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-drawer__menuBox__menu__navList__titleBox__ja {
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .p-drawer__menuBox__menu__navList__titleBox__ja {
    font-size: calc(12 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu__navList__titleBox__ja {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-drawer__menuBox__menu__navList__subNavList {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .p-drawer__menuBox__menu__navList__subNavList {
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu__navList__subNavList {
    border-left: 1px solid #ffffff;
    margin-left: calc(30 / 375 * 100vw);
    margin-top: 0;
    padding-bottom: calc(4 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
    padding-top: calc(3 / 375 * 100vw);
  }
}
.p-drawer__menuBox__menu__navList__subNavList > ul {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu__navList__subNavList > ul {
    display: block;
  }
}
.p-drawer__menuBox__menu__navList__subNavList > ul > li {
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .p-drawer__menuBox__menu__navList__subNavList > ul > li {
    margin-left: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu__navList__subNavList > ul > li {
    margin-left: 0;
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-drawer__menuBox__menu__navList__subNavList > ul > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu__navList__subNavList > ul > li:first-child {
    margin-top: 0;
  }
}
.p-drawer__menuBox__menu__navList__subNavList a {
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-drawer__menuBox__menu__navList__subNavList a {
    font-size: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu__navList__subNavList a {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-drawer__menuBox__menu__subNavList {
  display: none;
  margin-top: calc(40 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-drawer__menuBox__menu__subNavList {
    display: block;
  }
}
.p-drawer__menuBox__menu__subNavList > ul {
  display: flex;
  flex-wrap: wrap;
}
.p-drawer__menuBox__menu__subNavList > ul > li {
  margin-right: 1em;
}
.p-drawer__menuBox__menu__subNavList a {
  color: #ffffff;
  font-size: calc(14 / 375 * 100vw);
  line-height: calc(27 / 375 * 100vw);
}
.p-drawer .c-snsList {
  margin-top: 55px;
}
@media screen and (max-width: 1199px) {
  .p-drawer .c-snsList {
    margin-top: calc(55 / 1200 * 100vw);
  }
}
@media screen and (max-width: 1439px) {
  .p-drawer .c-snsList > ul > li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .p-drawer .c-snsList > ul > li {
    margin-left: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer .c-snsList > ul > li {
    margin-left: calc(18 / 375 * 100vw);
  }
}
.p-drawer .c-snsList > ul > li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1439px) {
  .p-drawer .c-snsList__icon {
    width: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .p-drawer .c-snsList__icon {
    width: calc(26 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer .c-snsList__icon {
    width: calc(33 / 375 * 100vw);
  }
}
.p-drawer .c-navList {
  position: absolute;
  right: 90px;
  top: 460px;
}
@media screen and (max-width: 1199px) {
  .p-drawer .c-navList {
    right: calc(90 / 1200 * 100vw);
    top: calc(460 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer .c-navList {
    margin-top: calc(60 / 375 * 100vw);
    position: static;
  }
}
@media screen and (max-width: 1439px) {
  .p-drawer .c-navList > ul > li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .p-drawer .c-navList > ul > li {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer .c-navList > ul > li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-drawer .c-navList > ul > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .p-drawer .c-navList__button a {
    border-radius: 27px;
    font-size: 13px;
    height: 53px;
    width: 261px;
  }
}
@media screen and (max-width: 1199px) {
  .p-drawer .c-navList__button a {
    border-radius: calc(27 / 1200 * 100vw);
    font-size: calc(13 / 1200 * 100vw);
    height: calc(53 / 1200 * 100vw);
    width: calc(261 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer .c-navList__button a {
    border-radius: calc(27 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    height: calc(53 / 375 * 100vw);
    margin: 0 auto;
    width: calc(261 / 375 * 100vw);
  }
}
.p-drawer .c-navList__button a:hover {
  color: #1779CD;
}
.p-drawer__close {
  background-image: url(../images/icon_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 86px;
  position: absolute;
  right: 0;
  top: 0;
  width: 86px;
  z-index: 1001;
}
@media screen and (max-width: 1439px) {
  .p-drawer__close {
    height: calc(86 / 1440 * 100vw);
    width: calc(86 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__close {
    height: calc(76 / 375 * 100vw);
    width: calc(76 / 375 * 100vw);
  }
}
.p-drawer__footerNav {
  align-items: center;
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .p-drawer__footerNav {
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__footerNav {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-drawer__footerNav__text a {
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-drawer__footerNav__text a {
    font-size: calc(11 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__footerNav__text a {
    font-size: calc(11 / 375 * 100vw);
  }
}
.p-drawer__footerNav__text + .p-drawer__footerNav__text {
  margin-left: 15px;
}
@media screen and (max-width: 1199px) {
  .p-drawer__footerNav__text + .p-drawer__footerNav__text {
    margin-left: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__footerNav__text + .p-drawer__footerNav__text {
    margin-left: calc(15 / 375 * 100vw);
  }
}
.p-drawer.is-show {
  opacity: 1;
  z-index: 1000;
}

.p-indexMainVisual {
  background-color: #dddddd;
  height: 810px;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual {
    height: calc(810 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual {
    height: calc(670 / 375 * 100vw);
  }
}
.p-indexMainVisual__inner {
  position: relative;
}
.p-indexMainVisual__text {
  -webkit-animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
          animation-duration: 1s;
          animation-fill-mode: forwards;
          animation-name: fadeInAnime;
  left: 1068px;
  opacity: 0;
  position: absolute;
  top: 86px;
  width: 95px;
}
.p-indexMainVisual__text img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__text {
    left: calc(1068 / 1440 * 100vw);
    top: calc(86 / 1440 * 100vw);
    width: calc(95 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__text {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
    left: calc(269 / 375 * 100vw);
    top: calc(85 / 375 * 100vw);
    width: calc(61 / 375 * 100vw);
  }
}
.p-indexMainVisual__imageList__image {
  -webkit-animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-duration: 1s;
          animation-fill-mode: forwards;
          animation-name: fadeInAnime;
  opacity: 0;
  position: absolute;
}
.p-indexMainVisual__imageList__image img {
  height: auto;
  width: 100%;
}
.p-indexMainVisual__imageList__image--image1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  left: 451px;
  top: 215px;
  width: 460px;
  z-index: 8;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__imageList__image--image1 {
    left: calc(451 / 1440 * 100vw);
    top: calc(215 / 1440 * 100vw);
    width: calc(460 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__imageList__image--image1 {
    left: calc(115 / 375 * 100vw);
    top: calc(316 / 375 * 100vw);
    width: calc(304 / 375 * 100vw);
  }
}
.p-indexMainVisual__imageList__image--image2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  left: 77px;
  top: 275px;
  width: 533px;
  z-index: 7;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__imageList__image--image2 {
    left: calc(77 / 1440 * 100vw);
    top: calc(275 / 1440 * 100vw);
    width: calc(533 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__imageList__image--image2 {
    left: calc(-65 / 375 * 100vw);
    top: calc(356 / 375 * 100vw);
    width: calc(328 / 375 * 100vw);
  }
}
.p-indexMainVisual__imageList__image--image3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  left: 337px;
  top: 63px;
  width: 285px;
  z-index: 6;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__imageList__image--image3 {
    left: calc(337 / 1440 * 100vw);
    top: calc(63 / 1440 * 100vw);
    width: calc(285 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__imageList__image--image3 {
    left: calc(51 / 375 * 100vw);
    top: calc(212 / 375 * 100vw);
    width: calc(174 / 375 * 100vw);
  }
}
.p-indexMainVisual__imageList__image--image4 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  left: 140px;
  top: 41px;
  width: 322px;
  z-index: 5;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__imageList__image--image4 {
    left: calc(140 / 1440 * 100vw);
    top: calc(41 / 1440 * 100vw);
    width: calc(322 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__imageList__image--image4 {
    left: calc(-46 / 375 * 100vw);
    top: calc(154 / 375 * 100vw);
    width: calc(172 / 375 * 100vw);
  }
}
.p-indexMainVisual__imageList__image--image5 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  left: 791px;
  top: 290px;
  width: 227px;
  z-index: 4;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__imageList__image--image5 {
    left: calc(791 / 1440 * 100vw);
    top: calc(290 / 1440 * 100vw);
    width: calc(227 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__imageList__image--image5 {
    left: calc(144 / 375 * 100vw);
    top: calc(114 / 375 * 100vw);
    width: calc(109 / 375 * 100vw);
  }
}
.p-indexMainVisual__imageList__image--image5.is-b {
  left: 840px;
  top: 289px;
  width: 251px;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__imageList__image--image5.is-b {
    left: calc(840 / 1440 * 100vw);
    top: calc(289 / 1440 * 100vw);
    width: calc(251 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__imageList__image--image5.is-b {
    left: calc(172 / 375 * 100vw);
    top: calc(130 / 375 * 100vw);
    width: calc(104 / 375 * 100vw);
  }
}
.p-indexMainVisual__imageList__image--image6 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  left: 522px;
  top: -42px;
  width: 257px;
  z-index: 3;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__imageList__image--image6 {
    left: calc(522 / 1440 * 100vw);
    top: calc(-42 / 1440 * 100vw);
    width: calc(257 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__imageList__image--image6 {
    left: calc(81 / 375 * 100vw);
    top: calc(72 / 375 * 100vw);
    width: calc(85 / 375 * 100vw);
  }
}
.p-indexMainVisual__imageList__image--image7 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
  left: 804px;
  top: 116px;
  width: 168px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__imageList__image--image7 {
    left: calc(804 / 1440 * 100vw);
    top: calc(116 / 1440 * 100vw);
    width: calc(168 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__imageList__image--image7 {
    left: calc(-5 / 375 * 100vw);
    top: calc(87 / 375 * 100vw);
    width: calc(101 / 375 * 100vw);
  }
}
.p-indexMainVisual__imageList__image--image8 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  left: 84px;
  top: 144px;
  width: 112px;
  z-index: 4;
}
@media screen and (max-width: 1439px) {
  .p-indexMainVisual__imageList__image--image8 {
    left: calc(84 / 1440 * 100vw);
    top: calc(144 / 1440 * 100vw);
    width: calc(112 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMainVisual__imageList__image--image8 {
    display: none;
  }
}

.p-indexNews {
  position: absolute;
  top: 750px;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .p-indexNews {
    top: calc(750 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews {
    top: calc(626 / 375 * 100vw);
  }
}
.p-indexNews__content {
  background-color: #ffffff;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  height: 236px;
  justify-content: space-between;
  margin-left: -100vw;
  padding-bottom: 45px;
  padding-left: 100vw;
  padding-right: 78px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-indexNews__content {
    box-shadow: calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw) calc(115 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
    height: calc(236 / 1440 * 100vw);
    padding-bottom: calc(45 / 1440 * 100vw);
    padding-right: calc(78 / 1440 * 100vw);
    padding-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content {
    box-shadow: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(115 / 375 * 100vw) rgba(0, 0, 0, 0.1);
    display: block;
    height: calc(365 / 375 * 100vw);
    padding-bottom: calc(115 / 375 * 100vw);
    padding-right: calc(25 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__titleBox {
    align-items: center;
    display: flex;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-indexNews__content__titleBox__en {
  width: 70px;
}
.p-indexNews__content__titleBox__en img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-indexNews__content__titleBox__en {
    width: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__titleBox__en {
    width: calc(70 / 375 * 100vw);
  }
}
.p-indexNews__content__titleBox__ja {
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 18px;
}
@media screen and (max-width: 1439px) {
  .p-indexNews__content__titleBox__ja {
    font-size: calc(13 / 1440 * 100vw);
    margin-top: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__titleBox__ja {
    font-size: calc(13 / 375 * 100vw);
    margin-left: calc(18 / 375 * 100vw);
    margin-top: 0;
  }
}
.p-indexNews__content__newsList {
  width: 890px;
}
@media screen and (max-width: 1439px) {
  .p-indexNews__content__newsList {
    width: calc(890 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__newsList {
    width: 100%;
  }
}
.p-indexNews__content__newsList > ul > li {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-indexNews__content__newsList > ul > li {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__newsList > ul > li {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-indexNews__content__newsList > ul > li:first-child {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-indexNews__content__newsList > ul > li:first-child {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__newsList > ul > li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__newsList > ul > li:nth-child(n+3) {
    display: none;
  }
}
.p-indexNews__content__newsList a {
  color: #4A4B4C;
  display: block;
}
.p-indexNews__content__newsList__newsBox {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__newsList__newsBox {
    display: block;
  }
}
.p-indexNews__content__newsList__newsBox__pubDate {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-right: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-indexNews__content__newsList__newsBox__pubDate {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__newsList__newsBox__pubDate {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-indexNews__content__newsList__newsBox__title {
  font-size: 1.4rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-indexNews__content__newsList__newsBox__title {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__newsList__newsBox__title {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
    overflow: visible;
    white-space: normal;
  }
}
.p-indexNews__content__buttonBox {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 78px;
}
@media screen and (max-width: 1439px) {
  .p-indexNews__content__buttonBox {
    width: calc(78 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__buttonBox {
    bottom: 0;
    height: calc(65 / 375 * 100vw);
    top: auto;
    width: 100%;
    width: 100%;
  }
}
.p-indexNews__content__buttonBox a {
  display: block;
  height: 100%;
  width: 100%;
}
.p-indexNews__content__buttonBox__button {
  background-color: #2A2B2C;
  height: 100%;
  width: 100%;
}
.p-indexNews__content__buttonBox__button__text {
  background-image: url(../images/button_indexNews.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 145px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
}
@media screen and (max-width: 1439px) {
  .p-indexNews__content__buttonBox__button__text {
    height: calc(145 / 1440 * 100vw);
    width: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexNews__content__buttonBox__button__text {
    background-image: url(../images/button_indexNews_sp.svg);
    bottom: 0;
    height: calc(11 / 375 * 100vw);
    left: auto;
    margin: auto 0;
    right: calc(160 / 375 * 100vw);
    width: calc(193 / 375 * 100vw);
  }
}

.p-indexPhilosophy {
  background: linear-gradient(to right, #22bebe 0%, #425cef 100%);
}
.p-indexPhilosophy__inner {
  padding-bottom: 140px;
  padding-top: 590px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-indexPhilosophy__inner {
    padding-bottom: calc(140 / 1440 * 100vw);
    padding-top: calc(590 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexPhilosophy__inner {
    padding-bottom: calc(70 / 375 * 100vw);
    padding-top: calc(545 / 375 * 100vw);
  }
}
.p-indexPhilosophy__titleBox {
  left: 139px;
  position: absolute;
  top: 143px;
}
@media screen and (max-width: 1439px) {
  .p-indexPhilosophy__titleBox {
    left: calc(139 / 1440 * 100vw);
    top: calc(143 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexPhilosophy__titleBox {
    left: calc(-34 / 375 * 100vw);
    top: calc(355 / 375 * 100vw);
  }
}
.p-indexPhilosophy__titleBox__hikkitai {
  width: 1206px;
}
.p-indexPhilosophy__titleBox__hikkitai img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-indexPhilosophy__titleBox__hikkitai {
    width: calc(1206 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexPhilosophy__titleBox__hikkitai {
    width: calc(393 / 375 * 100vw);
  }
}
.p-indexPhilosophy__titleBox__title {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  left: 853px;
  position: absolute;
  top: 319px;
}
@media screen and (max-width: 1439px) {
  .p-indexPhilosophy__titleBox__title {
    font-size: calc(16 / 1440 * 100vw);
    left: calc(853 / 1440 * 100vw);
    top: calc(319 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexPhilosophy__titleBox__title {
    font-size: calc(14 / 375 * 100vw);
    left: calc(272 / 375 * 100vw);
    top: calc(126 / 375 * 100vw);
  }
}
.p-indexPhilosophy__content {
  text-align: center;
}
.p-indexPhilosophy__content__title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  .p-indexPhilosophy__content__title {
    font-size: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexPhilosophy__content__title {
    font-size: calc(28 / 375 * 100vw);
    line-height: calc(42 / 375 * 100vw);
  }
}
.p-indexPhilosophy__content__text {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 32px;
  margin-top: 35px;
}
@media screen and (max-width: 1439px) {
  .p-indexPhilosophy__content__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
    margin-top: calc(35 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexPhilosophy__content__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    text-align: justify;
  }
}
.p-indexPhilosophy__content__button {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-indexPhilosophy__content__button {
    margin-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexPhilosophy__content__button {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-indexService {
  background-color: #EBEBEB;
}
.p-indexService__inner {
  padding-top: 515px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-indexService__inner {
    padding-top: calc(515 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__inner {
    padding-top: calc(476 / 375 * 100vw);
  }
}
.p-indexService__inner::after {
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-indexService__inner::after {
    left: 0;
    margin: 0 auto;
  }
}
.p-indexService__titleBox {
  left: -130px;
  position: absolute;
  top: 99px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__titleBox {
    left: calc(-130 / 1440 * 100vw);
    top: calc(99 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__titleBox {
    left: calc(-15 / 375 * 100vw);
    top: calc(46 / 375 * 100vw);
  }
}
.p-indexService__titleBox__hikkitai {
  width: 818px;
}
.p-indexService__titleBox__hikkitai img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-indexService__titleBox__hikkitai {
    width: calc(818 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__titleBox__hikkitai {
    width: calc(294 / 375 * 100vw);
  }
}
.p-indexService__titleBox__title {
  font-size: 1.6rem;
  font-weight: bold;
  left: 265px;
  position: absolute;
  top: 262px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__titleBox__title {
    font-size: calc(16 / 1440 * 100vw);
    left: calc(265 / 1440 * 100vw);
    top: calc(262 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__titleBox__title {
    font-size: calc(14 / 375 * 100vw);
    left: calc(95 / 375 * 100vw);
    top: calc(102 / 375 * 100vw);
  }
}
.p-indexService__serviceList {
  background-color: #2A2B2C;
  margin: 0 -100vw;
  padding: 100px 100vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-indexService__serviceList {
    padding: calc(100 / 1440 * 100vw) 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__serviceList {
    padding: calc(60 / 375 * 100vw) 100vw;
  }
}
.p-indexService__serviceList > ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-indexService__serviceList > ul {
    display: block;
  }
}
.p-indexService__serviceList > ul > li {
  border-left: 1px solid #ffffff;
  padding: 0 100px;
  width: 50%;
}
@media screen and (max-width: 1439px) {
  .p-indexService__serviceList > ul > li {
    padding: 0 calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__serviceList > ul > li {
    border-left: 0;
    border-top: 1px solid #ffffff;
    margin-top: calc(60 / 375 * 100vw);
    padding: 0;
    padding-top: calc(60 / 375 * 100vw);
    width: 100%;
  }
}
.p-indexService__serviceList > ul > li:first-child {
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .p-indexService__serviceList > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.p-indexService__serviceList__service {
  color: #ffffff;
  text-align: center;
}
.p-indexService__serviceList__service__title {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-indexService__serviceList__service__title {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__serviceList__service__title {
    font-size: calc(20 / 375 * 100vw);
  }
}
.p-indexService__serviceList__service__text {
  font-size: 1.4rem;
  line-height: 32px;
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__serviceList__service__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__serviceList__service__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    text-align: justify;
  }
}
.p-indexService__serviceList__service__button {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-indexService__serviceList__service__button {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__serviceList__service__button {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-indexService__serviceList__service__button .c-button {
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1439px) {
  .p-indexService__serviceList__service__button .c-button {
    box-shadow: calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw) rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService__serviceList__service__button .c-button {
    box-shadow: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) rgba(0, 0, 0, 0.3);
  }
}
.p-indexService--a .p-indexService__inner::after {
  background-image: url(../images/decoration_service_a.png);
  height: 561px;
  right: -10px;
  top: -43px;
  width: 520px;
}
@media screen and (max-width: 1439px) {
  .p-indexService--a .p-indexService__inner::after {
    height: calc(561 / 1440 * 100vw);
    right: calc(-10 / 1440 * 100vw);
    top: calc(-43 / 1440 * 100vw);
    width: calc(520 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService--a .p-indexService__inner::after {
    background-image: url(../images/decoration_service_a_sp.png);
    height: calc(334 / 375 * 100vw);
    left: auto;
    margin: 0;
    right: calc(-10 / 375 * 100vw);
    top: calc(148 / 375 * 100vw);
    width: calc(317 / 375 * 100vw);
  }
}
.p-indexService--b .p-indexService__inner::after {
  background-image: url(../images/decoration_service_b.png);
  height: 574px;
  right: 25px;
  top: -59px;
  width: 420px;
}
@media screen and (max-width: 1439px) {
  .p-indexService--b .p-indexService__inner::after {
    height: calc(574 / 1440 * 100vw);
    right: calc(25 / 1440 * 100vw);
    top: calc(-59 / 1440 * 100vw);
    width: calc(420 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexService--b .p-indexService__inner::after {
    background-image: url(../images/decoration_service_b_sp.png);
    height: calc(392 / 375 * 100vw);
    right: 0;
    top: calc(145 / 375 * 100vw);
    width: calc(276 / 375 * 100vw);
  }
}

.p-indexMedia {
  background-color: #EBEBEB;
}
.p-indexMedia__inner {
  padding-bottom: 300px;
  padding-top: 495px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-indexMedia__inner {
    padding-bottom: calc(300 / 1440 * 100vw);
    padding-top: calc(495 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMedia__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(220 / 375 * 100vw);
  }
}
.p-indexMedia__titleBox {
  left: 627px;
  position: absolute;
  top: 96px;
}
@media screen and (max-width: 1439px) {
  .p-indexMedia__titleBox {
    left: calc(627 / 1440 * 100vw);
    top: calc(96 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMedia__titleBox {
    left: calc(80 / 375 * 100vw);
    top: calc(47 / 375 * 100vw);
  }
}
.p-indexMedia__titleBox__hikkitai {
  width: 723px;
}
.p-indexMedia__titleBox__hikkitai img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-indexMedia__titleBox__hikkitai {
    width: calc(723 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMedia__titleBox__hikkitai {
    width: calc(260 / 375 * 100vw);
  }
}
.p-indexMedia__titleBox__title {
  font-size: 1.6rem;
  font-weight: bold;
  left: 364px;
  position: absolute;
  top: 297px;
}
@media screen and (max-width: 1439px) {
  .p-indexMedia__titleBox__title {
    font-size: calc(16 / 1440 * 100vw);
    left: calc(364 / 1440 * 100vw);
    top: calc(297 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMedia__titleBox__title {
    font-size: calc(14 / 375 * 100vw);
    left: calc(129 / 375 * 100vw);
    top: calc(112 / 375 * 100vw);
  }
}
.p-indexMedia__content__image {
  margin: 0 -360px;
}
.p-indexMedia__content__image img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-indexMedia__content__image {
    margin: 0 calc(-360 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMedia__content__image {
    display: none;
  }
}
.p-indexMedia__content__mediaList {
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  .p-indexMedia__content__mediaList {
    padding: 0 calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMedia__content__mediaList {
    display: none;
  }
}
.p-indexMedia__content__mediaList > ul {
  display: flex;
  justify-content: space-between;
}
.p-indexMedia__content__mediaList > ul > li {
  width: 338px;
}
@media screen and (max-width: 1439px) {
  .p-indexMedia__content__mediaList > ul > li {
    width: calc(338 / 1440 * 100vw);
  }
}
.p-indexMedia__content__mediaList__mediaBox__title {
  color: #1779CD;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-indexMedia__content__mediaList__mediaBox__title {
    font-size: calc(20 / 1440 * 100vw);
  }
}
.p-indexMedia__content__mediaList__mediaBox__text {
  font-size: 1.5rem;
  height: 120px;
  line-height: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-indexMedia__content__mediaList__mediaBox__text {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(120 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
.p-indexMedia__content__mediaList__mediaBox__button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-indexMedia__content__mediaList__mediaBox__button {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
.p-indexMedia__content__mediaList__mediaBox__button .c-button {
  background: #ffffff;
  color: #1779CD;
}
.p-indexMedia__content__mediaList__mediaBox__button .c-button::after {
  background-image: url(../images/icon_arrow_button.svg);
}
.p-indexMedia__content__swiper {
  display: none;
  margin-left: calc(-25 / 375 * 100vw);
  margin-right: calc(-25 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-indexMedia__content__swiper {
    display: block;
  }
}
.p-indexMedia__content__swiper .swiper-button-prev,
.p-indexMedia__content__swiper .swiper-button-next {
  top: calc(220 / 375 * 100vw);
}
.p-indexMedia__content__swiper .swiper-button-prev::after,
.p-indexMedia__content__swiper .swiper-button-next::after {
  height: calc(24 / 375 * 100vw);
  width: calc(12 / 375 * 100vw);
}
.p-indexMedia__content__swiper .c-media__textBox__text {
  height: calc(120 / 375 * 100vw);
}
.p-indexMedia__content__swiper .c-media__button {
  margin-top: calc(40 / 375 * 100vw);
}
.p-indexMedia__content__swiper .c-media__button .c-button {
  background: #ffffff;
  color: #1779CD;
}
.p-indexMedia__content__swiper .c-media__button .c-button::after {
  background-image: url(../images/icon_arrow_button.svg);
}
.p-indexMedia__content__button {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-indexMedia__content__button {
    margin-top: calc(90 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMedia__content__button {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-indexMember {
  background-color: #2A2B2C;
}
@media screen and (max-width: 767px) {
  .p-indexMember {
    background-color: #EBEBEB;
  }
}
.p-indexMember__inner {
  padding-bottom: 130px;
  padding-top: 280px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-indexMember__inner {
    padding-bottom: calc(130 / 1440 * 100vw);
    padding-top: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMember__inner {
    padding-bottom: 0;
    padding-top: calc(275 / 375 * 100vw);
  }
}
.p-indexMember__titleBox {
  left: -178px;
  position: absolute;
  top: -150px;
}
@media screen and (max-width: 1439px) {
  .p-indexMember__titleBox {
    left: calc(-178 / 1440 * 100vw);
    top: calc(-150 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMember__titleBox {
    left: calc(-15 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
  }
}
.p-indexMember__titleBox__hikkitai {
  width: 846px;
}
.p-indexMember__titleBox__hikkitai img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-indexMember__titleBox__hikkitai {
    width: calc(846 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMember__titleBox__hikkitai {
    width: calc(304 / 375 * 100vw);
  }
}
.p-indexMember__titleBox__title {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  left: 267px;
  position: absolute;
  top: 301px;
}
@media screen and (max-width: 1439px) {
  .p-indexMember__titleBox__title {
    font-size: calc(16 / 1440 * 100vw);
    left: calc(267 / 1440 * 100vw);
    top: calc(301 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMember__titleBox__title {
    color: #4A4B4C;
    font-size: calc(14 / 375 * 100vw);
    left: calc(95 / 375 * 100vw);
    top: calc(116 / 375 * 100vw);
  }
}
.p-indexMember__content {
  position: relative;
}
.p-indexMember__content::after {
  background-image: url(../images/decoration_member.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 381px;
  position: absolute;
  right: 0;
  top: -381px;
  width: 560px;
}
@media screen and (max-width: 1439px) {
  .p-indexMember__content::after {
    height: calc(381 / 1440 * 100vw);
    top: calc(-381 / 1440 * 100vw);
    width: calc(560 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMember__content::after {
    background-image: url(../images/decoration_member_sp.png);
    height: calc(265 / 375 * 100vw);
    top: calc(-125 / 375 * 100vw);
    width: calc(375 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMember__content {
    background-color: #2A2B2C;
    margin: 0 calc(-25 / 375 * 100vw);
    padding-bottom: calc(70 / 375 * 100vw);
    padding-top: calc(140 / 375 * 100vw);
  }
}
.p-indexMember__content__memberList {
  background-image: url(../images/thumbnail_member.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 316px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-indexMember__content__memberList {
    height: calc(316 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMember__content__memberList {
    background-image: url(../images/thumbnail_member_sp.png);
    height: calc(294 / 375 * 100vw);
  }
}
.p-indexMember__content__button {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-indexMember__content__button {
    margin-top: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMember__content__button {
    margin-top: calc(70 / 375 * 100vw);
  }
}
.p-indexMember__content__button .c-button {
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1439px) {
  .p-indexMember__content__button .c-button {
    box-shadow: calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw) rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .p-indexMember__content__button .c-button {
    box-shadow: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) rgba(0, 0, 0, 0.3);
  }
}

.p-indexRecruit {
  background-image: url(../images/bg_indexRecruit.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-indexRecruit {
    background-image: url(../images/bg_indexRecruit_sp.png);
  }
}
.p-indexRecruit__inner {
  padding-bottom: 130px;
  padding-top: 400px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__inner {
    padding-bottom: calc(130 / 1440 * 100vw);
    padding-top: calc(400 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__inner {
    padding-bottom: calc(70 / 375 * 100vw);
    padding-top: calc(180 / 375 * 100vw);
  }
}
.p-indexRecruit__titleBox {
  left: 440px;
  position: absolute;
  top: -61px;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__titleBox {
    left: calc(440 / 1440 * 100vw);
    top: calc(-61 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__titleBox {
    left: calc(15 / 375 * 100vw);
    top: calc(-20 / 375 * 100vw);
  }
}
.p-indexRecruit__titleBox__hikkitai {
  width: 908px;
}
.p-indexRecruit__titleBox__hikkitai img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__titleBox__hikkitai {
    width: calc(908 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__titleBox__hikkitai {
    width: calc(326 / 375 * 100vw);
  }
}
.p-indexRecruit__titleBox__title {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  left: 493px;
  position: absolute;
  top: 313px;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__titleBox__title {
    font-size: calc(16 / 1440 * 100vw);
    left: calc(493 / 1440 * 100vw);
    top: calc(313 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__titleBox__title {
    font-size: calc(14 / 375 * 100vw);
    left: calc(105 / 375 * 100vw);
    top: calc(133 / 375 * 100vw);
  }
}
.p-indexRecruit__content__text {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__content__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__content__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-indexRecruit__content__button {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__content__button {
    margin-top: calc(90 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__content__button {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-indexRecruit__content__button .c-button {
  box-shadow: 15px 15px 15px rgba(238, 87, 87, 0.3);
}
@media screen and (max-width: 1439px) {
  .p-indexRecruit__content__button .c-button {
    box-shadow: calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw) calc(15 / 1440 * 100vw) rgba(238, 87, 87, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .p-indexRecruit__content__button .c-button {
    box-shadow: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) rgba(238, 87, 87, 0.3);
  }
}

.p-philosophy__introduction {
  background: linear-gradient(to right, #22bebe 0%, #425cef 100%);
}
.p-philosophy__introduction__inner {
  padding-bottom: 140px;
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__introduction__inner {
    padding-bottom: calc(140 / 1200 * 100vw);
    padding-top: calc(120 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__introduction__inner {
    padding-bottom: calc(70 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-philosophy__introduction__entry h2 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__introduction__entry h2 {
    font-size: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__introduction__entry h2 {
    font-size: calc(28 / 375 * 100vw);
    line-height: calc(42 / 375 * 100vw);
  }
}
.p-philosophy__introduction__entry p {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 32px;
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__introduction__entry p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
    margin-top: calc(35 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__introduction__entry p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    text-align: justify;
  }
}
.p-philosophy__message {
  background-color: #F4F9FD;
  background-image: url(../images/bg_philosophy_message.png);
  background-position: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-philosophy__message {
    background-image: none;
  }
}
.p-philosophy__message__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__message__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__message__inner {
    padding-bottom: 0;
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-philosophy__message__titleBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__message__titleBox {
    margin-bottom: calc(80 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__message__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-philosophy__message__titleBox__en {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__message__titleBox__en {
    font-size: calc(30 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__message__titleBox__en {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-philosophy__message__titleBox__ja {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__message__titleBox__ja {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__message__titleBox__ja {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-philosophy__message__text {
  margin-left: 80px;
  width: 646px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__message__text {
    margin-left: calc(80 / 1200 * 100vw);
    width: calc(646 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__message__text {
    margin-left: 0;
    width: 100%;
  }
}
.p-philosophy__message__text p {
  font-size: 1.5rem;
  line-height: 32px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__message__text p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__message__text p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-philosophy__message__text p + * {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__message__text p + * {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__message__text p + * {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-philosophy__message__ceo {
  display: none;
  margin-left: calc(-25 / 375 * 100vw);
  margin-top: calc(20 / 375 * 100vw);
  width: 100vw;
}
.p-philosophy__message__ceo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-philosophy__message__ceo {
    display: block;
  }
}
.p-philosophy__vision__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__vision__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__vision__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-philosophy__vision__titleBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__vision__titleBox {
    margin-bottom: calc(80 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__vision__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-philosophy__vision__titleBox__en {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__vision__titleBox__en {
    font-size: calc(30 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__vision__titleBox__en {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-philosophy__vision__titleBox__ja {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__vision__titleBox__ja {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__vision__titleBox__ja {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-philosophy__vision__content {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-left: -140px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__vision__content {
    margin-left: calc(-140 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__vision__content {
    display: block;
    margin-left: 0;
  }
}
.p-philosophy__vision__content__textBox {
  width: 550px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__vision__content__textBox {
    width: calc(550 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__vision__content__textBox {
    width: 100%;
  }
}
.p-philosophy__vision__content__textBox__title {
  color: #1779CD;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__vision__content__textBox__title {
    font-size: calc(30 / 1200 * 100vw);
    margin-bottom: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__vision__content__textBox__title {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    text-align: center;
  }
}
.p-philosophy__vision__content__textBox__text {
  font-size: 1.5rem;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__vision__content__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__vision__content__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-philosophy__vision__content__thumbnail {
  background-image: url(../images/thumbnail_philosophy_vision.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 457px;
  margin-right: 100px;
  width: 653px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__vision__content__thumbnail {
    height: calc(457 / 1200 * 100vw);
    margin-right: calc(100 / 1200 * 100vw);
    width: calc(653 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__vision__content__thumbnail {
    background-image: url(../images/thumbnail_philosophy_vision_sp.png);
    height: calc(249 / 375 * 100vw);
    margin-left: calc(-25 / 375 * 100vw);
    margin-right: 0;
    margin-top: calc(30 / 375 * 100vw);
    width: calc(375 / 375 * 100vw);
  }
}
.p-philosophy__identity {
  margin-top: -100px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__identity {
    margin-top: calc(-100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity {
    margin-top: calc(-50 / 375 * 100vw);
  }
}
.p-philosophy__identity__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__identity__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-philosophy__identity__titleBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__identity__titleBox {
    margin-bottom: calc(80 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-philosophy__identity__titleBox__en {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__identity__titleBox__en {
    font-size: calc(30 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__titleBox__en {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-philosophy__identity__titleBox__ja {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__identity__titleBox__ja {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__titleBox__ja {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-philosophy__identity__message {
  color: #1779CD;
  font-size: 3rem;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__identity__message {
    font-size: calc(30 / 1200 * 100vw);
    line-height: calc(50 / 1200 * 100vw);
    margin-bottom: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__message {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(33 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-philosophy__identity__identityList {
  margin: 0 auto;
  width: 885px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__identity__identityList {
    width: calc(885 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__identityList {
    width: 100%;
  }
}
.p-philosophy__identity__identityList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-philosophy__identity__identityList > ul > li {
  margin-top: 45px;
  width: 243px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__identity__identityList > ul > li {
    margin-top: calc(45 / 1200 * 100vw);
    width: calc(243 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__identityList > ul > li {
    margin-top: calc(24 / 375 * 100vw);
    width: calc(146 / 375 * 100vw);
  }
}
.p-philosophy__identity__identityList > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__identityList > ul > li:nth-child(-n+3) {
    margin-top: calc(24 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__identityList > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.p-philosophy__identity__identityList__identityBox {
  align-items: center;
  background: linear-gradient(to right, #22bebe 0%, #425cef 100%);
  border-radius: 50%;
  display: flex;
  height: 243px;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__identity__identityList__identityBox {
    height: calc(243 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__identityList__identityBox {
    height: calc(146 / 375 * 100vw);
    margin: 0 auto;
  }
}
.p-philosophy__identity__identityList__identityBox::before {
  background-color: #ffffff;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 237px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 237px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__identity__identityList__identityBox::before {
    height: calc(237 / 1200 * 100vw);
    width: calc(237 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__identityList__identityBox::before {
    height: calc(142 / 375 * 100vw);
    width: calc(142 / 375 * 100vw);
  }
}
.p-philosophy__identity__identityList__identityBox__inner {
  position: relative;
  z-index: 1;
}
.p-philosophy__identity__identityList__identityBox__title {
  color: #1779CD;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__identity__identityList__identityBox__title {
    font-size: calc(20 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__identity__identityList__identityBox__title {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.p-philosophy__clients {
  background-color: rgba(165, 166, 171, 0.2);
}
.p-philosophy__clients__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__clients__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__clients__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-philosophy__clients__titleBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__clients__titleBox {
    margin-bottom: calc(80 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__clients__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-philosophy__clients__titleBox__en {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__clients__titleBox__en {
    font-size: calc(30 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__clients__titleBox__en {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-philosophy__clients__titleBox__ja {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__clients__titleBox__ja {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__clients__titleBox__ja {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-philosophy__clients__logo {
  background-image: url(../images/logo_philosophy_clients.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 287px;
  margin: 0 auto;
  width: 980px;
}
@media screen and (max-width: 1199px) {
  .p-philosophy__clients__logo {
    height: calc(287 / 1200 * 100vw);
    width: calc(980 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__clients__logo {
    background-image: url(../images/logo_philosophy_clients_sp.png);
    height: calc(320 / 375 * 100vw);
    width: 100%;
  }
}

.p-media__section__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-media__section__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-media__section__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-media__section__list {
    display: none;
  }
}
.p-media__section__list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-media__section__list__box {
  width: 100%;
}
.p-media__section__list__box__thumbnail {
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 296px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-media__section__list__box__thumbnail {
    height: calc(296 / 1200 * 100vw);
  }
}
.p-media__section__list__box__textBox {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .p-media__section__list__box__textBox {
    margin-top: calc(20 / 1200 * 100vw);
  }
}
.p-media__section__list__box__textBox__title {
  color: #1779CD;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-media__section__list__box__textBox__title {
    font-size: calc(16 / 1200 * 100vw);
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
.p-media__section__list__box__textBox__text {
  font-size: 1.5rem;
  height: 90px;
  line-height: 30px;
  margin: 0 auto;
  width: 410px;
}
@media screen and (max-width: 1199px) {
  .p-media__section__list__box__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    height: calc(90 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
    width: calc(410 / 1200 * 100vw);
  }
}
.p-media__section__list__box__button {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-media__section__list__box__button {
    margin-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-media__section__list__box__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.p-media__section__list--col2 > ul > li {
  width: 540px;
}
@media screen and (max-width: 1199px) {
  .p-media__section__list--col2 > ul > li {
    width: calc(540 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-media__section__list--col2 > ul > li {
    width: 100%;
  }
}
.p-media__section__list--col2 > ul > li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-media__section__list--col2 > ul > li:nth-child(-n+2) {
    margin-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-media__section__list--col2 > ul > li:first-child {
    margin-top: 0;
  }
}
.p-media__section__list--col3 > ul {
  justify-content: center;
}
.p-media__section__list--col3 > ul > li {
  width: 260px;
}
@media screen and (max-width: 1199px) {
  .p-media__section__list--col3 > ul > li {
    width: calc(260 / 1200 * 100vw);
  }
}
.p-media__section__list--col3 > ul > li + li {
  margin-left: 66px;
}
@media screen and (max-width: 1199px) {
  .p-media__section__list--col3 > ul > li + li {
    margin-left: calc(66 / 1200 * 100vw);
  }
}
.p-media__section__swiper {
  display: none;
  margin-left: calc(-25 / 375 * 100vw);
  margin-right: calc(-25 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-media__section__swiper {
    display: block;
  }
}
.p-media__section__swiper .swiper-button-prev,
.p-media__section__swiper .swiper-button-next {
  top: calc(220 / 375 * 100vw);
}
.p-media__section__swiper .swiper-button-prev::after,
.p-media__section__swiper .swiper-button-next::after {
  height: calc(24 / 375 * 100vw);
  width: calc(12 / 375 * 100vw);
}
.p-media__section--sns {
  background-color: rgba(165, 166, 171, 0.15);
}
.p-media__section--sns .p-media__section__list__box__thumbnail {
  height: 266px;
  margin: 0 auto;
  width: 132px;
}
@media screen and (max-width: 1199px) {
  .p-media__section--sns .p-media__section__list__box__thumbnail {
    height: calc(266 / 1200 * 100vw);
    width: calc(132 / 1200 * 100vw);
  }
}
.p-media__section--sns .p-media__section__list__box__textBox {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-media__section--sns .p-media__section__list__box__textBox {
    margin-top: calc(50 / 1200 * 100vw);
  }
}
.p-media__section--sns .p-media__section__list__box__textBox__title {
  text-align: center;
}

.lity-close {
  background-image: url(../images/icon_close_lity.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 31px;
  right: 12px;
  top: 12px;
  width: 31px;
}
@media screen and (max-width: 1199px) {
  .lity-close {
    height: calc(31 / 1200 * 100vw);
    right: calc(12 / 1200 * 100vw);
    top: calc(12 / 1200 * 100vw);
    width: calc(31 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lity-close {
    height: calc(26 / 375 * 100vw);
    right: calc(12 / 375 * 100vw);
    top: calc(12 / 375 * 100vw);
    width: calc(26 / 375 * 100vw);
  }
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  background-image: url(../images/icon_close_lity.svg);
  font-size: 0;
}
.lity-close:active {
  top: 12px;
}
@media screen and (max-width: 1199px) {
  .lity-close:active {
    top: calc(12 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lity-close:active {
    top: calc(12 / 375 * 100vw);
  }
}

.p-member__section__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-member__section__list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-member__section__list > ul > li {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list > ul > li {
    margin-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list > ul > li {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-member__section__list a {
  color: #4A4B4C;
}
.p-member__section__list a:hover {
  opacity: 1;
}
.p-member__section__list a:hover .p-member__section__list__box::after {
  opacity: 0.8;
}
.p-member__section__list__box {
  position: relative;
  width: 100%;
}
.p-member__section__list__box::after {
  align-items: center;
  background: linear-gradient(to right, #22bebe 0%, #425cef 100%);
  color: #ffffff;
  content: "VIEW MORE";
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  height: 123px;
  justify-content: center;
  left: 0;
  letter-spacing: 0.05em;
  margin: 0 auto;
  opacity: 0.8;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 30px;
  transition: 0.3s;
  width: 217px;
  width: 217px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list__box::after {
    font-size: calc(16 / 1200 * 100vw);
    height: calc(123 / 1200 * 100vw);
    top: calc(30 / 1200 * 100vw);
    width: calc(217 / 1200 * 100vw);
    width: calc(217 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list__box::after {
    display: none;
  }
}
.p-member__section__list__box__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 100%;
}
.p-member__section__list__box__textBox {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list__box__textBox {
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list__box__textBox {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-member__section__list__box__textBox__title {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list__box__textBox__title {
    font-size: calc(13 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list__box__textBox__title {
    font-size: calc(11 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    white-space: nowrap;
  }
}
.p-member__section__list__box__textBox__nameBox__ja {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list__box__textBox__nameBox__ja {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list__box__textBox__nameBox__ja {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-member__section__list__box__textBox__nameBox__en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list__box__textBox__nameBox__en {
    font-size: calc(13 / 1200 * 100vw);
    margin-top: calc(5 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list__box__textBox__nameBox__en {
    font-size: calc(11 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
}
.p-member__section__list__lity {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  position: relative;
  width: 843px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list__lity {
    padding: calc(50 / 1200 * 100vw);
    width: calc(843 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list__lity {
    display: block;
    padding: calc(25 / 375 * 100vw);
    width: calc(325 / 375 * 100vw);
  }
}
.p-member__section__list__lity__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 380px;
  width: 303px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list__lity__thumbnail {
    height: calc(380 / 1200 * 100vw);
    width: calc(303 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list__lity__thumbnail {
    background-position: top;
    height: calc(290 / 375 * 100vw);
    width: calc(275 / 375 * 100vw);
  }
}
.p-member__section__list__lity__textBox {
  padding-top: 25px;
  width: 366px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list__lity__textBox {
    padding-top: calc(25 / 1200 * 100vw);
    width: calc(366 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list__lity__textBox {
    margin-top: calc(20 / 375 * 100vw);
    padding-top: 0;
    width: 100%;
  }
}
.p-member__section__list__lity__textBox__nameBox__title {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list__lity__textBox__nameBox__title {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list__lity__textBox__nameBox__title {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-member__section__list__lity__textBox__nameBox__ja {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list__lity__textBox__nameBox__ja {
    font-size: calc(16 / 1200 * 100vw);
    margin-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list__lity__textBox__nameBox__ja {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-member__section__list__lity__textBox__text {
  -ms-overflow-style: none;
  font-size: 1.4rem;
  height: 280px;
  line-height: 28px;
  margin-top: 15px;
  overflow: scroll;
  scrollbar-width: none;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list__lity__textBox__text {
    font-size: calc(14 / 1200 * 100vw);
    height: calc(280 / 1200 * 100vw);
    line-height: calc(28 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list__lity__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-member__section__list__lity__textBox__text::-webkit-scrollbar {
  display: none;
}
.p-member__section__list--col3 > ul > li {
  width: 374px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list--col3 > ul > li {
    width: calc(374 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list--col3 > ul > li {
    width: calc(155 / 375 * 100vw);
  }
}
.p-member__section__list--col3 > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-member__section__list--col3 > ul > li:nth-child(-n+3) {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list--col3 > ul > li:first-child {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list--col3 > ul > li:first-child .p-member__section__list__box__thumbnail {
    height: calc(215 / 375 * 100vw);
  }
}
.p-member__section__list--col3 > ul > li .p-member__section__list__box__thumbnail {
  height: 247px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list--col3 > ul > li .p-member__section__list__box__thumbnail {
    height: calc(247 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list--col3 > ul > li .p-member__section__list__box__thumbnail {
    height: calc(101 / 375 * 100vw);
  }
}
.p-member__section__list--col3 .p-member__section__list__box::after {
  height: 187px;
  width: 314px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list--col3 .p-member__section__list__box::after {
    height: calc(187 / 1200 * 100vw);
    width: calc(314 / 1200 * 100vw);
  }
}
.p-member__section__list--col4 > ul > li {
  width: 277px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list--col4 > ul > li {
    width: calc(277 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list--col4 > ul > li {
    width: calc(155 / 375 * 100vw);
  }
}
.p-member__section__list--col4 > ul > li:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-member__section__list--col4 > ul > li:nth-child(-n+4) {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list--col4 > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.p-member__section__list--col4 > ul > li .p-member__section__list__box__thumbnail {
  height: 183px;
}
@media screen and (max-width: 1199px) {
  .p-member__section__list--col4 > ul > li .p-member__section__list__box__thumbnail {
    height: calc(183 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section__list--col4 > ul > li .p-member__section__list__box__thumbnail {
    height: calc(101 / 375 * 100vw);
  }
}
.p-member__section--general {
  margin-top: -70px;
}
@media screen and (max-width: 1199px) {
  .p-member__section--general {
    margin-top: calc(-70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-member__section--general {
    margin-top: calc(-50 / 375 * 100vw);
  }
}

.p-company__inner {
  padding-bottom: 100px;
  padding-left: 211px;
  padding-right: 211px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-company__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 1199px) {
  .p-company__inner {
    padding-left: calc(211 / 1200 * 100vw);
    padding-right: calc(211 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company__detailList > ul > li {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__detailList > ul > li:first-child {
    margin-top: 0;
  }
}
.p-company__detailList__detailBox {
  align-items: center;
  display: flex;
  height: 93px;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .p-company__detailList__detailBox {
    height: calc(93 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__detailList__detailBox {
    display: block;
    height: auto;
  }
}
.p-company__detailList__detailBox__titleBox {
  flex-shrink: 0;
  padding-left: 45px;
  width: 253px;
}
@media screen and (max-width: 1199px) {
  .p-company__detailList__detailBox__titleBox {
    padding-left: calc(34 / 1200 * 100vw);
    width: calc(253 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__detailList__detailBox__titleBox {
    padding-left: 0;
    width: 100%;
  }
}
.p-company__detailList__detailBox__titleBox__title {
  align-items: center;
  color: #1779CD;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 30px;
  padding-left: 96px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .p-company__detailList__detailBox__titleBox__title {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
    padding-left: calc(96 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__detailList__detailBox__titleBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    padding-left: calc(46 / 375 * 100vw);
  }
}
.p-company__detailList__detailBox__titleBox__title::before {
  background: linear-gradient(#22bebe 0%, #425cef 100%);
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 56px;
}
@media screen and (max-width: 1199px) {
  .p-company__detailList__detailBox__titleBox__title::before {
    width: calc(56 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__detailList__detailBox__titleBox__title::before {
    width: calc(30 / 375 * 100vw);
  }
}
.p-company__detailList__detailBox__entry {
  flex-shrink: 0;
  padding-left: 70px;
  width: 484px;
}
@media screen and (max-width: 1199px) {
  .p-company__detailList__detailBox__entry {
    padding-left: calc(70 / 1200 * 100vw);
    width: calc(484 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__detailList__detailBox__entry {
    padding-left: calc(46 / 375 * 100vw);
    width: 100%;
  }
}
.p-company__detailList__detailBox__entry p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 1199px) {
  .p-company__detailList__detailBox__entry p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__detailList__detailBox__entry p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-access {
  background-color: rgba(165, 166, 171, 0.15);
}
.p-access__inner {
  padding-bottom: 170px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-access__inner {
    padding-bottom: calc(170 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-access__content__section + .p-access__content__section {
  margin-top: 155px;
}
@media screen and (max-width: 1199px) {
  .p-access__content__section + .p-access__content__section {
    margin-top: calc(155 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-access__content__section + .p-access__content__section {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-access__content__section__inner {
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-access__content__section__inner {
    padding-top: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-access__content__section__inner {
    padding-top: 0;
  }
}
.p-access__content__section__map {
  height: 729px;
  left: 244px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: calc(100% - 244px);
}
@media screen and (max-width: 1199px) {
  .p-access__content__section__map {
    height: calc(729 / 1200 * 100vw);
    left: calc(244 / 1200 * 100vw);
    width: calc(100% - (244 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-access__content__section__map {
    height: calc(307 / 375 * 100vw);
    position: static;
    width: 100vw;
  }
}
.p-access__content__section__map iframe {
  height: 100%;
  margin-top: -170px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-access__content__section__map iframe {
    margin-top: calc(-170 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-access__content__section__map iframe {
    margin-top: calc(-80 / 375 * 100vw);
  }
}
.p-access__content__section__textBox {
  background-color: #ffffff;
  height: 415px;
  left: 120px;
  padding: 65px;
  position: relative;
  top: 0;
  width: 503px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .p-access__content__section__textBox {
    height: calc(415 / 1200 * 100vw);
    left: calc(120 / 1200 * 100vw);
    padding: calc(65 / 1200 * 100vw);
    width: calc(503 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-access__content__section__textBox {
    height: auto;
    left: 0;
    margin: 0 auto;
    margin-top: calc(-60 / 375 * 100vw);
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
    right: 0;
    width: calc(325 / 375 * 100vw);
  }
}
.p-access__content__section__textBox__infoBox__title {
  color: #1779CD;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-access__content__section__textBox__infoBox__title {
    font-size: calc(15 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-access__content__section__textBox__infoBox__title {
    font-size: calc(17 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-access__content__section__textBox__infoBox__entry p {
  font-size: 1.5rem;
  line-height: 29px;
}
@media screen and (max-width: 1199px) {
  .p-access__content__section__textBox__infoBox__entry p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(29 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-access__content__section__textBox__infoBox__entry p {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-access__content__section__textBox__distance {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .p-access__content__section__textBox__distance {
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-access__content__section__textBox__distance {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-access__content__section__textBox__distance__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-access__content__section__textBox__distance__title {
    font-size: calc(15 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-access__content__section__textBox__distance__title {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-access__content__section__textBox__distance__entry p {
  font-size: 1.5rem;
  line-height: 29px;
}
@media screen and (max-width: 1199px) {
  .p-access__content__section__textBox__distance__entry p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(29 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-access__content__section__textBox__distance__entry p {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-access__content__section__textBox__button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-access__content__section__textBox__button {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-access__content__section__textBox__button {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-archive__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-archive__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-archive__navGroup {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-archive__navGroup {
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__navGroup {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-archive__navGroup__navBox {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-archive__navGroup__navBox {
    display: block;
  }
}
.p-archive__navGroup__navBox__title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08;
  width: 130px;
}
@media screen and (max-width: 1199px) {
  .p-archive__navGroup__navBox__title {
    font-size: calc(15 / 1200 * 100vw);
    width: calc(130 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__navGroup__navBox__title {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
    text-align: center;
    width: 100%;
  }
}
.p-archive__navGroup__navBox__navList > ul {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-archive__navGroup__navBox__navList > ul {
    justify-content: center;
  }
}
.p-archive__navGroup__navBox__navList > ul > li + li {
  margin-left: 3em;
}
.p-archive__navGroup__navBox__navList a {
  color: #BABABA;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08;
}
@media screen and (max-width: 1199px) {
  .p-archive__navGroup__navBox__navList a {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__navGroup__navBox__navList a {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-archive__navGroup__navBox__navList a.is-current, .p-archive__navGroup__navBox__navList a:hover {
  color: #1779CD;
  opacity: 1;
}
.p-archive__postList > ul > li {
  border-bottom: 1px solid rgba(23, 121, 205, 0.2);
  padding: 50px 0;
}
@media screen and (max-width: 1199px) {
  .p-archive__postList > ul > li {
    padding: calc(50 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__postList > ul > li {
    padding: calc(30 / 375 * 100vw) 0;
  }
}
.p-archive__postList > ul > li:first-child {
  border-top: 1px solid rgba(23, 121, 205, 0.2);
}
.p-archive__postList__postBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.p-archive__postList__postBox__pubDate {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 28px;
  width: 120px;
}
@media screen and (max-width: 1199px) {
  .p-archive__postList__postBox__pubDate {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(28 / 1200 * 100vw);
    width: calc(120 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__postList__postBox__pubDate {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw);
    width: calc(90 / 375 * 100vw);
  }
}
.p-archive__postList__postBox__tag {
  width: 100px;
}
@media screen and (max-width: 1199px) {
  .p-archive__postList__postBox__tag {
    width: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__postList__postBox__tag {
    width: auto;
  }
}
.p-archive__postList__postBox__tag a {
  align-items: center;
  border: 1px solid #1779CD;
  border-radius: 5px;
  display: inline-flex;
  font-size: 1.2rem;
  height: 24px;
  letter-spacing: 0.08em;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .p-archive__postList__postBox__tag a {
    border-radius: calc(5 / 1200 * 100vw);
    font-size: calc(12 / 1200 * 100vw);
    height: calc(24 / 1200 * 100vw);
    padding: 0 calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__postList__postBox__tag a {
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw);
  }
}
.p-archive__postList__postBox__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 28px;
  width: 930px;
}
@media screen and (max-width: 1199px) {
  .p-archive__postList__postBox__title {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(28 / 1200 * 100vw);
    width: calc(930 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-archive__postList__postBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    width: 100%;
  }
}
.p-archive__postList__postBox__title a {
  color: #4A4B4C;
}

.p-service__titleBox {
  background-color: #4A4B4C;
}
.p-service__titleBox__inner {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1199px) {
  .p-service__titleBox__inner {
    padding-bottom: calc(40 / 1200 * 100vw);
    padding-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__titleBox__inner {
    padding-bottom: calc(15 / 375 * 100vw);
    padding-top: calc(15 / 375 * 100vw);
  }
}
.p-service__titleBox__en {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-service__titleBox__en {
    font-size: calc(30 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__titleBox__en {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-service__titleBox__ja {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-service__titleBox__ja {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__titleBox__ja {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-service__messageBox {
  background: linear-gradient(to right, #22bebe 0%, #425cef 100%);
}
.p-service__messageBox__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-service__messageBox__inner {
    padding-bottom: calc(50 / 1200 * 100vw);
    padding-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__messageBox__inner {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-service__messageBox__title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-service__messageBox__title {
    font-size: calc(30 / 1200 * 100vw);
    line-height: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__messageBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-service__messageBox__text {
  color: #ffffff;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  line-height: 42px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-service__messageBox__text {
    font-size: calc(23 / 1200 * 100vw);
    line-height: calc(42 / 1200 * 100vw);
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__messageBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-service__section__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__inner {
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
.p-service__section__featureList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-service__section__featureList > ul {
    display: block;
  }
}
.p-service__section__featureList > ul > li {
  width: 243px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__featureList > ul > li {
    width: calc(243 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__featureList > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__featureList > ul > li + li {
    margin-top: calc(45 / 375 * 100vw);
  }
}
.p-service__section__featureList__featureBox {
  width: 100%;
}
.p-service__section__featureList__featureBox__iconBox {
  align-items: center;
  background: linear-gradient(to right, #22bebe 0%, #425cef 100%);
  border-radius: 50%;
  display: flex;
  height: 243px;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-service__section__featureList__featureBox__iconBox {
    height: calc(243 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__featureList__featureBox__iconBox {
    height: calc(182 / 375 * 100vw);
    margin: 0 auto;
    width: calc(182 / 375 * 100vw);
  }
}
.p-service__section__featureList__featureBox__iconBox::before {
  background-color: #ffffff;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 237px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 237px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__featureList__featureBox__iconBox::before {
    height: calc(237 / 1200 * 100vw);
    width: calc(237 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__featureList__featureBox__iconBox::before {
    height: calc(178 / 375 * 100vw);
    width: calc(178 / 375 * 100vw);
  }
}
.p-service__section__featureList__featureBox__iconBox__inner {
  position: relative;
  z-index: 1;
}
.p-service__section__featureList__featureBox__iconBox__title {
  color: #1779CD;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-service__section__featureList__featureBox__iconBox__title {
    font-size: calc(17 / 1200 * 100vw);
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__featureList__featureBox__iconBox__title {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-service__section__featureList__featureBox__iconBox__number {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-service__section__featureList__featureBox__iconBox__number {
    font-size: calc(17 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__featureList__featureBox__iconBox__number {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-service__section__featureList__featureBox__iconBox__number span {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 3.7rem;
  font-weight: 500;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .p-service__section__featureList__featureBox__iconBox__number span {
    font-size: calc(37 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__featureList__featureBox__iconBox__number span {
    font-size: calc(29 / 375 * 100vw);
  }
}
.p-service__section__featureList__featureBox__text {
  font-size: 1.4rem;
  line-height: 27px;
  margin-top: 40px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-service__section__featureList__featureBox__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(27 / 1200 * 100vw);
    margin-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__featureList__featureBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-service__section__voiceList {
  background-color: #ffffff;
  padding-bottom: 90px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 70px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__voiceList {
    padding-bottom: calc(90 / 1200 * 100vw);
    padding-left: calc(50 / 1200 * 100vw);
    padding-right: calc(50 / 1200 * 100vw);
    padding-top: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList {
    padding-bottom: calc(0 / 375 * 100vw);
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
  }
}
.p-service__section__voiceList__title {
  color: #1779CD;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-service__section__voiceList__title {
    font-size: calc(18 / 1200 * 100vw);
    margin-bottom: calc(65 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__title {
    display: none;
  }
}
.p-service__section__voiceList__swiper .swiper-container {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__swiper .swiper-container {
    background-color: rgba(165, 166, 171, 0.15);
    padding-bottom: calc(50 / 375 * 100vw);
  }
}
.p-service__section__voiceList__swiper .swiper-button-prev,
.p-service__section__voiceList__swiper .swiper-button-next {
  bottom: 0;
  top: auto;
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__swiper .swiper-button-prev,
.p-service__section__voiceList__swiper .swiper-button-next {
    bottom: calc(6 / 375 * 100vw);
  }
}
.p-service__section__voiceList__swiper .swiper-button-prev:after,
.p-service__section__voiceList__swiper .swiper-button-next:after {
  height: 9px;
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__voiceList__swiper .swiper-button-prev:after,
.p-service__section__voiceList__swiper .swiper-button-next:after {
    height: calc(9 / 1200 * 100vw);
    width: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__swiper .swiper-button-prev:after,
.p-service__section__voiceList__swiper .swiper-button-next:after {
    height: calc(9 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
  }
}
.p-service__section__voiceList__swiper .swiper-button-prev {
  left: 0;
}
.p-service__section__voiceList__swiper .swiper-button-prev:after {
  background-image: url(../images/icon_prev_voice.svg);
}
.p-service__section__voiceList__swiper .swiper-button-next {
  right: 0;
}
.p-service__section__voiceList__swiper .swiper-button-next:after {
  background-image: url(../images/icon_next_voice.svg);
}
.p-service__section__voiceList__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ffffff;
  border: 1px solid #BEBEBE;
}
@media screen and (max-width: 1199px) {
  .p-service__section__voiceList__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    height: calc(15 / 1200 * 100vw);
    margin: 0 calc(10 / 1200 * 100vw);
    width: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid transparent;
    height: calc(12 / 375 * 100vw);
    margin: 0 calc(8 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
  }
}
.p-service__section__voiceList__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #1779CD;
  border: 1px solid #1779CD;
}
.p-service__section__voiceList__voiceBox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__voiceList__voiceBox {
    padding-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__voiceBox {
    background-color: #ffffff;
    display: block;
    height: calc(560 / 375 * 100vw);
    padding-bottom: 0;
    position: relative;
  }
}
.p-service__section__voiceList__voiceBox__textBox {
  padding-right: 25px;
  width: 550px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__voiceList__voiceBox__textBox {
    padding-right: calc(25 / 1200 * 100vw);
    width: calc(550 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__voiceBox__textBox {
    padding: calc(25 / 375 * 100vw);
    width: 100%;
  }
}
.p-service__section__voiceList__voiceBox__textBox__titleBox__title {
  color: #1779CD;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__voiceList__voiceBox__textBox__titleBox__title {
    font-size: calc(20 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__voiceBox__textBox__titleBox__title {
    font-size: calc(16 / 375 * 100vw);
    height: calc(67 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__voiceBox__textBox__titleBox__title br {
    display: none;
  }
}
.p-service__section__voiceList__voiceBox__textBox__titleBox__text {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__voiceList__voiceBox__textBox__titleBox__text {
    font-size: calc(18 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__voiceBox__textBox__titleBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-service__section__voiceList__voiceBox__textBox__text {
  -ms-overflow-style: none;
  height: 200px;
  overflow: scroll;
  scrollbar-width: none;
}
@media screen and (max-width: 1199px) {
  .p-service__section__voiceList__voiceBox__textBox__text {
    height: calc(200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__voiceBox__textBox__text {
    height: calc(200 / 375 * 100vw);
  }
}
.p-service__section__voiceList__voiceBox__textBox__text::-webkit-scrollbar {
  display: none;
}
.p-service__section__voiceList__voiceBox__textBox__text p {
  font-size: 1.4rem;
  line-height: 27px;
  margin-top: 15px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-service__section__voiceList__voiceBox__textBox__text p {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(27 / 1200 * 100vw);
    margin-top: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__voiceBox__textBox__text p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-service__section__voiceList__voiceBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 300px;
  width: 453px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__voiceList__voiceBox__thumbnail {
    height: calc(300 / 1200 * 100vw);
    width: calc(453 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__voiceList__voiceBox__thumbnail {
    bottom: 0;
    height: calc(209 / 375 * 100vw);
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.p-service__section__flowList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-service__section__flowList > ul {
    display: block;
  }
}
.p-service__section__flowList > ul > li {
  width: 160px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__flowList > ul > li {
    width: calc(160 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__flowList > ul > li {
    margin-top: calc(65 / 375 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__flowList > ul > li:first-child {
    margin-top: 0;
  }
}
.p-service__section__flowList > ul > li:last-child .p-service__section__flowList__flowBox__icon::after {
  display: none;
}
.p-service__section__flowList__flowBox {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__section__flowList__flowBox {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.p-service__section__flowList__flowBox__icon {
  background-color: rgba(237, 237, 238, 0.4);
  height: 126px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 60px;
  width: 126px;
}
.p-service__section__flowList__flowBox__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-service__section__flowList__flowBox__icon {
    top: calc(60 / 1200 * 100vw);
    width: calc(126 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__flowList__flowBox__icon {
    position: static;
    width: calc(115 / 375 * 100vw);
  }
}
.p-service__section__flowList__flowBox__icon::after {
  background-image: url(../images/icon_arrow_flow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  position: absolute;
  right: -42px;
  top: 55px;
  width: 11px;
}
@media screen and (max-width: 1199px) {
  .p-service__section__flowList__flowBox__icon::after {
    height: calc(18 / 1200 * 100vw);
    right: calc(-42 / 1200 * 100vw);
    top: calc(55 / 1200 * 100vw);
    width: calc(11 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__flowList__flowBox__icon::after {
    background-image: url(../images/icon_arrow_flow_down.svg);
    bottom: calc(-40 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
    left: calc(74 / 375 * 100vw);
    margin: 0 auto;
    right: auto;
    top: auto;
    width: calc(28 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__flowList__flowBox__textBox {
    width: calc(150 / 375 * 100vw);
  }
}
.p-service__section__flowList__flowBox__textBox__label {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-service__section__flowList__flowBox__textBox__label {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__flowList__flowBox__textBox__label {
    font-size: calc(23 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: left;
  }
}
.p-service__section__flowList__flowBox__textBox__text {
  align-items: center;
  color: #1779CD;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 46px;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 25px;
  margin: 0 -10px;
  margin-top: 210px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .p-service__section__flowList__flowBox__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    height: calc(46 / 1200 * 100vw);
    line-height: calc(25 / 1200 * 100vw);
    margin: 0 calc(-10 / 1200 * 100vw);
    margin-top: calc(210 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__flowList__flowBox__textBox__text {
    color: #4A4B4C;
    display: block;
    font-size: calc(16 / 375 * 100vw);
    height: auto;
    line-height: calc(25 / 375 * 100vw);
    margin: 0;
    margin-top: 0;
    text-align: left;
  }
}
.p-service__section__button {
  margin-top: 140px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-service__section__button {
    margin-top: calc(140 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service__section__button {
    margin-top: calc(70 / 375 * 100vw);
  }
}
.p-service__section--voice {
  background-color: rgba(165, 166, 171, 0.15);
}
.p-service--newGraduate .p-service__messageBox__text {
  font-size: 1.5rem;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-service--newGraduate .p-service__messageBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service--newGraduate .p-service__messageBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-service--newGraduate .p-service__section__featureList {
  margin: 0 auto;
  width: 860px;
}
@media screen and (max-width: 1199px) {
  .p-service--newGraduate .p-service__section__featureList {
    width: calc(860 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-service--newGraduate .p-service__section__featureList {
    width: 100%;
  }
}

.p-privacy__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-privacy__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-privacy__section__inner {
  margin: 0 auto;
  width: 967px;
}
@media screen and (max-width: 1199px) {
  .p-privacy__section__inner {
    width: calc(967 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__section__inner {
    width: 100%;
  }
}
.p-privacy__section__entry p {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-privacy__section__entry p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__section__entry p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-privacy__section__policyList {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-privacy__section__policyList {
    margin-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__section__policyList {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-privacy__section__policyList > ul > li + li {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-privacy__section__policyList > ul > li + li {
    margin-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__section__policyList > ul > li + li {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-privacy__section__policyList__policyBox__title {
  color: #1779CD;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-privacy__section__policyList__policyBox__title {
    font-size: calc(20 / 1200 * 100vw);
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__section__policyList__policyBox__title {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-privacy__section__policyList__policyBox__text {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-privacy__section__policyList__policyBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__section__policyList__policyBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-privacy__section__signature {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-privacy__section__signature {
    margin-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__section__signature {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-privacy__section__signature p {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-privacy__section__signature p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__section__signature p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-privacy__section__signature p + p {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .p-privacy__section__signature p + p {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__section__signature p + p {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-terms__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-terms__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-terms__section__inner {
  margin: 0 auto;
  width: 967px;
}
@media screen and (max-width: 1199px) {
  .p-terms__section__inner {
    width: calc(967 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms__section__inner {
    width: 100%;
  }
}
.p-terms__section__entry p {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-terms__section__entry p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms__section__entry p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-terms__section__entry p + * {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-terms__section__entry p + * {
    margin-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms__section__entry p + * {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-terms__section__entry h3 {
  color: #1779CD;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .p-terms__section__entry h3 {
    font-size: calc(20 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms__section__entry h3 {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-policy__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-policy__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-policy__section__inner {
  margin: 0 auto;
  width: 967px;
}
@media screen and (max-width: 1199px) {
  .p-policy__section__inner {
    width: calc(967 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-policy__section__inner {
    width: 100%;
  }
}
.p-policy__section__entry p {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: justify;
}
@media screen and (max-width: 1199px) {
  .p-policy__section__entry p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-policy__section__entry p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.p-policy__section__entry p + * {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-policy__section__entry p + * {
    margin-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-policy__section__entry p + * {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-policy__section__entry h3 {
  color: #1779CD;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .p-policy__section__entry h3 {
    font-size: calc(20 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
    margin-bottom: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-policy__section__entry h3 {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}

.p-single__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-single__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-single__titleBox {
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .p-single__titleBox {
    margin-bottom: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__titleBox {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-single__titleBox__tag {
  align-items: center;
  border: 1px solid #1779CD;
  border-radius: 5px;
  display: inline-flex;
  font-size: 1.2rem;
  height: 24px;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .p-single__titleBox__tag {
    border-radius: calc(5 / 1200 * 100vw);
    font-size: calc(12 / 1200 * 100vw);
    height: calc(24 / 1200 * 100vw);
    margin-bottom: calc(25 / 1200 * 100vw);
    padding: 0 calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__titleBox__tag {
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw);
  }
}
.p-single__titleBox__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 35px;
}
@media screen and (max-width: 1199px) {
  .p-single__titleBox__title {
    font-size: calc(25 / 1200 * 100vw);
    line-height: calc(35 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__titleBox__title {
    font-size: calc(23 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}
.p-single__entry p {
  font-size: 1.5rem;
  line-height: 28px;
}
@media screen and (max-width: 1199px) {
  .p-single__entry p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(28 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__entry p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-single__pubDate {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .p-single__pubDate {
    font-size: calc(15 / 1200 * 100vw);
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__pubDate {
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-single__button {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-single__button {
    margin-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-single__button {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-contact__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-contact__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-contact__flowGroup {
  background-color: rgba(165, 166, 171, 0.15);
}
.p-contact__flowGroup__inner {
  margin: 0 auto 100px;
  padding: 70px 0;
  width: 840px;
}
@media screen and (max-width: 1199px) {
  .p-contact__flowGroup__inner {
    margin: 0 auto calc(100 / 1200 * 100vw);
    padding: calc(70 / 1200 * 100vw) 0;
    width: calc(840 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__flowGroup__inner {
    margin: 0 auto calc(50 / 375 * 100vw);
    padding: calc(50 / 375 * 100vw) 0;
    width: 100%;
  }
}
.p-contact__flowGroup__title {
  color: #1779CD;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .p-contact__flowGroup__title {
    font-size: calc(24 / 1200 * 100vw);
    margin-bottom: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__flowGroup__title {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
    text-align: center;
  }
}
.p-contact__flowGroup__flowList > ul > li + li {
  margin-top: 70px;
}
@media screen and (max-width: 1199px) {
  .p-contact__flowGroup__flowList > ul > li + li {
    margin-top: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__flowGroup__flowList > ul > li + li {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-contact__flowGroup__flowList > ul > li:last-child .p-contact__flowGroup__flowList__flowBox::after {
  display: none;
}
.p-contact__flowGroup__flowList__flowBox {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  padding: 30px 20px 30px 34px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-contact__flowGroup__flowList__flowBox {
    padding: calc(30 / 1200 * 100vw) calc(20 / 1200 * 100vw) calc(30 / 1200 * 100vw) calc(34 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__flowGroup__flowList__flowBox {
    justify-content: space-between;
    padding: calc(20 / 375 * 100vw);
  }
}
.p-contact__flowGroup__flowList__flowBox::after {
  background-image: url(../images/icon_arrow_flow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -40px;
  content: "";
  display: inline-block;
  height: 15px;
  left: 353px;
  position: absolute;
  width: 28px;
}
@media screen and (max-width: 1199px) {
  .p-contact__flowGroup__flowList__flowBox::after {
    bottom: calc(-40 / 1200 * 100vw);
    height: calc(15 / 1200 * 100vw);
    left: calc(353 / 1200 * 100vw);
    width: calc(28 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__flowGroup__flowList__flowBox::after {
    bottom: calc(-40 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
    left: 0;
    margin: 0 auto;
    right: 0;
    width: calc(28 / 375 * 100vw);
  }
}
.p-contact__flowGroup__flowList__flowBox__icon {
  flex-shrink: 0;
  margin-right: 30px;
  width: 90px;
}
.p-contact__flowGroup__flowList__flowBox__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-contact__flowGroup__flowList__flowBox__icon {
    margin-right: calc(30 / 1200 * 100vw);
    width: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__flowGroup__flowList__flowBox__icon {
    width: calc(70 / 375 * 100vw);
  }
}
.p-contact__flowGroup__flowList__flowBox__textBox {
  align-items: center;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__flowGroup__flowList__flowBox__textBox {
    display: block;
    width: calc(200 / 375 * 100vw);
  }
}
.p-contact__flowGroup__flowList__flowBox__textBox__title {
  color: #1779CD;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 20px;
  width: 156px;
}
@media screen and (max-width: 1199px) {
  .p-contact__flowGroup__flowList__flowBox__textBox__title {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(20 / 1200 * 100vw);
    width: calc(156 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__flowGroup__flowList__flowBox__textBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    width: auto;
  }
}
.p-contact__flowGroup__flowList__flowBox__textBox__title span {
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 1199px) {
  .p-contact__flowGroup__flowList__flowBox__textBox__title span {
    font-size: calc(11 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__flowGroup__flowList__flowBox__textBox__title span {
    display: inline-block;
    font-size: calc(11 / 375 * 100vw);
  }
}
.p-contact__flowGroup__flowList__flowBox__textBox__text {
  font-size: 1.5rem;
  line-height: 30px;
  white-space: nowrap;
  width: 510px;
}
@media screen and (max-width: 1199px) {
  .p-contact__flowGroup__flowList__flowBox__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
    width: calc(510 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__flowGroup__flowList__flowBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    text-align: justify;
    white-space: normal;
    width: auto;
  }
}
.p-contact__entry {
  margin: 0 auto;
  width: 728px;
}
@media screen and (max-width: 1199px) {
  .p-contact__entry {
    width: calc(728 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__entry {
    width: 100%;
  }
}
.p-contact__entry__error {
  text-align: center;
}
.p-contact__thanks p {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-contact__thanks p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__thanks p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    text-align: left;
  }
}
.p-contact__buttonBox {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .p-contact__buttonBox {
    margin-top: calc(80 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__buttonBox {
    margin-top: calc(80 / 375 * 100vw);
  }
}
.p-contact__buttonBox__button {
  text-align: center;
}

.p-recruit__section__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-recruit__section__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__section__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-recruit__section__entry * + * {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .p-recruit__section__entry * + * {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__section__entry * + * {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-recruit__section__entry * + figure {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit__section__entry * + figure {
    margin-bottom: calc(50 / 1200 * 100vw);
    margin-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__section__entry * + figure {
    margin-bottom: calc(50 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-recruit__section__entry h3 {
  color: #1779CD;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-recruit__section__entry h3 {
    font-size: calc(24 / 1200 * 100vw);
    line-height: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__section__entry h3 {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__section__entry h3 br {
    display: none;
  }
}
.p-recruit__section__entry p {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-recruit__section__entry p {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__section__entry p {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__section__entry p br {
    display: none;
  }
}
.p-recruit__section__entry figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 589px;
  text-align: center;
}
.p-recruit__section__entry figure .wp-block-embed__wrapper {
  height: 0;
  padding-top: 56%;
  position: relative;
  width: 100%;
}
.p-recruit__section__entry figure .wp-block-embed__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-recruit__section__imageList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recruit__section__imageList > ul > li {
  margin-top: 33px;
  width: 265px;
}
@media screen and (max-width: 1199px) {
  .p-recruit__section__imageList > ul > li {
    margin-top: calc(33 / 1200 * 100vw);
    width: calc(265 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__section__imageList > ul > li {
    margin-top: calc(20 / 375 * 100vw);
    width: calc(153 / 375 * 100vw);
  }
}
.p-recruit__section__imageList > ul > li:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__section__imageList > ul > li:nth-child(-n+4) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__section__imageList > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.p-recruit__section__imageList__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 183px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-recruit__section__imageList__thumbnail {
    height: calc(183 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__section__imageList__thumbnail {
    height: calc(105 / 375 * 100vw);
  }
}
.p-recruit__section--environment {
  background-color: #EBEBEB;
}

@media screen and (max-width: 767px) {
  .p-occupation {
    margin-top: calc(105 / 375 * 100vw);
  }
}
.p-occupation__titleBox {
  background-image: url(../images/bg_title_occupation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 249px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-occupation__titleBox {
    height: calc(249 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__titleBox {
    height: calc(130 / 375 * 100vw);
  }
}
.p-occupation__titleBox .l-container {
  height: 100%;
}
.p-occupation__titleBox__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.p-occupation__titleBox__title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .p-occupation__titleBox__title {
    font-size: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__titleBox__title {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-occupation__content {
  background-color: rgba(165, 166, 171, 0.15);
}
.p-occupation__content__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-occupation__content__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__content__inner {
    padding-bottom: calc(25 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
  }
}
.p-occupation__content__section {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
          user-select: none;
}
.p-occupation__content__section.is-open .p-occupation__content__section__title::before {
  background-image: url(../images/icon_minus.svg);
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section.is-open .p-occupation__content__section__title::before {
    background-image: url(../images/icon_arrow_occupation_up.svg);
  }
}
.p-occupation__content__section + .p-occupation__content__section {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .p-occupation__content__section + .p-occupation__content__section {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section + .p-occupation__content__section {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-occupation__content__section__title {
  color: #1779CD;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 58px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-occupation__content__section__title {
    font-size: calc(24 / 1200 * 100vw);
    padding: calc(58 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section__title {
    font-size: calc(16 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw);
    text-align: left;
  }
}
.p-occupation__content__section__title::before {
  background-image: url(../images/icon_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 31px;
  position: absolute;
  right: 62px;
  top: 56px;
  width: 31px;
}
@media screen and (max-width: 1199px) {
  .p-occupation__content__section__title::before {
    height: calc(31 / 1200 * 100vw);
    right: calc(62 / 1200 * 100vw);
    top: calc(56 / 1200 * 100vw);
    width: calc(31 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section__title::before {
    background-image: url(../images/icon_arrow_occupation_down.svg);
    height: calc(9 / 375 * 100vw);
    right: calc(30 / 375 * 100vw);
    top: calc(34 / 375 * 100vw);
    width: calc(19 / 375 * 100vw);
  }
}
.p-occupation__content__section__content {
  display: none;
  padding: 0 210px 70px;
}
@media screen and (max-width: 1199px) {
  .p-occupation__content__section__content {
    padding: 0 calc(210 / 1200 * 100vw) calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section__content {
    padding: 0 calc(20 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}
.p-occupation__content__section__content__detailList > ul > li {
  border-top: 1px solid #EDEDEE;
}
.p-occupation__content__section__content__detailList__detailBox {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
@media screen and (max-width: 1199px) {
  .p-occupation__content__section__content__detailList__detailBox {
    padding: calc(30 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section__content__detailList__detailBox {
    display: block;
    padding: calc(35 / 375 * 100vw) 0;
  }
}
.p-occupation__content__section__content__detailList__detailBox__title {
  color: #1779CD;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 30px;
  padding-left: 25px;
  width: 150px;
}
@media screen and (max-width: 1199px) {
  .p-occupation__content__section__content__detailList__detailBox__title {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
    padding-left: calc(25 / 1200 * 100vw);
    width: calc(150 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section__content__detailList__detailBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    padding-left: 0;
    width: 100%;
  }
}
.p-occupation__content__section__content__detailList__detailBox__entry {
  flex-shrink: 0;
  width: 585px;
}
@media screen and (max-width: 1199px) {
  .p-occupation__content__section__content__detailList__detailBox__entry {
    width: calc(585 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section__content__detailList__detailBox__entry {
    width: 100%;
  }
}
.p-occupation__content__section__content__detailList__detailBox__entry * + * {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .p-occupation__content__section__content__detailList__detailBox__entry * + * {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section__content__detailList__detailBox__entry * + * {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-occupation__content__section__content__detailList__detailBox__entry p {
  font-size: 1.5rem;
  line-height: 30px;
}
@media screen and (max-width: 1199px) {
  .p-occupation__content__section__content__detailList__detailBox__entry p {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section__content__detailList__detailBox__entry p {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-occupation__content__section__content__detailList__detailBox__entry strong {
  font-weight: bold;
}
.p-occupation__content__section__content__button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-occupation__content__section__content__button {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section__content__button {
    margin-bottom: calc(30 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-occupation__content__section__content__close {
  display: none;
  margin: 0 auto;
  width: calc(19 / 375 * 100vw);
}
.p-occupation__content__section__content__close img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-occupation__content__section__content__close {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitNav {
    -ms-overflow-style: none;
    overflow: scroll;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitNav::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitNav .l-container {
    padding-left: calc(0 / 375 * 100vw);
    padding-right: calc(0 / 375 * 100vw);
  }
}
.p-recruitNav__inner {
  padding-bottom: 70px;
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruitNav__inner {
    padding-bottom: calc(70 / 1200 * 100vw);
    padding-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruitNav__inner {
    padding-bottom: calc(35 / 375 * 100vw);
    padding-top: calc(35 / 375 * 100vw);
  }
}
.p-recruitNav__nav > ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-recruitNav__nav > ul > li + li {
    margin-left: calc(8 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruitNav__nav > ul > li:first-child {
    margin-left: calc(25 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruitNav__nav > ul > li:last-child {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitNav__nav > ul > li:last-child::after {
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 0;
    width: calc(25 / 375 * 100vw);
  }
}
.p-recruitNav__nav a {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #1779CD;
  border-radius: 30px;
  color: #4A4B4C;
  display: flex;
  font-size: 13px;
  height: 45px;
  justify-content: center;
  width: 205px;
}
@media screen and (max-width: 1199px) {
  .p-recruitNav__nav a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(13 / 1200 * 100vw);
    height: calc(45 / 1200 * 100vw);
    width: calc(205 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruitNav__nav a {
    border-radius: calc(44 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(44 / 375 * 100vw);
    width: calc(140 / 375 * 100vw);
  }
}
.p-recruitNav--job {
  background-color: #F2F2F3;
}
.p-recruitNav--job .p-recruitNav__nav a {
  border: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .p-recruit2 {
    margin-top: calc(75 / 375 * 100vw);
  }
}
.p-recruit2__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__inner {
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__inner {
    padding-bottom: calc(25 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-recruit2__main__company {
  padding-bottom: 150px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company {
    padding-bottom: calc(150 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company {
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
.p-recruit2__main__company__introBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__introBox {
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__introBox {
    margin-bottom: calc(90 / 375 * 100vw);
  }
}
.p-recruit2__main__company__introBox__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__introBox__titleBox {
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__introBox__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__company__introBox__titleBox__titleEn {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__introBox__titleBox__titleEn {
    font-size: calc(35 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__introBox__titleBox__titleEn {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__company__introBox__titleBox__titleJa {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__introBox__titleBox__titleJa {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__introBox__titleBox__titleJa {
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__company__introBox__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__introBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__introBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-recruit2__main__company__content__thumbnail {
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 436px;
  margin-left: -141px;
  position: relative;
  width: 1020px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__content__thumbnail {
    height: calc(436 / 1200 * 100vw);
    margin-left: calc(-141 / 1200 * 100vw);
    width: calc(1020 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__content__thumbnail {
    height: calc(158 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
    width: calc(350 / 375 * 100vw);
  }
}
.p-recruit2__main__company__content__thumbnail__hikkitai {
  bottom: -80px;
  position: absolute;
  right: 25px;
}
.p-recruit2__main__company__content__thumbnail__hikkitai img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__content__thumbnail__hikkitai {
    bottom: calc(-80 / 1200 * 100vw);
    right: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__content__thumbnail__hikkitai {
    bottom: auto;
    left: 0;
    right: auto;
    top: calc(-65 / 375 * 100vw);
  }
}
.p-recruit2__main__company__content__textBox {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__content__textBox {
    margin-top: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__content__textBox {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-recruit2__main__company__content__textBox__title {
  color: #1779CD;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__content__textBox__title {
    font-size: calc(30 / 1200 * 100vw);
    line-height: calc(40 / 1200 * 100vw);
    margin-bottom: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__content__textBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-recruit2__main__company__content__textBox__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__content__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__content__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-recruit2__main__company__content--vision .p-recruit2__main__company__content__thumbnail {
  background-image: url(../images/thumbnail_recruit2_vision.png);
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__content--vision .p-recruit2__main__company__content__thumbnail {
    background-image: url(../images/thumbnail_recruit2_vision_sp.png);
  }
}
.p-recruit2__main__company__content--vision .p-recruit2__main__company__content__thumbnail__hikkitai {
  width: 311px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__content--vision .p-recruit2__main__company__content__thumbnail__hikkitai {
    width: calc(311 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__content--vision .p-recruit2__main__company__content__thumbnail__hikkitai {
    width: calc(176 / 375 * 100vw);
  }
}
.p-recruit2__main__company__content--identity .p-recruit2__main__company__content__thumbnail {
  background-image: url(../images/thumbnail_recruit2_identity.png);
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__content--identity .p-recruit2__main__company__content__thumbnail {
    background-image: url(../images/thumbnail_recruit2_identity_sp.png);
  }
}
.p-recruit2__main__company__content--identity .p-recruit2__main__company__content__thumbnail__hikkitai {
  width: 365px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__content--identity .p-recruit2__main__company__content__thumbnail__hikkitai {
    width: calc(365 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__content--identity .p-recruit2__main__company__content__thumbnail__hikkitai {
    width: calc(217 / 375 * 100vw);
  }
}
.p-recruit2__main__company__content + .p-recruit2__main__company__content {
  margin-top: 150px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__company__content + .p-recruit2__main__company__content {
    margin-top: calc(150 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__company__content + .p-recruit2__main__company__content {
    margin-top: calc(110 / 375 * 100vw);
  }
}
.p-recruit2__main__future {
  height: 940px;
  padding-top: 90px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__future {
    height: calc(940 / 1200 * 100vw);
    padding-top: calc(90 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__future {
    height: auto;
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-recruit2__main__future::before {
  background-image: url(../images/bg_recruit2_future.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-left: -141px;
  position: absolute;
  top: 0;
  width: 1020px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__future::before {
    margin-left: calc(-141 / 1200 * 100vw);
    width: calc(1020 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__future::before {
    height: calc(274 / 375 * 100vw);
    margin-left: calc(-25 / 375 * 100vw);
    width: 100vw;
  }
}
.p-recruit2__main__future__title {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__future__title {
    font-size: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__future__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__future__content {
  background-color: #ffffff;
  left: 0;
  padding: 100px 0 100px 100px;
  position: absolute;
  top: 210px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__future__content {
    padding: calc(100 / 1200 * 100vw) 0 calc(100 / 1200 * 100vw) calc(100 / 1200 * 100vw);
    top: calc(210 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__future__content {
    padding: calc(40 / 375 * 100vw) calc(25 / 375 * 100vw) calc(50 / 375 * 100vw);
    position: static;
    top: calc(125 / 375 * 100vw);
  }
}
.p-recruit2__main__future__content__section__title {
  color: #1779CD;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__future__content__section__title {
    font-size: calc(24 / 1200 * 100vw);
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__future__content__section__title {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-recruit2__main__future__content__section__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__future__content__section__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__future__content__section__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-recruit2__main__future__content__section__image {
  background-image: url(../images/image_recruit2_future.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 250px;
  margin-top: 70px;
  width: 780px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__future__content__section__image {
    height: calc(250 / 1200 * 100vw);
    margin-top: calc(70 / 1200 * 100vw);
    width: calc(780 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__future__content__section__image {
    background-image: url(../images/image_recruit2_future_sp.png);
    height: calc(675 / 375 * 100vw);
    margin-left: calc(-25 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    width: calc(325 / 375 * 100vw);
  }
}
.p-recruit2__main__future__content__section + .p-recruit2__main__future__content__section {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__future__content__section + .p-recruit2__main__future__content__section {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__future__content__section + .p-recruit2__main__future__content__section {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-recruit2__main__news {
  background-color: rgba(165, 166, 171, 0.15);
  margin-left: -100vw;
  margin-top: 150px;
  padding-bottom: 100px;
  padding-left: 100vw;
  padding-right: 70px;
  padding-top: 70px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__news {
    margin-top: calc(150 / 1200 * 100vw);
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-right: calc(70 / 1200 * 100vw);
    padding-top: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__news {
    margin-left: calc(-25 / 375 * 100vw);
    margin-right: calc(-25 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
    padding-left: 0;
    padding-right: calc(0 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-recruit2__main__news__introBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__news__introBox {
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__news__introBox {
    margin-bottom: calc(90 / 375 * 100vw);
  }
}
.p-recruit2__main__news__introBox__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__news__introBox__titleBox {
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__news__introBox__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__news__introBox__titleBox__titleEn {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__news__introBox__titleBox__titleEn {
    font-size: calc(35 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__news__introBox__titleBox__titleEn {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__news__introBox__titleBox__titleJa {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__news__introBox__titleBox__titleJa {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__news__introBox__titleBox__titleJa {
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__news__introBox__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__news__introBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__news__introBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__news__introBox {
    margin-bottom: calc(0 / 375 * 100vw);
  }
}
.p-recruit2__main__news__newsList {
  background-color: #ffffff;
  padding: 40px 70px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__news__newsList {
    padding: calc(40 / 1200 * 100vw) calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__news__newsList {
    margin: 0 auto;
    padding: calc(0 / 375 * 100vw) calc(20 / 375 * 100vw);
    width: calc(325 / 375 * 100vw);
  }
}
.p-recruit2__main__news__newsList > ul > li {
  color: #4A4B4C;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-weight: 500;
  padding: 45px 0;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__news__newsList > ul > li {
    font-size: calc(20 / 1200 * 100vw);
    padding: calc(45 / 1200 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__news__newsList > ul > li {
    font-size: calc(16 / 375 * 100vw);
    padding: calc(26 / 375 * 100vw) 0;
  }
}
.p-recruit2__main__news__newsList > ul > li + li {
  border-top: 1px solid #EDEDEE;
}
.p-recruit2__main__news__newsList a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #4A4B4C;
  display: block;
  display: -webkit-box;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  padding-right: 70px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__news__newsList a {
    font-size: calc(20 / 1200 * 100vw);
    padding-right: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__news__newsList a {
    -webkit-line-clamp: 2;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-right: calc(70 / 375 * 100vw);
  }
}
.p-recruit2__main__news__newsList a::after {
  background-image: url(../images/icon_arrow_recruit2_news.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  display: block;
  height: 9px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__news__newsList a::after {
    height: calc(9 / 1200 * 100vw);
    width: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__news__newsList a::after {
    height: calc(9 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
  }
}
.p-recruit2__main__voice {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice {
    margin-left: calc(-25 / 375 * 100vw);
    width: 100vw;
  }
}
.p-recruit2__main__voice__introBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__introBox {
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__introBox {
    margin-bottom: calc(90 / 375 * 100vw);
  }
}
.p-recruit2__main__voice__introBox__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__introBox__titleBox {
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__introBox__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__voice__introBox__titleBox__titleEn {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__introBox__titleBox__titleEn {
    font-size: calc(35 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__introBox__titleBox__titleEn {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__voice__introBox__titleBox__titleJa {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__introBox__titleBox__titleJa {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__introBox__titleBox__titleJa {
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__voice__introBox__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__introBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__introBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__introBox {
    margin-bottom: 0;
  }
}
.p-recruit2__main__voice__swiper {
  margin: 0 auto;
  width: 303px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__swiper {
    width: calc(303 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__swiper {
    width: calc(350 / 375 * 100vw);
  }
}
.p-recruit2__main__voice__swiper .swiper-container {
  padding-bottom: 65px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__swiper .swiper-container {
    padding-bottom: calc(65 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__swiper .swiper-container {
    padding-bottom: calc(55 / 375 * 100vw);
  }
}
.p-recruit2__main__voice__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ffffff;
  border: 1px solid #BEBEBE;
}
.p-recruit2__main__voice__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #1779CD;
  border: 1px solid #1779CD;
}
.p-recruit2__main__voice__swiper__wrapper {
  position: relative;
}
.p-recruit2__main__voice__swiper__wrapper .swiper-button-prev,
.p-recruit2__main__voice__swiper__wrapper .swiper-button-next {
  bottom: 5px;
  top: auto;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__swiper__wrapper .swiper-button-prev,
.p-recruit2__main__voice__swiper__wrapper .swiper-button-next {
    bottom: calc(5 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__swiper__wrapper .swiper-button-prev,
.p-recruit2__main__voice__swiper__wrapper .swiper-button-next {
    bottom: calc(5 / 375 * 100vw);
  }
}
.p-recruit2__main__voice__swiper__wrapper .swiper-button-prev::after,
.p-recruit2__main__voice__swiper__wrapper .swiper-button-next::after {
  height: 9px;
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__swiper__wrapper .swiper-button-prev::after,
.p-recruit2__main__voice__swiper__wrapper .swiper-button-next::after {
    height: calc(9 / 1200 * 100vw);
    width: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__swiper__wrapper .swiper-button-prev::after,
.p-recruit2__main__voice__swiper__wrapper .swiper-button-next::after {
    height: calc(9 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
  }
}
.p-recruit2__main__voice__swiper__wrapper .swiper-button-prev:hover,
.p-recruit2__main__voice__swiper__wrapper .swiper-button-next:hover {
  transform: translateX(5px);
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__swiper__wrapper .swiper-button-prev:hover,
.p-recruit2__main__voice__swiper__wrapper .swiper-button-next:hover {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__swiper__wrapper .swiper-button-prev:hover,
.p-recruit2__main__voice__swiper__wrapper .swiper-button-next:hover {
    transform: translateX(0px);
  }
}
.p-recruit2__main__voice__swiper__wrapper .swiper-button-prev::after {
  background-image: url(../images/icon_prev.svg);
}
.p-recruit2__main__voice__swiper__wrapper .swiper-button-next::after {
  background-image: url(../images/icon_next.svg);
}
.p-recruit2__main__voice__swiper .c-movie {
  margin: 0 auto;
  width: 273px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__swiper .c-movie {
    width: calc(273 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__swiper .c-movie {
    margin: 0 auto;
    width: calc(325 / 375 * 100vw);
  }
}
.p-recruit2__main__voice__swiper .c-movie__thumbnail {
  height: 155px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__swiper .c-movie__thumbnail {
    height: calc(155 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__swiper .c-movie__thumbnail {
    height: calc(155 / 375 * 100vw);
  }
}
.p-recruit2__main__voice__swiper .c-movie__thumbnail::after {
  height: 42px;
  width: 42px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__swiper .c-movie__thumbnail::after {
    height: calc(42 / 1200 * 100vw);
    width: calc(42 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__swiper .c-movie__thumbnail::after {
    height: calc(42 / 375 * 100vw);
    width: calc(42 / 375 * 100vw);
  }
}
.p-recruit2__main__voice__swiper .c-movie__textBox {
  background-color: rgba(165, 166, 171, 0.15);
  height: 100px;
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__voice__swiper .c-movie__textBox {
    height: calc(100 / 1200 * 100vw);
    padding: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__voice__swiper .c-movie__textBox {
    height: calc(100 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw);
  }
}
.p-recruit2__main__business {
  margin-top: 150px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business {
    margin-top: calc(150 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-recruit2__main__business__introBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__introBox {
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__introBox {
    margin-bottom: calc(90 / 375 * 100vw);
  }
}
.p-recruit2__main__business__introBox__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__introBox__titleBox {
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__introBox__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__business__introBox__titleBox__titleEn {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__introBox__titleBox__titleEn {
    font-size: calc(35 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__introBox__titleBox__titleEn {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__business__introBox__titleBox__titleJa {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__introBox__titleBox__titleJa {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__introBox__titleBox__titleJa {
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__business__introBox__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__introBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__introBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-recruit2__main__business__personList {
  margin-top: 125px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__personList {
    margin-top: calc(125 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__personList {
    margin-top: calc(100 / 375 * 100vw);
  }
}
.p-recruit2__main__business__personList > ul > li + li {
  margin-top: 148px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__personList > ul > li + li {
    margin-top: calc(148 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__personList > ul > li + li {
    margin-top: calc(70 / 375 * 100vw);
  }
}
.p-recruit2__main__business__personList__personBox {
  background-image: url(../images/bg_recruit2_business.png);
  background-position: center;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 450px;
  margin-left: -20vw;
  padding: 40px 60px;
  padding-left: 20vw;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__personList__personBox {
    height: calc(450 / 1200 * 100vw);
    padding: calc(40 / 1200 * 100vw) calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__personList__personBox {
    background-image: url(../images/bg_recruit2_business_sp.png);
    height: auto;
    margin-left: 0;
    margin-left: calc(-25 / 375 * 100vw);
    padding: calc(170 / 375 * 100vw) calc(0 / 375 * 100vw) calc(50 / 375 * 100vw);
    padding-left: 0;
    width: 100vw;
  }
}
.p-recruit2__main__business__personList__personBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 436px;
  position: absolute;
  right: 548px;
  top: -75px;
  width: 476px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__personList__personBox__thumbnail {
    height: calc(436 / 1200 * 100vw);
    right: calc(548 / 1200 * 100vw);
    top: calc(-75 / 1200 * 100vw);
    width: calc(476 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__personList__personBox__thumbnail {
    height: calc(199 / 375 * 100vw);
    right: calc(0 / 375 * 100vw);
    top: calc(-50 / 375 * 100vw);
    width: calc(284 / 375 * 100vw);
  }
}
.p-recruit2__main__business__personList__personBox__textBox {
  margin-left: auto;
  width: 440px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__personList__personBox__textBox {
    width: calc(440 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__personList__personBox__textBox {
    padding: calc(0 / 375 * 100vw) calc(25 / 375 * 100vw);
    width: 100%;
  }
}
.p-recruit2__main__business__personList__personBox__textBox__jobBox {
  align-items: flex-end;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__personList__personBox__textBox__jobBox {
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__personList__personBox__textBox__jobBox {
    display: block;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-recruit2__main__business__personList__personBox__textBox__jobBox__en {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__personList__personBox__textBox__jobBox__en {
    font-size: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__personList__personBox__textBox__jobBox__en {
    font-size: calc(100 / 375 * 100vw);
  }
}
.p-recruit2__main__business__personList__personBox__textBox__jobBox__ja {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 14px;
  transform: translateY(-12px);
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__personList__personBox__textBox__jobBox__ja {
    font-size: calc(14 / 1200 * 100vw);
    margin-left: calc(14 / 1200 * 100vw);
    transform: translateY(calc(-12 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__personList__personBox__textBox__jobBox__ja {
    font-size: calc(14 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
    transform: translateY(calc(0 / 375 * 100vw));
  }
}
.p-recruit2__main__business__personList__personBox__textBox__text {
  color: #ffffff;
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__business__personList__personBox__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__personList__personBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-recruit2__main__business__personList__personBox--ca .p-recruit2__main__business__personList__personBox__thumbnail {
  background-image: url(../images/thumbnail_recruit2_business_1.png);
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__personList__personBox--ca .p-recruit2__main__business__personList__personBox__thumbnail {
    background-image: url(../images/thumbnail_recruit2_business_1_sp.png);
  }
}
.p-recruit2__main__business__personList__personBox--ra .p-recruit2__main__business__personList__personBox__thumbnail {
  background-image: url(../images/thumbnail_recruit2_business_2.png);
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__business__personList__personBox--ra .p-recruit2__main__business__personList__personBox__thumbnail {
    background-image: url(../images/thumbnail_recruit2_business_2_sp.png);
  }
}
.p-recruit2__main__oneDay {
  margin-top: 150px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__oneDay {
    margin-top: calc(150 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__oneDay {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-recruit2__main__oneDay__introBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__oneDay__introBox {
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__oneDay__introBox {
    margin-bottom: calc(90 / 375 * 100vw);
  }
}
.p-recruit2__main__oneDay__introBox__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__oneDay__introBox__titleBox {
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__oneDay__introBox__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__oneDay__introBox__titleBox__titleEn {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__oneDay__introBox__titleBox__titleEn {
    font-size: calc(35 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__oneDay__introBox__titleBox__titleEn {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__oneDay__introBox__titleBox__titleJa {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__oneDay__introBox__titleBox__titleJa {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__oneDay__introBox__titleBox__titleJa {
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__oneDay__introBox__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__oneDay__introBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__oneDay__introBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__oneDay__introBox {
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
.p-recruit2__main__oneDay__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__oneDay__content {
    display: block;
  }
}
.p-recruit2__main__oneDay__content__thumbnail {
  width: 320px;
}
.p-recruit2__main__oneDay__content__thumbnail img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__oneDay__content__thumbnail {
    width: calc(320 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__oneDay__content__thumbnail {
    width: 100%;
  }
}
.p-recruit2__main__oneDay__content__schedule {
  margin-left: 72px;
  width: 427px;
}
.p-recruit2__main__oneDay__content__schedule img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__oneDay__content__schedule {
    margin-left: calc(72 / 1200 * 100vw);
    width: calc(427 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__oneDay__content__schedule {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(35 / 375 * 100vw);
    width: 100%;
  }
}
.p-recruit2__main__culture {
  padding-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__culture {
    padding-bottom: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture {
    padding-bottom: calc(50 / 375 * 100vw);
  }
}
.p-recruit2__main__culture__introBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__culture__introBox {
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__introBox {
    margin-bottom: calc(90 / 375 * 100vw);
  }
}
.p-recruit2__main__culture__introBox__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__culture__introBox__titleBox {
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__introBox__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__culture__introBox__titleBox__titleEn {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__culture__introBox__titleBox__titleEn {
    font-size: calc(35 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__introBox__titleBox__titleEn {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__culture__introBox__titleBox__titleJa {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__culture__introBox__titleBox__titleJa {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__introBox__titleBox__titleJa {
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__culture__introBox__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__culture__introBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__introBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__introBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__introBox__text {
    text-align: center;
  }
}
.p-recruit2__main__culture__cultureList > ul > li + li {
  border-top: 1px solid #EDEDEE;
  margin-top: 65px;
  padding-top: 65px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__culture__cultureList > ul > li + li {
    margin-top: calc(65 / 1200 * 100vw);
    padding-top: calc(65 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__cultureList > ul > li + li {
    margin-top: calc(40 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-recruit2__main__culture__cultureList__cultureBox {
  display: flex;
  justify-content: space-between;
}
.p-recruit2__main__culture__cultureList__cultureBox__number {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__culture__cultureList__cultureBox__number {
    font-size: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__cultureList__cultureBox__number {
    font-size: calc(45 / 375 * 100vw);
  }
}
.p-recruit2__main__culture__cultureList__cultureBox__textBox {
  width: 800px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__culture__cultureList__cultureBox__textBox {
    width: calc(800 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__cultureList__cultureBox__textBox {
    width: calc(273 / 375 * 100vw);
  }
}
.p-recruit2__main__culture__cultureList__cultureBox__textBox__title {
  color: #1779CD;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__culture__cultureList__cultureBox__textBox__title {
    font-size: calc(24 / 1200 * 100vw);
    margin-bottom: calc(25 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__cultureList__cultureBox__textBox__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-recruit2__main__culture__cultureList__cultureBox__textBox__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__culture__cultureList__cultureBox__textBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__culture__cultureList__cultureBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics {
  background-color: rgba(165, 166, 171, 0.15);
  margin-left: -100vw;
  padding-bottom: 70px;
  padding-left: 100vw;
  padding-right: 130px;
  padding-top: 70px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics {
    padding-bottom: calc(70 / 1200 * 100vw);
    padding-right: calc(130 / 1200 * 100vw);
    padding-top: calc(70 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics {
    margin-left: calc(-25 / 375 * 100vw);
    padding-bottom: calc(25 / 375 * 100vw);
    padding-left: 0;
    padding-right: calc(0 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__inner {
    padding-left: calc(25 / 375 * 100vw);
    padding-right: calc(25 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__introBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__introBox {
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__introBox {
    margin-bottom: calc(90 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__introBox__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__introBox__titleBox {
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__introBox__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__introBox__titleBox__titleEn {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__introBox__titleBox__titleEn {
    font-size: calc(35 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__introBox__titleBox__titleEn {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__dataAnalitics__introBox__titleBox__titleJa {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__introBox__titleBox__titleJa {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__introBox__titleBox__titleJa {
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__dataAnalitics__introBox__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__introBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__introBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__introBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recruit2__main__dataAnalitics__content__section {
  background-color: #ffffff;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 35px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section {
    margin-top: calc(30 / 1200 * 100vw);
    padding-bottom: calc(30 / 1200 * 100vw);
    padding-left: calc(18 / 1200 * 100vw);
    padding-right: calc(18 / 1200 * 100vw);
    padding-top: calc(35 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section {
    margin-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
    padding-right: calc(18 / 375 * 100vw);
    padding-top: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section:nth-child(-n+2) {
  margin-top: 0;
  width: 358px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section:nth-child(-n+2) {
    width: calc(358 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section:nth-child(-n+2) {
    width: calc(153 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section:nth-child(3) {
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section:nth-child(3) {
    padding-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section:nth-child(3) {
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section:nth-child(3) .p-recruit2__main__dataAnalitics__content__section__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section:nth-child(3) .p-recruit2__main__dataAnalitics__content__section__title {
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section:nth-child(3) .p-recruit2__main__dataAnalitics__content__section__title {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section:nth-child(4) {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section:nth-child(4) {
    padding-bottom: calc(50 / 1200 * 100vw);
    padding-top: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section:nth-child(4) {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__title {
    font-size: calc(24 / 1200 * 100vw);
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__title {
    font-size: calc(22 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__numberBox {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
.p-recruit2__main__dataAnalitics__content__section__numberBox__number {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__numberBox__number {
    font-size: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__numberBox__number {
    font-size: calc(70 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__numberBox__unit {
  font-size: 15px;
  margin-left: 10px;
  transform: translateY(-15px);
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__numberBox__unit {
    font-size: calc(15 / 1200 * 100vw);
    margin-left: calc(10 / 1200 * 100vw);
    transform: translateY(calc(-15 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__numberBox__unit {
    font-size: calc(15 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
    transform: translateY(calc(-15 / 375 * 100vw));
  }
}
.p-recruit2__main__dataAnalitics__content__section__numberList {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList {
    display: block;
  }
}
.p-recruit2__main__dataAnalitics__content__section__numberList__section__titleBox {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__titleBox {
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__titleBox {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__numberList__section__titleBox__title {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__titleBox__title {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(22 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__titleBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__numberList__section__titleBox__text {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__titleBox__text {
    font-size: calc(13 / 1200 * 100vw);
    line-height: calc(22 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__titleBox__text {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__numberList__section__numberBox {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  transform: translateX(8px);
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__numberBox {
    transform: translateX(calc(8 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__numberBox {
    transform: translateX(calc(0 / 375 * 100vw));
  }
}
.p-recruit2__main__dataAnalitics__content__section__numberList__section__numberBox__number {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 65px;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__numberBox__number {
    font-size: calc(65 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__numberBox__number {
    font-size: calc(70 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__numberList__section__numberBox__unit {
  font-size: 15px;
  margin-left: 2px;
  transform: translateY(-10px);
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__numberBox__unit {
    font-size: calc(15 / 1200 * 100vw);
    margin-left: calc(2 / 1200 * 100vw);
    transform: translateY(calc(-10 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section__numberBox__unit {
    font-size: calc(15 / 375 * 100vw);
    margin-left: calc(2 / 375 * 100vw);
    transform: translateY(calc(-10 / 375 * 100vw));
  }
}
.p-recruit2__main__dataAnalitics__content__section__numberList__section + .p-recruit2__main__dataAnalitics__content__section__numberList__section {
  margin-left: 60px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section + .p-recruit2__main__dataAnalitics__content__section__numberList__section {
    margin-left: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__numberList__section + .p-recruit2__main__dataAnalitics__content__section__numberList__section {
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__notice {
  font-size: 11px;
  line-height: 18px;
  margin-top: 35px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__notice {
    font-size: calc(11 / 1200 * 100vw);
    line-height: calc(18 / 1200 * 100vw);
    margin-top: calc(35 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__notice {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__titleBox {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__titleBox {
    margin-bottom: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__titleBox {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__titleBox__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__titleBox__title {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__titleBox__title {
    color: #1779CD;
    font-size: calc(22 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__titleBox__text {
  font-size: 11px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__titleBox__text {
    font-size: calc(11 / 1200 * 100vw);
    margin-top: calc(20 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__titleBox__text {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__text {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__text {
    font-size: calc(20 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__text {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
  }
}
.p-recruit2__main__dataAnalitics__content__section__survay {
  background-image: url(../images/image_recruit2_survay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  display: block;
  height: 985px;
  margin: 0 auto;
  margin-top: 50px;
  width: 632px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__dataAnalitics__content__section__survay {
    height: calc(985 / 1200 * 100vw);
    margin-top: calc(50 / 1200 * 100vw);
    width: calc(632 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__dataAnalitics__content__section__survay {
    background-image: url(../images/image_recruit2_survay_sp.png);
    height: calc(1537 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    width: calc(275 / 375 * 100vw);
  }
}
.p-recruit2__main__skillUp {
  margin-top: 150px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__skillUp {
    margin-top: calc(150 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__skillUp {
    margin-top: calc(60 / 375 * 100vw);
  }
}
.p-recruit2__main__skillUp__introBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__skillUp__introBox {
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__skillUp__introBox {
    margin-bottom: calc(90 / 375 * 100vw);
  }
}
.p-recruit2__main__skillUp__introBox__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__skillUp__introBox__titleBox {
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__skillUp__introBox__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__skillUp__introBox__titleBox__titleEn {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__skillUp__introBox__titleBox__titleEn {
    font-size: calc(35 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__skillUp__introBox__titleBox__titleEn {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__skillUp__introBox__titleBox__titleJa {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__skillUp__introBox__titleBox__titleJa {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__skillUp__introBox__titleBox__titleJa {
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__skillUp__introBox__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__skillUp__introBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__skillUp__introBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__skillUp__introBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__skillUp__skillUpList > ul > li + li {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__skillUp__skillUpList > ul > li + li {
    margin-top: calc(10 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__skillUp__skillUpList > ul > li + li {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-recruit2__main__skillUp__skillUpList__skillUpBox {
  align-items: center;
  background-color: rgba(165, 166, 171, 0.15);
  display: flex;
  padding: 25px 56px 25px 5px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__skillUp__skillUpList__skillUpBox {
    padding: calc(25 / 1200 * 100vw) calc(56 / 1200 * 100vw) calc(25 / 1200 * 100vw) calc(5 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__skillUp__skillUpList__skillUpBox {
    display: block;
    padding: calc(25 / 375 * 100vw) calc(28 / 375 * 100vw);
  }
}
.p-recruit2__main__skillUp__skillUpList__skillUpBox__title {
  color: #1779CD;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  width: 265px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__skillUp__skillUpList__skillUpBox__title {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(28 / 1200 * 100vw);
    width: calc(265 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__skillUp__skillUpList__skillUpBox__title {
    font-size: calc(15 / 375 * 100vw);
    font-weight: normal;
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    text-align: left;
    width: 100%;
  }
}
.p-recruit2__main__skillUp__skillUpList__skillUpBox__text {
  font-size: 15px;
  line-height: 28px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__skillUp__skillUpList__skillUpBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(28 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__skillUp__skillUpList__skillUpBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-recruit2__main__careerStep {
  margin-top: 150px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__careerStep {
    margin-top: calc(150 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__careerStep {
    background-color: rgba(165, 166, 171, 0.15);
    margin-left: calc(-25 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__careerStep__inner {
    background-color: #ffffff;
    margin: 0 auto;
    padding-bottom: calc(25 / 375 * 100vw);
    padding-left: calc(25 / 375 * 100vw);
    padding-right: calc(25 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
    width: calc(325 / 375 * 100vw);
  }
}
.p-recruit2__main__careerStep__introBox {
  margin-bottom: 50px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__careerStep__introBox {
    margin-bottom: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__careerStep__introBox {
    margin-bottom: calc(90 / 375 * 100vw);
  }
}
.p-recruit2__main__careerStep__introBox__titleBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__careerStep__introBox__titleBox {
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__careerStep__introBox__titleBox {
    margin-bottom: calc(35 / 375 * 100vw);
  }
}
.p-recruit2__main__careerStep__introBox__titleBox__titleEn {
  color: #1779CD;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__careerStep__introBox__titleBox__titleEn {
    font-size: calc(35 / 1200 * 100vw);
    margin-bottom: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__careerStep__introBox__titleBox__titleEn {
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__careerStep__introBox__titleBox__titleJa {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__careerStep__introBox__titleBox__titleJa {
    font-size: calc(14 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__careerStep__introBox__titleBox__titleJa {
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
  }
}
.p-recruit2__main__careerStep__introBox__text {
  font-size: 15px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__careerStep__introBox__text {
    font-size: calc(15 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__careerStep__introBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__careerStep__introBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-recruit2__main__careerStep__image {
  background-image: url(../images/image_recruit2_skillup.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 393px;
  width: 804px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__main__careerStep__image {
    height: calc(393 / 1200 * 100vw);
    width: calc(804 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__main__careerStep__image {
    background-image: url(../images/image_recruit2_skillup_sp.svg);
    height: calc(880 / 375 * 100vw);
    width: calc(275 / 375 * 100vw);
  }
}
.p-recruit2__sidebar {
  display: flex;
  justify-content: flex-end;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__sidebar {
    top: calc(100 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__sidebar {
    top: calc(100 / 375 * 100vw);
  }
}
.p-recruit2__sidebar__nav > ul > li {
  color: #4A4B4C;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__sidebar__nav > ul > li {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__sidebar__nav > ul > li {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-recruit2__sidebar__nav > ul > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__sidebar__nav > ul > li + li {
    margin-top: calc(30 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__sidebar__nav > ul > li + li {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-recruit2__sidebar__nav a {
  color: #4A4B4C;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__sidebar__nav a {
    font-size: calc(15 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__sidebar__nav a {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-recruit2__sidebar__nav a:hover {
  color: #1779CD;
  opacity: 1;
}
.p-recruit2__sidebar--mini {
  padding-right: 60px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__sidebar--mini {
    padding-right: calc(60 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__sidebar--mini {
    padding-right: calc(60 / 375 * 100vw);
  }
}
.p-recruit2__mainVisual {
  height: 416px;
  padding-top: 301px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__mainVisual {
    height: calc(416 / 1200 * 100vw);
    padding-top: calc(301 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__mainVisual {
    height: calc(180 / 375 * 100vw);
    padding-top: calc(0 / 375 * 100vw);
  }
}
.p-recruit2__mainVisual::before {
  background-image: url(../images/bg_mainVisual_recruit_top.webp);
  background-position: center;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 1538px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__mainVisual::before {
    height: calc(1538 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__mainVisual::before {
    background-image: url(../images/bg_mainVisual_recruit_top_sp.webp);
    height: calc(515 / 375 * 100vw);
  }
}
.p-recruit2__mainVisual::after {
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-recruit2__mainVisual__nav {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-recruit2__mainVisual__nav {
    -ms-overflow-style: none;
    bottom: calc(-74 / 375 * 100vw);
    left: 0;
    overflow: scroll;
    padding-bottom: 1px;
    position: absolute;
    scrollbar-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__mainVisual__nav::-webkit-scrollbar {
    display: none;
  }
}
.p-recruit2__mainVisual__nav > ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-recruit2__mainVisual__nav > ul > li + li {
    margin-left: calc(8 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__mainVisual__nav > ul > li:first-child {
    margin-left: calc(25 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__mainVisual__nav > ul > li:last-child {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__mainVisual__nav > ul > li:last-child::after {
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 0;
    width: calc(25 / 375 * 100vw);
  }
}
.p-recruit2__mainVisual__nav a {
  align-items: center;
  background-color: #ffffff;
  border-radius: 30px;
  color: #4A4B4C;
  display: flex;
  font-size: 13px;
  height: 45px;
  justify-content: center;
  width: 205px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__mainVisual__nav a {
    border-radius: calc(30 / 1200 * 100vw);
    font-size: calc(13 / 1200 * 100vw);
    height: calc(45 / 1200 * 100vw);
    width: calc(205 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__mainVisual__nav a {
    border-radius: calc(44 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    height: calc(44 / 375 * 100vw);
    width: calc(140 / 375 * 100vw);
  }
}
.p-recruit2__intro {
  height: 1174px;
  position: relative;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__intro {
    height: calc(1174 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__intro {
    height: calc(1544 / 375 * 100vw);
  }
}
.p-recruit2__intro::before {
  background-image: url(../images/bg_mainVisual_recruit_intro.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit2__intro::before {
    background-image: url(../images/bg_mainVisual_recruit_intro_sp.png);
  }
}
.p-recruit2__intro .l-container {
  position: relative;
}
.p-recruit2__intro__titleBox {
  left: 0;
  position: absolute;
  top: -40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__intro__titleBox {
    top: calc(-40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__intro__titleBox {
    left: 0;
    margin: 0 auto;
    right: 0;
    top: calc(95 / 375 * 100vw);
    width: calc(281 / 375 * 100vw);
  }
}
.p-recruit2__intro__titleBox__hikkitai {
  width: 585px;
}
.p-recruit2__intro__titleBox__hikkitai img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__intro__titleBox__hikkitai {
    width: calc(585 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__intro__titleBox__hikkitai {
    width: 100%;
  }
}
.p-recruit2__intro__titleBox__title {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  left: 340px;
  letter-spacing: 0.08em;
  position: absolute;
  top: 210px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__intro__titleBox__title {
    font-size: calc(14 / 1200 * 100vw);
    left: calc(340 / 1200 * 100vw);
    top: calc(210 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__intro__titleBox__title {
    font-size: calc(14 / 375 * 100vw);
    left: calc(0 / 375 * 100vw);
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: calc(130 / 375 * 100vw);
  }
}
.p-recruit2__intro__content {
  background-color: #ffffff;
  left: 0;
  margin-left: 191px;
  margin-right: -100vw;
  padding: 95px 88px 100px;
  padding-bottom: 100px;
  padding-left: 88px;
  padding-right: 100vw;
  padding-top: 95px;
  position: absolute;
  top: 215px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__intro__content {
    margin-left: calc(191 / 1200 * 100vw);
    padding-bottom: calc(100 / 1200 * 100vw);
    padding-left: calc(88 / 1200 * 100vw);
    padding-top: calc(95 / 1200 * 100vw);
    top: calc(215 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__intro__content {
    left: auto;
    margin-left: calc(0 / 375 * 100vw);
    margin-right: 0;
    padding-bottom: calc(55 / 375 * 100vw);
    padding-left: calc(25 / 375 * 100vw);
    padding-right: calc(25 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
    right: 0;
    top: calc(275 / 375 * 100vw);
    width: calc(350 / 375 * 100vw);
  }
}
.p-recruit2__intro__content__title {
  color: #1779CD;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 44px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__intro__content__title {
    font-size: calc(24 / 1200 * 100vw);
    line-height: calc(44 / 1200 * 100vw);
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__intro__content__title {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(38 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-recruit2__intro__content__text {
  font-size: 14px;
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__intro__content__text {
    font-size: calc(14 / 1200 * 100vw);
    line-height: calc(32 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__intro__content__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(32 / 375 * 100vw);
  }
}
.p-recruit2__intro__content__text2 {
  color: #1779CD;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 44px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__intro__content__text2 {
    font-size: calc(24 / 1200 * 100vw);
    line-height: calc(44 / 1200 * 100vw);
    margin-top: calc(40 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__intro__content__text2 {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-recruit2__section__inner {
  position: relative;
}
.p-recruit2__section__inner .swiper-button-prev,
.p-recruit2__section__inner .swiper-button-next {
  bottom: 5px;
  top: auto;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__section__inner .swiper-button-prev,
.p-recruit2__section__inner .swiper-button-next {
    bottom: calc(5 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__section__inner .swiper-button-prev,
.p-recruit2__section__inner .swiper-button-next {
    bottom: calc(5 / 375 * 100vw);
  }
}
.p-recruit2__section__inner .swiper-button-prev::after,
.p-recruit2__section__inner .swiper-button-next::after {
  height: 9px;
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__section__inner .swiper-button-prev::after,
.p-recruit2__section__inner .swiper-button-next::after {
    height: calc(9 / 1200 * 100vw);
    width: calc(50 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__section__inner .swiper-button-prev::after,
.p-recruit2__section__inner .swiper-button-next::after {
    height: calc(9 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
  }
}
.p-recruit2__section__inner .swiper-button-prev:hover,
.p-recruit2__section__inner .swiper-button-next:hover {
  transform: translateX(5px);
}
@media screen and (max-width: 1199px) {
  .p-recruit2__section__inner .swiper-button-prev:hover,
.p-recruit2__section__inner .swiper-button-next:hover {
    transform: translateX(calc(5 / 1200 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__section__inner .swiper-button-prev:hover,
.p-recruit2__section__inner .swiper-button-next:hover {
    transform: translateX(0px);
  }
}
.p-recruit2__section__inner .swiper-button-prev::after {
  background-image: url(../images/icon_prev.svg);
}
.p-recruit2__section__inner .swiper-button-next::after {
  background-image: url(../images/icon_next.svg);
}
.p-recruit2__section__swiper {
  margin: 0 auto;
  width: 400px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__section__swiper {
    width: calc(400 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__section__swiper {
    width: calc(350 / 375 * 100vw);
  }
}
.p-recruit2__section__swiper .swiper-container {
  padding-bottom: 110px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__section__swiper .swiper-container {
    padding-bottom: calc(110 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__section__swiper .swiper-container {
    padding-bottom: calc(55 / 375 * 100vw);
  }
}
.p-recruit2__section__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ffffff;
}
.p-recruit2__section__swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #1779CD;
}
.p-recruit2__section__slide {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 450px;
  position: relative;
  width: 800px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__section__slide {
    padding-bottom: calc(450 / 1200 * 100vw);
    width: calc(800 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__section__slide {
    padding-bottom: calc(184 / 375 * 100vw);
    width: 100%;
  }
}
.p-recruit2__section__slide iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-recruit2__section__button {
  margin-top: 75px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__section__button {
    margin-top: calc(75 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__section__button {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-recruit2__section--movie {
  background-color: #f2f2f2;
  overflow: hidden;
  padding-bottom: 94px;
  padding-top: 310px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__section--movie {
    padding-bottom: calc(94 / 1200 * 100vw);
    padding-top: calc(310 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__section--movie {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(160 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__section--movie .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-recruit2__section--about {
  margin-top: 150px;
}
@media screen and (max-width: 1199px) {
  .p-recruit2__section--about {
    margin-top: calc(150 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2__section--about {
    margin-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2--top {
    margin-top: 0;
  }
}
.p-recruit2--top .p-recruit2__inner {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit2--company .p-recruit2__inner {
    padding-bottom: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2--company + .p-recruitNav {
    background-color: rgba(165, 166, 171, 0.15);
  }
}
.p-recruit2--company + .p-recruitNav .p-recruitNav__nav a {
  border: 1px solid #1779CD;
}
@media screen and (max-width: 767px) {
  .p-recruit2--company + .p-recruitNav .p-recruitNav__nav a {
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2--job .p-recruit2__inner {
    padding-bottom: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2--culture .p-recruit2__inner {
    padding-bottom: calc(0 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit2--culture + .p-recruitNav {
    background-color: rgba(165, 166, 171, 0.15);
  }
}
.p-recruit2--culture + .p-recruitNav .p-recruitNav__nav a {
  border: 1px solid #1779CD;
}
@media screen and (max-width: 767px) {
  .p-recruit2--culture + .p-recruitNav .p-recruitNav__nav a {
    border: 1px solid #ffffff;
  }
}

#recruit {
  overflow: visible;
}