@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 100%;
}

body {
  font-family: "Montserrat",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  line-height: 1.8;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

* {
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #391e88;
}

a:hover {
  text-decoration: underline;
}

section {
  margin: 80px 0;
}

@media screen and (max-width: 768px) {
  section {
    margin: 0;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

::-moz-selection {
  color: #fff;
  background-color: #391e88;
}

::selection {
  color: #fff;
  background-color: #391e88;
}

li {
  list-style: none;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin-bottom: 50px;
  padding-bottom: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-top {
  position: fixed;
  right: 45px;
  bottom: 45px;
}

@media screen and (max-width: 768px) {
  .page-top {
    right: 20px;
    bottom: 20px;
  }
}

.page-top_circul {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #391e88;
  color: #fff;
  text-align: center;
  padding: 12px;
}

.page-top_circul:hover {
  opacity: 0.8;
}

.u-center {
  text-align: center !important;
}

.u-text-bold {
  font-weight: bold !important;
}

.u-text-big {
  font-size: 1.5em;
}

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

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

.header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  color: #f0f0f0;
  z-index: 10;
  padding: 30px;
  height: 68px;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 10px 15px;
  }
  .header__logo {
    width: 120px;
  }
}

.header.active {
  padding: 20px 30px;
  background-color: #21054d;
}

@media screen and (max-width: 768px) {
  .header.active {
    padding: 10px 15px;
  }
}

.footer {
  background-color: #120e19;
  padding: 60px 30px 20px;
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .footer-nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer-nav__item {
  padding-left: 20px;
  font-size: 12px;
}

.footer-nav__item a {
  color: #fff;
  text-decoration: none;
}

.footer-nav__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .footer-nav__item {
    padding-bottom: 10px;
  }
}

.footer-copyright {
  font-size: 10px;
  margin-top: 30px;
  text-align: center;
}

.footer-copyright a {
  color: #a798b7;
  text-decoration: none;
}

.footer-copyright a:hover {
  opacity: 0.7;
}

.hamburger-menu {
  display: none;
}

.hamburger-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger-menu__line {
    position: relative;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-radius: 4px;
    background-color: #fff;
  }
  .hamburger-menu__line::before, .hamburger-menu__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: inherit;
    transition: inherit;
    border-radius: 4px;
    background-color: inherit;
  }
  .hamburger-menu__line::before {
    top: -8px;
  }
  .hamburger-menu__line::after {
    top: 8px;
  }
  .hamburger-menu.active .hamburger-menu__line {
    background-color: transparent;
  }
  .hamburger-menu.active .hamburger-menu__line::before, .hamburger-menu.active .hamburger-menu__line::after {
    top: 0;
    background-color: #fff;
  }
  .hamburger-menu.active .hamburger-menu__line::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hamburger-menu.active .hamburger-menu__line::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .header-menu__list {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .header-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
  }
}

.header-menu__item {
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .header-menu__item {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.header-menu__item a:hover {
  text-decoration: none;
}

.header-menu__item a {
  position: relative;
  display: inline-block;
  color: #fff;
}

.header-menu__item a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  background-color: #fff;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.header-menu__item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    background-image: linear-gradient(135deg, #7633a4, #250d65);
  }
  .header-menu.show {
    visibility: visible;
    opacity: 1;
  }
  /*
    .header-menu__item a::after {
      display: none;
    }*/
}

.hero {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-image: url(../img/hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero__inner {
  text-align: center;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .hero__inner {
    text-align: left;
  }
}

.hero__title {
  position: relative;
  font-size: 72px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 48px;
    line-height: 1.4;
  }
}

.hero__subtitle {
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .hero__subtitle {
    font-size: 16px;
    line-height: 1.8;
  }
}

.hero__link {
  padding: 50px 0;
}

.hero__scroll {
  position: absolute;
  right: 20px;
  bottom: 0;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 12px;
  padding: 0 0 90px 0;
  letter-spacing: 0.2em;
}

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

.hero__scroll::after {
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

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

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

.sub-hero {
  height: 240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-image: url(../img/hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.btn {
  position: relative;
  display: inline-block;
  color: #fff;
  width: 200px;
  padding: 20px 0;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#7633a4), color-stop(51%, #250d65), to(#7633a4));
  background-image: linear-gradient(to right, #7633a4 0%, #250d65 51%, #7633a4 100%);
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .1em;
  background-size: 200% auto;
}

.btn:hover {
  opacity: .8;
  text-decoration: none;
  background-position: right center;
}

.btn:hover::after {
  right: 1.2em;
}

.btn::after {
  position: absolute;
  top: 35%;
  right: 1.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
}

.btn--transparent {
  border: 1px solid #fff;
  background: none;
}

.btn--transparent:hover {
  opacity: .8;
  text-decoration: none;
}

.heading-pri {
  color: #391e88;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .heading-pri {
    font-size: 30px;
  }
}

.heading-pri--white {
  color: #fff;
}

.heading-sub {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .heading-sub {
    font-size: 12px;
  }
}

.swiper-container {
  width: 600px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    width: 100%;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  text-align-last: right;
}

@media screen and (max-width: 768px) {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align-last: center;
  }
}

.swiper-container {
  padding-bottom: 35px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  margin-top: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  position: relative;
  font-family: "Font Awesome 5 Free", sans-serif;
  opacity: 1;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
}

.swiper-button-prev::after {
  color: #391e88;
  content: "\f104";
}

.swiper-button-next::after {
  color: #391e88;
  content: "\f105";
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: #391e88;
}

.breadcrumb-list {
  padding: 8px 0;
  list-style: none;
  background-color: #f0f0f0;
}

.breadcrumb__wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.breadcrumb li {
  display: inline;
  /*横に並ぶように*/
  list-style: none;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8;
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
  padding-right: 6px;
  padding-left: 6px;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #333;
  /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
}

ul.pagination li {
  padding-right: 10px;
  font-weight: 600;
  font-size: 20px;
}

ul.pagination li a {
  background-image: linear-gradient(135deg, #7633a4, #250d65);
  color: white;
  border-radius: 50%;
  float: left;
  padding: 6px;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

ul.pagination li a.active {
  background-image: none;
  background-color: #f1ebf8;
  color: black;
  border-radius: 50%;
}

ul.pagination li a:hover:not(.active) {
  opacity: 0.8;
}

.form__item:not(:last-child) {
  margin-bottom: 30px;
}

.form__ttl {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.form__note {
  font-weight: normal;
  margin-left: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.form__require {
  margin-left: 10px;
  color: #391e88;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .form__radio {
    display: block;
  }
}

.form__radio:not(:last-child) {
  margin-right: 35px;
}

@media screen and (max-width: 768px) {
  .form__radio:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.form input[type="radio"] {
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 50%;
}

.form__input, .form__select {
  width: 300px;
  height: 44px;
  padding: 8px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .form__input, .form__select {
    width: 100%;
  }
}

.form input[type="tel"] {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .form input[type="tel"] {
    width: 100%;
  }
}

.form__textarea {
  min-width: 600px;
  min-height: 200px;
  padding: 8px;
  resize: both;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .form__textarea {
    width: 100%;
    min-width: 100%;
  }
}

.form__btn {
  margin-top: 50px;
  text-align: center;
}

.table {
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}

.table tr {
  border-bottom: solid 1px #ddd;
}

.table th {
  width: 20%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .table th {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .table td {
    margin-bottom: 20px;
  }
}

.table th, .table td {
  padding: 30px 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .table th, .table td {
    display: block;
    width: 100%;
    padding: 0;
  }
}

/*****  news  *****/
.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .news-wrapper {
    display: block;
    padding: 40px 20px;
  }
}

.news__date-label {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .news__item {
    display: block;
  }
}

.news__item:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .news__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.news__ttl {
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .news__ttl {
    margin-bottom: 20px;
    text-align: center;
  }
}

.news__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}

.news__txt a {
  color: #333;
}

.news__link {
  color: #333;
}

.news__date {
  display: block;
  margin-right: 20px;
  width: 80px;
  text-align: justify;
}

.news__label {
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
  display: block;
  width: 80px;
  padding: 2px 10px;
  text-align: center;
  border-radius: 20px;
  background-color: #E8E8E8;
  height: 28px;
}

@media screen and (max-width: 768px) {
  .news__label {
    font-size: 11px;
    height: 25px;
  }
}

/*****  service  *****/
.service-wrapper {
  padding-top: 30px;
}

.service__ttl {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .service__ttl {
    padding-bottom: 10px;
  }
}

.service__cont {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .service__list {
    display: block;
    padding: 0 20px;
  }
}

.service__item {
  padding: 0 30px 30px 0;
}

@media screen and (max-width: 768px) {
  .service__item {
    width: 100%;
    padding: 30px;
  }
}

.service__txt h3 {
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .service__txt h3 {
    padding: 5px 0;
    font-size: 18px;
  }
}

.service__txt span {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .service__txt span {
    display: inline-block;
    text-align: left;
  }
}

.service__link {
  text-align: center;
}

/*****  works  *****/
.works-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 120px auto 50px auto;
  max-width: 1140px;
}

.works-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f0f0f0;
  display: block;
  width: 60%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .works-wrapper::after {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68%;
  }
}

@media screen and (max-width: 768px) {
  .works-wrapper {
    display: block;
    padding: 40px 20px;
  }
}

.works__ttl {
  padding-bottom: 20px;
}

.works__ttl-wrapper {
  padding: 30px;
  text-align: center;
}

.works__txt {
  padding-top: 30px;
}

/*****  company  *****/
.company {
  background-image: url(../img/bg-circle.png), url(../img/bg-face.png);
  background-repeat: no-repeat;
  background-position: center top, center top;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .company {
    padding: 50px 0;
  }
}

.company-wrapper {
  text-align: center;
  width: 100%;
}

.company__ttl {
  text-align: center;
}

.company__under {
  font-size: 36px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, yellow));
  background: linear-gradient(transparent 70%, yellow 0%);
}

@media screen and (max-width: 768px) {
  .company__under {
    font-size: 32px;
    line-height: 1.6;
  }
}

.company__txt {
  padding: 30px 0;
}

.company__message {
  padding-bottom: 30px;
}

/*****  recruit  *****/
.recruit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .recruit-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.recruit-cont {
  width: 40%;
  text-align: center;
  padding: 60px;
  background-color: whitesmoke;
}

@media screen and (max-width: 768px) {
  .recruit-cont {
    width: 100%;
  }
}

.recruit_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .recruit_img img {
    height: 150px;
    width: 100%;
    -o-object-position: center -10px;
       object-position: center -10px;
  }
}

.recruit__ttl {
  margin-bottom: 30px;
}

.recruit__txt {
  padding-bottom: 30px;
}

/*****  contact  *****/
.contact {
  background-color: #f0f0f0;
  text-align: center;
  padding: 80px;
  margin: 80px 0 0 0;
}

.contact-wrapper {
  width: 100%;
}

.contact__ttl {
  padding: 20px 0;
}

.contact__txt {
  padding-bottom: 20px;
}

.news-article-wrapper {
  text-align: left;
  margin: 30px auto;
  padding: 0 40px;
  max-width: 850px;
}

.news-article-heading {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
}

.news-article_h2 {
  font-size: 24px;
  position: relative;
  padding-left: 30px;
  margin: 60px 0 20px 0;
}

.news-article_h2::before {
  content: '';
  display: block;
  height: 100%;
  width: 6px;
  background-color: #391e88;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.news-article_h3 {
  font-size: 18px;
  margin: 40px 0 20px 0;
}

.news-article-img img {
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-article__txt {
  margin-bottom: 30px;
}

.sns {
  margin-bottom: 20px;
}

.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sns__item {
  padding-right: 20px;
}

/*****  pager  *****/
.pager {
  text-align: center;
}

.pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #391e88;
  border-bottom: solid 1px #391e88;
  height: 100%;
  margin: 15px 0;
  position: relative;
}

.pager__prev, .pager__next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 100%;
  margin: 15px 0;
}

.pager__prev {
  border-right: solid 1px #391e88;
}

.pager__link {
  display: inline-block;
  text-align: left;
  padding: 10px 20px 10px 20px;
}

.pager__link:hover {
  background-color: #ece6fd;
  text-decoration: none;
}

.pager__link::before, .pager__link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #391e88;
}

.pager__link::before {
  left: 10px;
  content: "\f0d9";
}

.pager__link::after {
  right: 10px;
  content: "\f0da";
}

.service-more__list {
  display: block;
}

.service-more__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.service-more__item img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .service-more__item {
    display: block;
  }
  .service-more__item img {
    width: 100%;
  }
}

.service-more__txt {
  text-align: left;
  padding-left: 20px;
}

.service-more__txt h3 {
  font-size: 24px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .service-more__txt h3 {
    text-align: center;
  }
}

.heading-pri-company {
  font-size: 30px;
  color: #391e88;
}

.company-ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .company-ceo {
    display: block;
  }
}

.company__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.company-ceo__message {
  padding-left: 20px;
  text-align-last: left;
}

.company-info {
  padding: 0 15px;
}

.company-more__message {
  margin-bottom: 160px;
}

.works-more-container {
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media screen and (max-width: 768px) {
  .works-more-container {
    display: block;
  }
}

.card__img-wrapper {
  width: 30%;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .card__img-wrapper {
    width: 100%;
  }
}

.card__img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.card__ttl {
  padding: 15px;
}

.recruit-more {
  background-image: url(../img/bg-geometry.png);
  text-align: center;
}

.recruit-more__img {
  background-image: url(../img/recruit01.jpg);
  overflow: hidden;
  height: 780px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
          clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
}

@media screen and (max-width: 768px) {
  .recruit-more__img {
    height: 400px;
  }
}

.recruit-boshu-wrapper {
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #391e88;
  margin: 30px auto 100px auto;
  padding: 60px 95px;
}

@media screen and (max-width: 768px) {
  .recruit-boshu-wrapper {
    padding: 30px 10px;
  }
}

.recruit-message {
  font-size: 72px;
  color: #391e88;
}

@media screen and (max-width: 768px) {
  .recruit-message {
    font-size: 48px;
    line-height: 1.2;
    padding: 50px 0 10px 0;
  }
}

.recruit-message-sub {
  font-size: 32px;
  color: #391e88;
}

@media screen and (max-width: 768px) {
  .recruit-message-sub {
    font-size: 18px;
  }
}

.recruit-message-wrapper {
  text-align: center;
}

.recruit-more__ttl {
  font-size: 32px;
  color: #391e88;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .recruit-more__ttl {
    font-size: 26px;
  }
}

.recruit-boshu-shokushu {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .recruit-boshu-shokushu {
    font-size: 20px;
  }
}

.recruit-info__tbl {
  padding: 0 10px;
}

.recruit-info__tbl ul {
  margin-left: 20px;
}

.recruit-info__tbl li {
  list-style: initial;
}

.recruit__link__txt {
  font-size: 12px;
}

.contact-more {
  background-color: #fff;
  margin-top: 0;
}

.contact-wrapper {
  margin-bottom: 40px;
  text-align: center;
  margin: 0 auto;
  max-width: 950px;
}

@media screen and (max-width: 768px) {
  .contact-wrapper {
    margin-bottom: 30px;
  }
}

.contact-form-wrapper {
  padding: 90px;
  background-color: #f7f7f7;
  margin-top: 20px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contact-form-wrapper {
    padding: 30px;
  }
}

.contact-more__link {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */