@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

li {
  list-style: none;
}

a {
  color: #333333;
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.05rem;
}

@keyframes scrollDownLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.heading-section__primary {
  font-size: 36px;
  line-height: 1.2;
  color: #391e88;
  text-align: center;
}

.heading-section__sub {
  font-size: 13px;
  color: #391e88;
  text-align: center;
}

.heading-section__md {
  font-size: 28px;
  color: #391e88;
  text-align: center;
  line-height: 1.3;
}

.heading-section__md--en {
  font-size: 28px;
  color: #391e88;
  text-align: center;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .heading-section__md {
    font-size: 32px;
  }
  .heading-section__md--en {
    font-size: 44px;
    color: #391e88;
    text-align: center;
  }
}

.heading-section__md--sub {
  font-size: 16px;
  color: #391e88;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
  margin: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .heading-section__md--sub {
    font-size: 22px;
  }
}

.heading-secondary {
  font-size: 18px;
}

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

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

header {
  width: 100vw;
  height: 50px;
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

header h1 {
  margin-left: 15px;
  line-height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

header h1 img {
  width: 35px;
}

@media screen and (min-width: 768px) {
  header h1 img {
    width: 45px;
  }
}

@media screen and (min-width: 768px) {
  header h1 {
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  header {
    height: 70px;
  }
}

header.open {
  transition: all 0.3s ease-in-out;
  background: rgba(30, 3, 70, 0.9);
}

footer {
  background: #120e19;
  width: 100vw;
  padding: 3rem 15px 0.5rem;
}

footer .footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .footer-nav__item {
  margin: 0 0.5rem;
  text-align: center;
}

footer .footer-nav__item:nth-child(1) {
  margin-left: 0;
}

footer .footer-nav__link {
  color: #fff;
  font-size: 14px;
}

footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  color: #333;
}

.hero {
  background: url("../../img/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__inner {
  padding: 30px;
}

.hero__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 60px;
    text-align: center;
  }
}

.hero__subtitle {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .hero__subtitle {
    text-align: center;
  }
}

.hero__scroll {
  color: #fff;
  position: absolute;
  padding: 10px 10px 90px;
  font-size: 13px;
  bottom: 0;
  right: 5px;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
}

.hero__scroll::after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 1px;
  height: 80px;
  background: #fff;
  left: 47%;
  transform-origin: 0 100%;
  animation: scrollDownLine 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.hero-sub {
  background: url("../../img/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 28vh;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-sub .heading-hero {
  padding-top: 2rem;
}

.hero-sub .heading-hero__primary {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.hero-sub .heading-hero__sub {
  font-size: 13px;
  color: #fff;
  text-align: center;
}

@keyframes scrollDownLine {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.btn {
  cursor: pointer;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-weight: 600;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.btn::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f0da';
  position: absolute;
  right: 18px;
  transition: all 0.3s ease-in-out;
}

.btn:hover::after {
  right: 15px;
}

.btn.btn-normal {
  width: 200px;
  background: linear-gradient(to right, #7633a4 0%, #250d65 51%, #7633a4 100%);
  background-size: 200% auto;
  margin: 0 auto;
}

.btn.btn-normal:hover {
  background-position: right center;
}

.btn.btn-transparent {
  border: 1px solid #fff;
  width: 220px;
}

.btn.btn-transparent:hover {
  filter: brightness(80%);
}

@media screen and (min-width: 768px) {
  .btn.btn-transparent {
    margin: 0 auto;
  }
}

.company {
  padding: 8rem 15px 7rem;
  background-image: url("/img/sp_bg-circle.png");
  background-position: center center;
  background-size: 375px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .company {
    background-image: url("/img/bg-circle.png"), url("/img/bg-face.png");
    background-position: center -10px, center 40px;
    background-size: 70%, 90%;
  }
}

.company__slogan-wrapper {
  width: 100%;
  display: inline-block;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.company__slogan {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(transparent 75%, #f5f534 0%);
}

.company__desc {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1140px) {
  .company {
    padding-bottom: 12rem;
  }
}

.company-page-main .company {
  padding-top: 3rem;
}

.company-info {
  margin-top: 2rem;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .company-info {
    margin: 2rem auto 0;
  }
}

.company-info__list {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (min-width: 768px) {
  .company-info__list {
    display: flex;
  }
}

.company-info__title {
  min-width: 100px;
  font-weight: 700;
  font-size: 16px;
}

.company-info__desc {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .company-info {
    padding: 0 3rem;
    max-width: 900px;
  }
}

.google-map-wrapper {
  padding: 0 15px;
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .google-map-wrapper {
    margin: 0 auto 6rem;
  }
}

.google-map-wrapper a {
  margin-top: 0.5rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .google-map-wrapper {
    padding: 0 3rem;
    max-width: 900px;
  }
}

.google-map-wrapper a {
  color: #391e88;
}

.google-map-inner {
  height: 0;
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
  margin-top: 3rem;
}

.google-map-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .google-map-inner {
    padding-bottom: 50%;
  }
}

.recruit-component {
  padding: 3rem 0;
  background: url("../../img/bg-geometry.png");
}

.recruit-component__par {
  margin: 1.5rem 0;
  text-align: center;
}

.recruit-component__img {
  border: 1px solid red;
  background: url("../../img/recruit01.jpg");
  height: 400px;
  background-repeat: no-repeat;
  background-position: center 80%;
  background-size: cover;
  clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
  margin: 3rem 0 4rem;
}

@media screen and (min-width: 768px) {
  .recruit-component__img {
    background-position: center 80%;
    height: 650px;
  }
}

.recruit-component__box-wrapper {
  padding: 0 15px;
}

.recruit-component__box {
  background: #fff;
  padding: 2rem 1.5rem;
  border: 1px solid #825d9b;
  border-radius: 8px;
  margin-top: 2rem;
}

.recruit-component__box h3 {
  color: #391e88;
  text-align: center;
}

.recruit-component__hiring {
  max-width: 900px;
  margin: 0 auto 7rem;
}

.recruit-component__movie-wrapper {
  padding: 0 15px;
  margin-bottom: 5rem;
  max-width: 900px;
  margin: 0 auto 5rem;
}

@media screen and (min-width: 768px) {
  .recruit-component__movie-wrapper {
    padding: 0 3rem;
  }
}

.recruit-component__movie-inner {
  height: 0;
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
  margin-top: 3rem;
}

.recruit-component__movie-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .recruit-component__movie-inner {
    padding-bottom: 66%;
  }
}

.recruit__btn-note {
  text-align: center;
  margin: 1rem;
}

.recruit__btn-wrapper {
  margin: 3rem 0;
}

@media screen and (min-width: 768px) {
  .recruit__btn-wrapper {
    margin: 0;
  }
}

.nav {
  height: 100vh;
  width: 100vw;
  background: linear-gradient(to bottom, #6c2e96, #190846);
  z-index: 2;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.nav.open {
  visibility: visible;
  opacity: 1;
}

.nav__list {
  list-style: none;
}

.nav__list-item {
  text-align: center;
  margin-bottom: 14px;
}

.nav__link {
  font-weight: 600;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .nav {
    padding-right: 30px;
    visibility: visible;
    justify-content: flex-end;
    background: transparent;
    height: 100%;
    opacity: 1;
    z-index: -1;
  }
  .nav__list {
    display: flex;
    align-items: center;
  }
  .nav__list-item {
    margin-left: 18px;
    margin-bottom: 0;
  }
  .nav__link {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 3px;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .nav__link::after {
    content: '';
    width: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: white;
    height: 1px;
    transition: all 0.3s ease-in-out;
  }
  .nav__link:hover::after {
    width: 100%;
  }
}

.menu-btn {
  z-index: 3;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn .burger {
  width: 29px;
  height: 2px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.menu-btn .burger::before, .menu-btn .burger::after {
  position: absolute;
  content: '';
  width: 29px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.menu-btn .burger::before {
  top: -7px;
}

.menu-btn .burger::after {
  top: 7px;
}

.menu-btn .burger.open {
  background: transparent;
}

.menu-btn .burger.open::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-btn .burger.open::after {
  top: 0;
  transform: rotate(-45deg);
}

.header__logo--link {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.service {
  padding: 0 15px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.service__list {
  margin-top: 2rem;
}

.service__img {
  width: 100%;
}

.service__title {
  margin: 0.3rem 0;
  text-align: center;
}

.service__desc {
  margin-bottom: 2.5rem;
}

.service__btn-wrapper a {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .service {
    max-width: 960px;
    margin: 0 auto 9rem;
  }
  .service__list {
    display: flex;
    justify-content: space-between;
  }
  .service__list-item {
    width: 31%;
  }
}

@media screen and (min-width: 768px) {
  .service-page-main .service {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  .service-page-main .service__list {
    margin-top: 3rem;
    flex-direction: column;
  }
  .service-page-main .service__list-item {
    width: 100%;
    display: grid;
    grid-template-columns: 42% 55%;
    grid-template-rows: auto 1fr;
    grid-template-areas: 'left top-right' 'left bottom-right';
    margin-bottom: 3rem;
  }
  .service-page-main .service__img {
    grid-area: left;
  }
  .service-page-main .service__title {
    grid-area: top-right;
    text-align: left;
    padding-left: 2rem;
    line-height: 1;
    margin: 0 0 1rem;
  }
  .service-page-main .service__desc {
    grid-area: bottom-right;
    padding-left: 2rem;
    margin-bottom: 0;
  }
}

.works-component {
  margin-top: 3rem;
  margin-bottom: 7rem;
  padding: 0 15px;
}

.works-component .work {
  margin-bottom: 3rem;
}

.works-component .work__img {
  width: 100%;
  box-shadow: 0 0 5px #cbcbcb;
}

.works-component .work__title {
  text-align: center;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .works-component {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 80vw;
    grid-gap: 3vw;
    margin: 3rem auto 5rem;
  }
  .works-component .work {
    margin-bottom: 0;
  }
}

.breadcrumb {
  background: #f7f7f7;
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0.3rem 15px;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 1rem 2rem;
  }
}

.breadcrumb__home {
  color: #391e88;
}

.breadcrumb__arrow {
  padding: 0 0.5rem;
}

.sns-share {
  width: 100%;
}

.sns-share__list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.sns-share__list-item {
  display: inline-block;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2px 8px 0;
  border-radius: 5px;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}

.sns-share__list-item:nth-child(1) {
  background: #4267b2;
}

.sns-share__list-item:nth-child(1) .sns-share__icon {
  color: #fff;
}

.sns-share__list-item:nth-child(1) .sns-share__text {
  color: #fff;
}

.sns-share__list-item:nth-child(2) {
  background: #1da1f2;
}

.sns-share__list-item:nth-child(2) .sns-share__icon,
.sns-share__list-item:nth-child(2) .sns-share__text {
  color: white;
}

.sns-share__list-item:nth-child(2) .sns-share__icon {
  zoom: 1.3;
}

.sns-share__list-item:nth-child(3) {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.sns-share__list-item:nth-child(3) .sns-share__icon {
  color: white;
}

.sns-share__list-item:nth-child(4) {
  padding: 0;
}

.sns-share__list-item:nth-child(4) .sns-share__icon {
  zoom: 1.9;
}

.sns-share__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-share__icon {
  height: 16px;
  zoom: 1.4;
  margin-right: 0.3rem;
}

.sns-share__text {
  color: #fff;
  font-size: 13px;
}

.to-top {
  position: fixed;
  bottom: 1.8rem;
  right: 1.3rem;
  width: 55px;
  height: 55px;
  background: #391e88;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.to-top.open {
  visibility: visible;
  opacity: 1;
}

.to-top__link {
  color: #fff;
}

.to-top a {
  color: #fff;
}

.news__contents {
  margin-top: 1.5rem;
}

.news__content {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .news {
    display: flex;
    flex-direction: column;
  }
  .news__contents {
    margin-top: 0;
  }
  .news__content {
    display: flex;
    align-items: flex-start;
  }
  .news__title {
    margin-left: 1.5rem;
  }
}

.date-tag {
  display: flex;
  align-items: center;
}

.date-tag__date {
  font-size: 15px;
  font-weight: 400;
}

.date-tag__tag {
  background: #e8e8e8;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  margin-bottom: 2px;
}

.article-wrapper {
  padding: 4rem 15px;
}

.article-wrapper .article {
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .article-wrapper .article {
    max-width: 900px;
    margin: 0 auto 5rem;
  }
}

.article-wrapper .article__title {
  font-size: 32px;
  margin-bottom: 1rem;
}

.article-wrapper .article__img {
  width: 100%;
  display: block;
  padding: 0.5rem 0;
}

.article-wrapper .article__par {
  padding: 0.5rem 0;
}

.article-wrapper .article__headding--primary {
  font-size: 24px;
  line-height: 1;
  position: relative;
  padding-left: 1.3rem;
  margin: 3rem 0 1rem;
}

.article-wrapper .article__headding--primary::before {
  content: '';
  width: 6px;
  height: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background: #391e88;
}

.article-wrapper .article__headding--secondary {
  font-size: 20px;
  margin: 0.8rem 0 0.5rem;
}

@media screen and (min-width: 768px) {
  .article-wrapper .article-bottom {
    max-width: 900px;
    margin: 0 auto;
  }
}

.article-wrapper .article-bottom .prev-next-articles {
  margin-top: 2rem;
  display: flex;
  padding: 1.5rem;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.article-wrapper .article-bottom .prev-next-articles__prev, .article-wrapper .article-bottom .prev-next-articles__next {
  width: 50%;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-wrapper .article-bottom .prev-next-articles__link {
  color: #391e88;
  font-size: 14px;
}

.article-wrapper .article-bottom .prev-next-articles__divider {
  width: 1px;
  margin: 0 0.7rem;
  background: #e8e8e8;
}

.article-wrapper .article-bottom .link-to-news-page {
  display: block;
  margin-top: 1.5rem;
  text-align: center;
  color: #391e88;
}

@media screen and (min-width: 768px) {
  .article-wrapper {
    padding: 5rem;
  }
}

.contact {
  background: #f0f0f0;
  padding: 4rem 0;
}

.contact__desc {
  margin: 1.5rem 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact {
    padding: 6rem 0;
  }
}

.contact-component {
  padding: 3rem 15px;
}

@media screen and (min-width: 768px) {
  .contact-component {
    padding: 3rem 5rem;
  }
}

.contact-component__par {
  margin-bottom: 2rem;
  text-align: center;
}

.contact-component__form {
  background: #f7f7f7;
  padding: 0 0 5rem;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contact-component__form {
    padding: 2rem;
  }
}

.contact-component__list {
  padding: 1.5rem;
}

.contact-component__list-item {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.contact-component__list-item .note {
  color: #391e88;
  font-size: 14px;
}

.contact-component__list-item .note-gray {
  color: gray;
  font-size: 12px;
}

.contact-component__label {
  font-weight: 700;
  margin-bottom: 0.1rem;
}

.contact-component input[type='text'] {
  border: 1px solid #a4a4a4;
  border-radius: 2px;
  height: 40px;
  background: #fff;
  font-size: 20px;
  padding-left: 8px;
}

@media screen and (min-width: 768px) {
  .contact-component input[type='text'] {
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .contact-component .radio-wrapper {
    display: flex;
  }
  .contact-component .radio-list-item {
    margin-right: 18px;
  }
}

.contact-component .radio-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.contact-component input[type='radio'] {
  border-radius: 1px solid black;
  width: 20px;
  height: 20px;
  margin-right: 9px;
}

.contact-component textarea {
  border: 1px solid #a4a4a4;
  border-radius: 2px;
  height: 240px;
  background: #fff;
  font-size: 20px;
  padding-left: 8px;
}

.contact-component select {
  border: 1px solid #a4a4a4;
  border-radius: 2px;
  height: 40px;
  background: #fff;
  font-size: 14px;
  padding-left: 8px;
}

.pagination-list {
  display: flex;
  justify-content: center;
}

.pagination-list__item {
  width: 35px;
  height: 35px;
  margin: 0 0.3rem;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #6c2e96, #190846);
}

.pagination-list__item.active {
  color: #391e88;
  background: #ccc5e3;
}

.contact {
  background: #f0f0f0;
  padding: 4rem 0;
}

.contact__desc {
  margin: 1.5rem 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact {
    padding: 6rem 0;
  }
}

.contact-component {
  padding: 3rem 15px;
}

@media screen and (min-width: 768px) {
  .contact-component {
    padding: 3rem 5rem;
  }
}

.contact-component__par {
  margin-bottom: 2rem;
  text-align: center;
}

.contact-component__form {
  background: #f7f7f7;
  padding: 0 0 5rem;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contact-component__form {
    padding: 2rem;
  }
}

.contact-component__list {
  padding: 1.5rem;
}

.contact-component__list-item {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.contact-component__list-item .note {
  color: #391e88;
  font-size: 14px;
}

.contact-component__list-item .note-gray {
  color: gray;
  font-size: 12px;
}

.contact-component__label {
  font-weight: 700;
  margin-bottom: 0.1rem;
}

.contact-component input[type='text'] {
  border: 1px solid #a4a4a4;
  border-radius: 2px;
  height: 40px;
  background: #fff;
  font-size: 20px;
  padding-left: 8px;
}

@media screen and (min-width: 768px) {
  .contact-component input[type='text'] {
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .contact-component .radio-wrapper {
    display: flex;
  }
  .contact-component .radio-list-item {
    margin-right: 18px;
  }
}

.contact-component .radio-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.contact-component input[type='radio'] {
  border-radius: 1px solid black;
  width: 20px;
  height: 20px;
  margin-right: 9px;
}

.contact-component textarea {
  border: 1px solid #a4a4a4;
  border-radius: 2px;
  height: 240px;
  background: #fff;
  font-size: 20px;
  padding-left: 8px;
}

.contact-component select {
  border: 1px solid #a4a4a4;
  border-radius: 2px;
  height: 40px;
  background: #fff;
  font-size: 14px;
  padding-left: 8px;
}

.news {
  margin-top: 3rem;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .news {
    display: flex;
    max-width: 960px;
    padding: 0;
    margin: 3rem auto 6rem;
  }
  .news .heading-section {
    margin-right: 2rem;
  }
  .news .heading-section h3 {
    text-align: center;
  }
}

.works {
  padding-bottom: 5rem;
  background: linear-gradient(to top, #f0f0f0 75%, transparent 25%);
}

.works .slider {
  padding: 0 15px;
  position: relative;
}

.works .swiper {
  width: 100%;
}

.works .swiper-pagination {
  position: static;
  text-align: right;
}

.works .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.works .swiper-pagination-bullet-active {
  background: #391e88;
}

.works .swiper-slide img {
  width: 100%;
}

.works .heading-section {
  position: relative;
  padding-top: 2rem;
}

.works__desc {
  margin-top: 2rem;
  position: relative;
  text-align: center;
}

.works__btn-wrapper {
  width: 100%;
  margin-top: 2rem;
}

.works__btn-wrapper .btn {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .works {
    display: flex;
    align-items: center;
    background: transparent;
    max-width: 960px;
    margin: 0 auto 3rem;
    padding: 4rem 2rem 5rem 0;
    background: linear-gradient(to left, #f0f0f0 75%, transparent 25%);
  }
  .works .slider {
    width: 60%;
    padding-left: 0;
    padding-right: 50px;
  }
}

.recruit {
  margin-bottom: 5rem;
}

.recruit__img-wrapper img {
  width: 100vw;
  display: block;
}

.recruit__contents {
  padding: 4.5rem 0;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit__desc {
  margin: 1.5rem 0;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .recruit {
    max-width: 1140px;
    padding: 0 3rem;
    margin: 0 auto 7rem;
    display: flex;
    flex-direction: row-reverse;
  }
  .recruit__img-wrapper img {
    max-height: 650px;
    width: 100%;
    display: block;
  }
  .recruit__contents {
    width: 40%;
    padding: 0;
    justify-content: center;
  }
}

@media screen and (min-width: 960px) and (min-width: 768px) {
  .recruit__contents {
    width: unset;
    padding: 2rem;
  }
}

.news-page-main .news {
  padding-bottom: 5rem;
}

.news-page-main .news__contents {
  margin-bottom: 3rem;
}
