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

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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. */
}

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: 1.2rem;
  letter-spacing: 0.05em;
}

[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;
  -webkit-text-decoration: underline dotted;
          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 */
}

ul, li {
  list-style: none;
}

p {
  letter-spacing: 0.05em;
}

/* # =================================================================
     # 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;
}

.inner01 {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .inner01 {
    width: 100%;
    padding: 0 10px;
  }
}

.inner02 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .inner02 {
    width: 100%;
    padding: 0 15px;
  }
}

html {
  font-size: 62.5%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
}

@media screen and (max-width: 599px) {
  *:focus {
    outline: none;
  }
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
}

.l-article__indexBox {
  border-bottom: 1px solid #16d9d5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px auto 25px;
}

.l-article__indexBox .c-label01 {
  margin: 0;
  display: inline-block;
  text-align: center;
  line-height: 24px;
}

.l-article__date {
  margin: 0 20px 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.l-article__ttl {
  width: 100%;
  margin: 20px auto;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .l-article__ttl {
    margin: 15px auto 10px;
    font-size: 1.8rem;
  }
}

.l-article h3.productName {
  font-size: 2rem;
  margin: 0 auto 10px;
  color: #000;
}

.l-article__index {
  margin: 20px auto 15px;
  color: #125d8c;
  font-size: 2.6rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
}

.l-article__mv {
  position: relative;
  margin: 0 auto 35px;
  width: 400px;
}

@media screen and (max-width: 599px) {
  .l-article__mv {
    width: 100%;
  }
}

.l-article__mv img {
  width: 100%;
}

.l-article article h1 {
  font-size: 2rem;
  border-left: 2px solid #3b83b0;
  padding: 0 0 0 20px;
  margin: 0 auto 30px;
}

.l-article article h2 {
  margin: 20px auto 25px;
  color: #3b83b0;
  border-bottom: 1px solid #3b83b0;
  font-size: 1.7rem;
  padding: 0 0 10px 0;
  letter-spacing: 0.05em;
}

.l-article article h3 {
  margin: 20px auto 15px;
  color: #125d8c;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.l-article article .section-index {
  margin: 20px auto 15px;
  color: #125d8c;
  font-size: 2.6rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
}

.l-article article h4 {
  margin: 20px auto 10px;
  color: #3b83b0;
  font-size: 1.6rem;
}

.l-article article p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0 auto 30px;
  /*span {
        background:linear-gradient(transparent 60%, rgba(22, 217, 213, .2) 60%);
      }*/
}

@media screen and (max-width: 1024px) {
  .l-article article p {
    font-size: 1.4rem;
  }
}

.l-article article ul {
  margin: 0 auto 15px;
}

.l-article article ul li {
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 auto 5px;
  list-style: none;
}

.l-article article ul li::before {
  content: '';
  position: absolute;
  top: 0.7rem;
  left: 0;
  background-color: #3b83b0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.l-article article .swiper-slide {
  font-size: inherit;
  padding: inherit;
}

.l-article article .swiper-slide::before {
  content: none;
}

.l-article article a {
  font-size: 1.5rem;
  color: #125d8c;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 0 25px 0 0;
  display: inline-block;
  word-break: break-all;
  /*&::after {
        content: '';
        background-image: url(/assets/img/common/icon_link01.svg);
        position: absolute;
        width: 21px;
        height: 21px;
        margin: 0 0 0 5px
      }*/
}

.l-article article a:hover {
  opacity: .7;
}

.l-article article img {
  margin: 0 auto 20px;
  display: block;
  max-width: 100%;
  height: auto;
}

.l-article article table {
  width: 100%;
}

.l-article article table tr {
  text-align: left;
  padding: 15px 25px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .l-article article table tr {
    padding: 10px 20px;
  }
}

.l-article article table tr:nth-child(odd) {
  background-color: #e3ecf1;
  border-left: 2px solid #3b83b0;
}

.l-article article table tr:nth-child(even) {
  background-color: #f1f5f8;
  border-left: 2px solid #16d9d5;
}

.l-article article table th {
  color: #125d8c;
  width: 170px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .l-article article table th {
    width: 100px;
  }
}

.l-article article table td {
  width: calc(100% - 170px);
}

@media screen and (max-width: 1024px) {
  .l-article article table td {
    width: calc(100% - 100px);
  }
}

.l-article__pager {
  margin: 0 auto 80px;
  padding: 25px 0 0 0;
  border-top: 1px solid #d0dfe8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .l-article__pager {
    margin: 0 auto 40px;
    padding: 15px 0 0 0;
  }
}

.l-article__pager__prev {
  width: 100%;
}

.l-article__pager__prev i {
  margin: 0 12px 0 0;
}

.l-article__pager__next {
  width: 100%;
  text-align: right;
}

.l-article__pager__next i {
  margin: 0 0 0 12px;
}

.l-article__pager__link {
  color: #004eae;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .l-article__pager__link {
    font-size: 1.5rem;
  }
}

.l-article__pager__link:hover {
  color: #d0dfe8;
}

.l-breadcrumb {
  padding: 15px 0 0 0;
  margin: 0 auto 100px;
}

@media screen and (max-width: 1024px) {
  .l-breadcrumb {
    padding: 10px 0 0 0;
    margin: 0 auto 30px;
  }
}

.l-breadcrumb__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-breadcrumb__item {
  font-size: 1.2rem;
}

.l-breadcrumb__item:not(:last-child) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-breadcrumb__item:not(:last-child):hover {
  opacity: .5;
}

.l-breadcrumb__item:not(:last-child) {
  position: relative;
  margin: 0 30px 0 0;
}

.l-breadcrumb__item:not(:last-child)::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: -17px;
  color: #135e8d;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}

.l-breadcrumb__item:first-child {
  position: relative;
  margin: 0 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-breadcrumb__item:first-child::before {
  content: '';
  background-image: url(/assets/img/common/icon_home01.svg);
  width: 16px;
  height: 14px;
  position: absolute;
  display: block;
  left: 0;
}

.l-breadcrumb__item:first-child::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: -28px;
  color: #135e8d;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}

.l-breadcrumb__item:first-child a {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
}

.l-breadcrumb__item:first-child a:hover {
  opacity: .8;
}

.l-breadcrumb__item a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-breadcrumb__item a:hover {
  color: #6e7e99;
  opacity: .8;
}

.l-header {
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 164, 162, 0.7)), to(rgba(18, 93, 140, 0.7)));
  background: linear-gradient(90deg, rgba(32, 164, 162, 0.7) 0%, rgba(18, 93, 140, 0.7) 100%);
  height: 60px;
  position: relative;
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .l-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 46px;
  }
}

@media screen and (max-width: 599px) {
  .l-header {
    height: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.l-header.is-active {
  height: 36px;
  /*.l-header__logo {
        @include media(tab) {
          height: 60px;
        }
        img {
          height: 40px;
        }
      }
      .l-header__logoLink {
        width: 100px;
        height: 56px;
        @include media(tab) {
          width: 80px;
          height: 55px;
        }
        @include media(sp) {
          width: 60px;
          height: 60px;
        }
      }*/
}

@media screen and (max-width: 599px) {
  .l-header.is-active {
    height: 36px;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__logo {
  /*background-color: $white01;
      display: inline-block;
      position: absolute;
      left: 50px;
      top: 0;
      z-index: 10;
      @include media(tab) {
        width: 80px;
        height: 80px;
        left: 20px;
      }
      @include media(sp) {
        width: 60px;
        height: 60px;
      }*/
}

@media screen and (max-width: 1024px) {
  .l-header__logo {
    margin: 0 0 0 10px;
  }
}

.l-header__logoLink {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*width: 150px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: $transition01;
      @include media(tab) {
        width: 80px;
        height: 80px;
      }
      @include media(sp) {
        width: 60px;
        height: 60px;
      }*/
}

.l-header__logoLink img {
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .l-header__logoLink img {
    width: 180px;
  }
}

.l-header__logoLink:hover {
  -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}

.l-header__toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .l-header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    z-index: 500;
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-header__toggle span {
    border-top: 2px solid #c5ee2b;
    width: 30px;
    display: block;
    position: absolute;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    border-radius: 3px;
  }
  .l-header__toggle span:nth-of-type(1) {
    top: 15px;
  }
  .l-header__toggle span:nth-of-type(2) {
    top: 20px;
  }
  .l-header__toggle span:nth-of-type(3) {
    top: 25px;
  }
  .l-header__toggle.is-active span:nth-of-type(1) {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    top: 18px;
  }
  .l-header__toggle.is-active span:nth-of-type(2) {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    top: 18px;
  }
  .l-header__toggle.is-active span:nth-of-type(3) {
    display: none;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 115px 0 0;
}

@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
  .l-header__nav.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(32, 164, 162, 0.9)), to(rgba(18, 93, 140, 0.9)));
    background: linear-gradient(90deg, rgba(32, 164, 162, 0.9) 0%, rgba(18, 93, 140, 0.9) 100%);
    height: 100vh;
    position: fixed;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    padding: 100px 20px 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.l-header__navItem {
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .l-header__navItem {
    width: 100%;
    margin: 0;
  }
}

.l-header__navItem:last-child {
  margin: 0;
}

.l-header__navItem .langLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .l-header__navItem .langLink__list {
    margin: 20px auto 0;
  }
}

.l-header__navItem .langLink__item {
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .l-header__navItem .langLink__item {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__navItem .langLink__item a {
    padding: 5px;
  }
}

.l-header__navItem .langLink__item--ja {
  margin: 0;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .l-header__navItem .langLink__item--ja {
    padding: 0;
    border-right: 1px dotted #fff;
  }
  .l-header__navItem .langLink__item--ja a {
    display: inline-block;
  }
}

.l-header__navItem .langLink__item--ja::after {
  content: '/';
  margin: 0 0 0 5px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .l-header__navItem .langLink__item--ja::after {
    content: unset;
  }
}

.l-header__navLink {
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 0 3px 0;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.l-header__navLink:hover {
  border-bottom: 1px solid #c5ee2b;
  padding: 0 0 3px 0;
}

@media screen and (max-width: 1024px) {
  .l-header__navLink:hover {
    padding: 10px;
    border-bottom: unset;
    opacity: .7;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__navLink {
    font-size: 1.3rem;
    padding: 10px;
    display: block;
    letter-spacing: 0.05em;
    color: #fff;
  }
}

@media screen and (max-width: 599px) {
  .l-header__navLink {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.l-header__navLink--abled {
  border-bottom: 1px solid #c5ee2b;
}

@media screen and (max-width: 1024px) {
  .l-header__navLink--abled {
    border-bottom: unset;
  }
}

.l-footer {
  background: -webkit-gradient(linear, left top, right top, from(#20a4a2), to(#125d8c));
  background: linear-gradient(90deg, #20a4a2 0%, #125d8c 100%);
  padding: 55px 0;
}

@media screen and (max-width: 1024px) {
  .l-footer {
    padding: 20px 0;
  }
}

@media screen and (max-width: 599px) {
  .l-footer {
    padding: 15px 0;
  }
}

.l-footer__logo {
  margin: 0 auto 30px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .l-footer__logo {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 599px) {
  .l-footer__logo {
    margin: 0 auto 15px;
  }
}

.l-footer__logo:hover {
  -webkit-filter: drop-shadow(3px 4px 7px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 4px 7px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 1024px) {
  .l-footer__logo img {
    width: 200px;
  }
}

@media screen and (max-width: 599px) {
  .l-footer__logo img {
    width: 150px;
  }
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto 30px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .l-footer__sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 599px) {
  .l-footer__sns {
    margin: 0 auto 5px;
  }
}

.l-footer__sns__item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer__sns__item:hover {
  opacity: .7;
}

.l-footer__sns__item:first-child {
  margin: 0 20px 0 0;
}

.l-footer__sns__item img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 599px) {
  .l-footer__sns__item img {
    width: 20px;
    height: 20px;
  }
}

.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer__copy {
  color: #fff;
  letter-spacing: 0.025em;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 1024px) {
  .l-footer__copy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 599px) {
  .l-footer__copy {
    margin: 0 0 15px;
    font-size: 1rem;
  }
}

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

@media screen and (max-width: 1024px) {
  .l-footer__nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 599px) {
  .l-footer__nav {
    width: 100%;
  }
}

.l-footer__navItem:first-child {
  margin: 0 20px 0 0;
  border-right: 1px solid #fff;
  padding: 0 20px 0 0;
}

.l-footer__navItem a {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer__navItem a:hover {
  text-decoration: underline;
}

.l-main {
  margin: 0 auto 80px;
}

@media screen and (max-width: 1024px) {
  .l-main {
    margin: 0 auto 40px;
  }
}

.l-main__inner {
  max-width: 1120px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .l-main__inner {
    width: 100%;
    padding: 0 15px;
  }
}

.l-main.top {
  margin: 0 auto;
}

.l-kv {
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 100px 0;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .l-kv {
    height: 200px;
    padding: 50px 0;
    margin: 46px 0 0 0;
  }
}

@media screen and (max-width: 599px) {
  .l-kv {
    margin: 40px 0 0 0;
  }
}

.l-kv__index {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-kv .bg-tri01 {
  position: absolute;
  top: 0px;
  left: -29px;
}

@media screen and (max-width: 1024px) {
  .l-kv .bg-tri01 {
    height: 250px;
    top: -50px;
    left: -21px;
  }
}

@media screen and (max-width: 599px) {
  .l-kv .bg-tri01 {
    height: 220px;
    top: -20px;
    left: -24px;
  }
}

.l-kv .bg-tri02 {
  position: absolute;
  top: 290px;
  left: -217px;
  z-index: -10;
}

@media screen and (max-width: 1024px) {
  .l-kv .bg-tri02 {
    top: 155px;
    left: -25px;
    height: 354px;
  }
}

@media screen and (max-width: 599px) {
  .l-kv .bg-tri02 {
    height: 315px;
    left: 0;
    top: 115px;
  }
}

.l-pager .pager__first {
  display: none;
}

.l-pager .pager__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;
}

.l-pager .pager__item {
  font-size: 1.6rem;
  font-weight: 500;
  width: 35px;
  height: 35px;
}

.l-pager .pager__item:not(:last-child) {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 599px) {
  .l-pager .pager__item:not(:last-child) {
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 599px) {
  .l-pager .pager__item {
    width: 30px;
    height: 30px;
  }
}

.l-pager .pager__item a {
  background-color: #fff;
  border: 1px solid #125d8c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.6rem;
}

.l-pager .pager__item a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#20a4a2), to(#125d8c));
  background: linear-gradient(90deg, #20a4a2 0%, #125d8c 100%);
}

.l-pager .pager__item a, .l-pager .pager__item .prev, .l-pager .pager__item .next, .l-pager .pager__item .current, .l-pager .pager__item .omit {
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  color: #125d8c;
}

@media screen and (max-width: 599px) {
  .l-pager .pager__item a, .l-pager .pager__item .prev, .l-pager .pager__item .next, .l-pager .pager__item .current, .l-pager .pager__item .omit {
    width: 30px;
    height: 30px;
  }
}

.l-pager .pager__item .omit {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.l-pager .pager__item .prev, .l-pager .pager__item .next {
  font-weight: 900;
  font-size: 1.6rem;
  border: none;
}

.l-pager .pager__item .prev:hover, .l-pager .pager__item .next:hover {
  color: #125d8c;
  background: none;
}

.l-pager .pager__item a.prev:hover, .l-pager .pager__item a.next:hover {
  opacity: .6;
}

.l-pager .pager__item .current {
  background: -webkit-gradient(linear, left top, right top, from(#20a4a2), to(#125d8c));
  background: linear-gradient(90deg, #20a4a2 0%, #125d8c 100%);
  color: #fff;
}

.c-btn a, .c-btn button, .c-btn input {
  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;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.6rem;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 599px) {
  .c-btn a, .c-btn button, .c-btn input {
    font-size: 1.4rem;
  }
}

.c-btn div {
  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;
}

.c-btn01__link {
  width: 340px;
  height: 60px;
  position: relative;
  letter-spacing: 0.075em;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 599px) {
  .c-btn01__link {
    max-width: 250px;
    height: 45px;
    margin: 0 auto;
  }
}

.c-btn01__link::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 12px;
  right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 1025px) {
  .c-btn01__link:hover::after {
    right: 12px;
    letter-spacing: 0.1em;
  }
}

.c-btn02 {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  height: auto;
  font-size: 1.3rem;
  background: #0a4d81;
  color: #fff;
  padding: 8px;
  margin-top: auto;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .c-btn02 {
    padding: 20.5px;
  }
}

@media screen and (max-width: 599px) {
  .c-btn02 {
    max-width: 100%;
  }
}

.c-btn02::before {
  content: url(/assets/img/common/icon_access02.svg);
  width: 13px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn02::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 14px;
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 1025px) {
  .c-btn02:hover {
    background: -webkit-gradient(linear, left top, right top, from(#20a4a2), to(#125d8c));
    background: linear-gradient(90deg, #20a4a2 0%, #125d8c 100%);
  }
  .c-btn02:hover::after {
    right: 8px;
    letter-spacing: 0.1em;
  }
}

.c-btn .color01 {
  background-color: #fff;
  color: #125d8c;
}

.c-btn .color01::after {
  /*background-image: url(/assets/img/common/icon_arrow02.svg);*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

@media screen and (min-width: 1025px) {
  .c-btn .color01:hover {
    background: -webkit-gradient(linear, left top, right top, from(#2580b3), color-stop(50%, #6ea6ca), to(#b2cae0));
    background: linear-gradient(90deg, #2580b3 0%, #6ea6ca 50%, #b2cae0 100%);
  }
}

.c-btn .color02 {
  background: -webkit-gradient(linear, left top, right top, from(#2580b3), color-stop(50%, #6ea6ca), to(#b2cae0));
  background: linear-gradient(90deg, #2580b3 0%, #6ea6ca 50%, #b2cae0 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.c-btn .color02::after {
  /*background-image: url(/assets/img/common/icon_arrow02.svg);*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

@media screen and (min-width: 1025px) {
  .c-btn .color02:hover {
    background: -webkit-gradient(linear, left top, right top, from(#00618e), color-stop(80%, #00377d), to(#000a6b));
    background: linear-gradient(90deg, #00618e 0%, #00377d 80%, #000a6b 100%);
  }
}

.c-pageTop {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#20a4a2), to(#125d8c));
  background: linear-gradient(90deg, #20a4a2 0%, #125d8c 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;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  .c-pageTop {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .c-pageTop:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(32, 164, 162, 0.8)), to(rgba(18, 93, 140, 0.8)));
    background: linear-gradient(90deg, rgba(32, 164, 162, 0.8) 0%, rgba(18, 93, 140, 0.8) 100%);
  }
}

.c-pageTop .arrow {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .c-pageTop .arrow {
    width: 60px;
    height: 60px;
  }
}

.c-pageTop .arrow::before {
  content: '';
  background-image: url(/assets/img/common/icon_arrow02.svg);
  color: #fff;
  width: 23px;
  height: 13px;
  margin: 0 auto 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-pageTop span {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: -20px;
  width: 100%;
  letter-spacing: 0.1em;
}

.c-open {
  display: block;
  font-size: 1.3rem;
  margin: 20px auto 30px;
  color: #cb7129;
  font-family: "Oswald", sans-serif;
  position: relative;
}

.c-open::before {
  content: url(/assets/img/common/icon_arrow06.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-open.close {
  margin-bottom: 70px;
}

.c-open.close::before {
  content: none;
}

.c-open.close::after {
  content: url(/assets/img/common/icon_arrow07.svg);
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .c-box01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}

.c-box01__cnt {
  max-width: 450px;
}

@media screen and (max-width: 1024px) {
  .c-box01__cnt {
    max-width: 100%;
  }
}

.c-box01__txt {
  position: absolute;
  width: 80%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
}

@media screen and (max-width: 1024px) {
  .c-box01__txt {
    width: calc(60% + 100px);
    padding: 30px;
    margin-top: 0;
    bottom: -30%;
  }
}

@media screen and (max-width: 599px) {
  .c-box01__txt {
    bottom: -70%;
    width: calc(70% + 100px);
  }
}

.c-box01__txt h3 {
  font-size: 2.4rem;
  margin: 0 auto 20px;
  letter-spacing: 0.25em;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .c-box01__txt h3 {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 599px) {
  .c-box01__txt h3 {
    font-size: 1.8rem;
    margin: 0 auto 10px;
  }
}

.c-box01__txt .c-txt01 {
  margin: 0 auto 25px;
  color: #000;
}

.c-box01__img {
  position: relative;
  z-index: 10;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.35));
}

@media screen and (max-width: 1400px) {
  .c-box01__img {
    width: 500px;
  }
}

.c-box01__img::after {
  content: '';
  position: absolute;
  border: 1px solid #c5ee2b;
  height: 360px;
  width: 600px;
  top: 40px;
  z-index: -10;
}

@media screen and (max-width: 1400px) {
  .c-box01__img::after {
    width: 500px;
    height: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .c-box01__img {
    width: 100%;
    z-index: 0;
  }
}

@media screen and (max-width: 1400px) {
  .c-box01__img img {
    width: 100%;
  }
}

.c-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  margin-bottom: 80px;
}

.c-box02:last-child {
  margin-bottom: 0;
}

.c-box02:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-box02:nth-of-type(even) .c-box02__img {
  text-align: right;
}

.c-box02:nth-of-type(even) .c-box02__txt {
  padding-left: 0;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  .c-box02 {
    display: block;
    margin-left: 0;
    position: relative;
  }
}

.c-box02__txt {
  max-width: 530px;
  width: 100%;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .c-box02__txt {
    max-width: 100%;
    padding-left: 0;
  }
}

.c-box02 .c-txt01 {
  margin: 0 auto 30px;
  color: #000;
}

.c-box02 .c-txt01:last-child {
  margin-bottom: 0;
}

.c-box02 .c-ttl__line {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.c-box02 .c-ttl__line::after {
  width: 26px;
  border-bottom: solid 2px #28aabe;
}

.c-box02__img {
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.35));
}

@media screen and (max-width: 1400px) {
  .c-box02__img {
    max-width: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .c-box02__img {
    margin-bottom: 20px;
    max-width: 400px;
  }
}

@media screen and (max-width: 599px) {
  .c-box02__img {
    width: 100%;
    z-index: 0;
  }
}

@media screen and (max-width: 1400px) {
  .c-box02__img img {
    width: 100%;
  }
}

.c-form {
  width: 100%;
}

.c-form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .c-form tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-form tr:last-child th {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: none;
}

.c-form tr:last-child td {
  border-bottom: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-form th {
  width: 200px;
  padding: 30px;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebf3fa;
  border-bottom: 2px solid #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .c-form th {
    width: 100%;
    padding: 15px;
  }
}

.c-form td {
  width: calc(100% - 200px);
  padding: 20px;
  background-color: #f7fafd;
  border-bottom: 2px solid #d0dfe8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .c-form td {
    width: 100%;
    padding: 20px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
}

.c-form__label span {
  color: red;
}

.c-form__input {
  border: 1px solid #b6cbde;
  border-radius: 4px;
  height: 44px;
  padding: 10px 18px;
  background-color: #fff;
  font-size: 1.4rem;
}

.c-form__input--s01 {
  width: 120px;
}

@media screen and (max-width: 599px) {
  .c-form__input--s01 {
    width: 100%;
  }
}

.c-form__input--s02 {
  width: 150px;
}

@media screen and (max-width: 1024px) {
  .c-form__input--s02 {
    width: 200px;
  }
}

.c-form__input--m01 {
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .c-form__input--m01 {
    width: 300px;
  }
}

.c-form__input--m02 {
  width: 475px;
}

@media screen and (max-width: 1024px) {
  .c-form__input--m02 {
    width: 300px;
  }
}

.c-form__input--l {
  width: 100%;
}

.c-form__input--text {
  width: 100%;
  height: 200px;
}

.c-form__input::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: #999;
  letter-spacing: 0.05em;
}

.c-form__input:-ms-input-placeholder {
  font-size: 1.4rem;
  color: #999;
  letter-spacing: 0.05em;
}

.c-form__input::-ms-input-placeholder {
  font-size: 1.4rem;
  color: #999;
  letter-spacing: 0.05em;
}

.c-form__input::placeholder {
  font-size: 1.4rem;
  color: #999;
  letter-spacing: 0.05em;
}

.c-form__selectBox {
  position: relative;
}

.c-form__selectBox:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.1rem;
  color: #7988a1;
  font-weight: 900;
}

.c-form__select {
  font-size: 1.3rem;
  color: #999;
  cursor: pointer;
}

.c-form__search {
  color: #fff;
  background-color: #125d8c;
  margin: 0 0 0 30px;
  height: 36px;
  width: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 15px;
}

@media screen and (max-width: 599px) {
  .c-form__search {
    margin: 15px 0 0 0;
    width: 150px;
  }
}

.c-form__search:after {
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 1025px) {
  .c-form__search:hover {
    opacity: .8;
  }
  .c-form__search:hover:after {
    right: 6px;
  }
}

.c-label__show {
  background-color: #12bb9a;
}

.c-label__lib {
  background-color: #0a4d81;
}

.c-label__recruit {
  background-color: #e6477c;
}

.c-label__news {
  background-color: #c7bf3b;
}

.c-label__others {
  background-color: #8b9099;
}

.c-label__planned {
  background: #7ead23;
}

.c-label__planned::after {
  border-top: solid 25px #7ead23;
}

.c-label__new {
  background: #7ead23;
}

.c-label__new::after {
  border-top: solid 25px #7ead23;
}

.c-label__now {
  background: #00508d;
}

.c-label__now::after {
  border-top: solid 25px #00508d;
}

.c-label01 {
  min-width: 120px;
  max-width: 120px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-label01.c-label__case01 {
  min-width: 100px;
  max-width: 100px;
}

.c-label02 {
  position: relative;
  padding: 0 0 0 22px;
  font-size: 1.4rem !important;
  margin: 0 auto !important;
}

.c-label02::before {
  content: '';
  background-image: url(/assets/img/common/icon_tag01.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-label03 {
  position: absolute;
  top: 0;
  width: 98px;
  height: 25px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  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;
}

.c-label03::after {
  position: absolute;
  content: '';
  right: -10px;
  top: 0px;
  border-right: solid 10px transparent;
}

.c-label03.category-planned {
  background: #7ead23;
}

.c-label03.category-planned::after {
  border-top: solid 25px #7ead23;
}

.c-label03.category-new {
  background: #7ead23;
}

.c-label03.category-new::after {
  border-top: solid 25px #7ead23;
}

.c-label03.category-now {
  background: #00508d;
}

.c-label03.category-now::after {
  border-top: solid 25px #00508d;
}

.c-link01 {
  font-size: 1.5rem;
  color: #125d8c;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  word-break: break-all;
}

.c-link01:hover {
  opacity: .7;
}

.c-link__tel {
  color: #333;
}

@media screen and (max-width: 599px) {
  .c-link__tel {
    color: #125d8c;
  }
}

.c-linkExternal {
  padding: 0 25px 0 0;
}

.c-linkExternal::after {
  content: '';
  background-image: url(/assets/img/common/icon_link01.svg);
  position: absolute;
  bottom: 0;
  width: 21px;
  height: 21px;
  margin: 0 0 0 5px;
}

.c-anchor {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .c-anchor {
    margin-bottom: 30px;
  }
}

.c-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-anchor__item {
  font-size: 1.5rem;
  padding: 0 40px;
  position: relative;
  height: 30px;
}

.c-anchor__item + .c-anchor__item {
  border-left: 1px solid #d6d6d6;
}

@media screen and (max-width: 1024px) {
  .c-anchor__item {
    padding: 0 25px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  .c-anchor__item {
    font-size: 1.3rem;
    padding: 0 8px;
  }
}

.c-anchor__link {
  color: #0a4d81;
  font-weight: 900;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
}

.c-anchor__link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 1.6rem;
  color: #28aabe;
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 599px) {
  .c-anchor__link::after {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .c-anchor__link:hover::after {
    top: 140%;
    letter-spacing: 0.1em;
  }
}

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

.c-list01__item {
  width: 100%;
  border-bottom: solid 2px #fff;
  position: relative;
}

.c-list01__item:first-child {
  padding-top: 0;
}

.c-list01__item::after {
  content: '';
  position: absolute;
  display: block;
  border-bottom: solid 2px #6e7e99;
  bottom: -2px;
  width: 5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-list01__item:hover::after {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .c-list01__item:hover::after {
    width: 5%;
  }
}

.c-list01__item:hover .c-list01__ttl {
  color: #6e7e99;
}

.c-list01__item:hover .c-list01__link::after {
  right: 15px;
}

.c-list01__link {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 60px 35px 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .c-list01__link {
    padding: 20px 40px 20px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-list01__link::after {
  content: '';
  /*background-image: url(/assets/img/common/icon_arrow01.svg);*/
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /*width: 10px;
          height: 12px;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 2rem;
  color: #6e7e99;
}

.c-list01__date {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 25px 0 0;
  color: #6e7e99;
}

.c-list01__label {
  margin: 0 30px 0 0;
}

.c-list01__ttl {
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .c-list01__ttl {
    margin: 10px 0 0;
    line-height: 1.7;
    width: 100%;
  }
}

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

@media screen and (max-width: 1024px) {
  .c-list02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-list02__item {
  width: 48%;
}

@media screen and (max-width: 599px) {
  .c-list02__item {
    width: 100%;
  }
}

.c-list02__img img {
  width: 100%;
}

.c-list02__txt {
  font-size: 1.4rem;
  color: #000;
}

.c-list02__date {
  font-size: 1.3rem;
  color: #000;
}

.c-list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-list03::before {
  content: "";
  display: block;
  width: 28%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-list03::after {
  content: "";
  display: block;
  width: 28%;
  height: 0;
}

.c-list03__item {
  width: 28%;
}

@media screen and (max-width: 1024px) {
  .c-list03__item {
    width: 48%;
  }
  .c-list03__item:not(:last-child) {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 599px) {
  .c-list03__item {
    width: 100%;
  }
}

.c-list03__link {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-list03__link:hover .c-list03__img {
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.3));
}

.c-list03__link:hover .c-list03__ttl {
  color: #125d8c;
}

.c-list03__img {
  margin: 0 auto 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.35));
}

@media screen and (max-width: 1024px) {
  .c-list03__img {
    margin: 0 auto 10px;
  }
}

.c-list03__img img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 599px) {
  .c-list03__img img {
    height: unset;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.c-list03__ttl {
  font-size: 1.5rem;
  margin: 0 auto 10px;
}

.c-list03__date {
  font-size: 1.7rem;
  font-family: "Oswald", sans-serif;
  color: #283744;
}

.c-list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-list04::before {
  content: "";
  display: block;
  width: 23%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-list04::after {
  content: "";
  display: block;
  width: 23%;
  height: 0;
}

.c-list04__item {
  width: 23%;
}

@media screen and (max-width: 1024px) {
  .c-list04__item {
    width: 47%;
  }
  .c-list04__item:not(:last-child) {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 599px) {
  .c-list04__item {
    width: 100%;
  }
}

.c-list04__box {
  position: relative;
}

@media screen and (max-width: 599px) {
  .c-list04__box {
    width: 80%;
    margin: 0 auto;
  }
}

.c-list04__link {
  color: #000;
}

@media screen and (min-width: 1025px) {
  .c-list04__link:hover .c-list04__img {
    -webkit-filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.35));
            filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.35));
  }
  .c-list04__link:hover .c-list04__ttl::after {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 599px) {
  .c-list04__link:hover .c-list04__ttl::after {
    width: 20%;
  }
}

.c-list04__label {
  position: absolute;
  top: 0;
  width: 98px;
  height: 25px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  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;
}

.c-list04__label::after {
  position: absolute;
  content: '';
  right: -10px;
  top: 0px;
  border: none;
  border-right: solid 10px transparent;
}

.c-list04__label.category-planned {
  background: #7ead23;
}

.c-list04__label.category-planned::after {
  border-top: solid 25px #7ead23;
}

.c-list04__label.category-now {
  background: #00508d;
}

.c-list04__label.category-now::after {
  border-top: solid 25px #00508d;
}

.c-list04__img {
  max-width: 100%;
  margin: 0 auto 25px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.35));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 599px) {
  .c-list04__img {
    width: 100%;
    margin: 0 auto 15px;
  }
}

.c-list04__ttl {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin: 0 auto 10px;
  padding: 0 0 10px;
  border-bottom: solid 2px #fff;
  position: relative;
}

@media screen and (max-width: 599px) {
  .c-list04__ttl {
    font-size: 1.4rem;
  }
}

.c-list04__ttl::after {
  content: '';
  position: absolute;
  display: block;
  border-bottom: solid 2px #0f7c66;
  bottom: -2px;
  width: 20%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-list04__date {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin: 0 auto 8px;
}

@media screen and (max-width: 599px) {
  .c-list04__date {
    font-size: 1.5rem;
  }
}

.c-list04__date__clock {
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 599px) {
  .c-list04__date__clock {
    font-size: 1.4rem;
  }
}

.c-list05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .c-list05 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-list05__item {
  width: 18%;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.35));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .c-list05__item {
    width: 32%;
  }
}

@media screen and (max-width: 599px) {
  .c-list05__item {
    width: 48%;
  }
}

.c-list05__item:hover {
  -webkit-filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.6));
}

.c-list05__item img {
  width: 100%;
}

.c-list06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-list06__item {
  width: 23%;
}

.c-list07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  margin: 0 auto 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  .c-list07 {
    font-size: 1.3rem;
  }
}

.c-list07 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-list07 dt img {
  width: 15px;
}

.c-list07 dd {
  font-size: 1.4rem;
  margin: 0 0 0 8px;
}

.c-list07__clock dd {
  font-size: 1.5rem;
  font-weight: 600;
}

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

.c-list08__item:hover .c-list08__img {
  -webkit-filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.5));
}

.c-list08__item a {
  color: #000;
}

.c-list08__item .product {
  font-size: 1.5rem;
  margin: 0 auto 10px;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .c-list08__item .product {
    font-size: 1.4rem;
  }
}

.c-list08__item .c-label02 {
  text-align: left;
}

.c-list08__item .label {
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .c-list08__item .label {
    font-size: 1.3rem;
  }
}

.c-list08__imgWrap {
  text-align: center;
  position: relative;
  max-width: 230px;
}

.c-list08__name {
  position: absolute;
  z-index: 10;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.6);
  height: 120px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 0 0;
  letter-spacing: 0.05em;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .c-list08__name {
    height: 100px;
    font-size: 1.4rem;
    width: 30px;
  }
}

.c-list08__img {
  width: 100%;
  height: 230px;
  margin: 0 auto 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.35));
}

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

.c-list09__item {
  margin: 0 30px 15px 0;
  font-size: 1.6rem;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 599px) {
  .c-list09__item {
    font-size: 1.3rem;
    min-width: 100px;
    margin: 0 5px 10px 0;
  }
}

.c-list09__item label span {
  padding: 2px 12px;
  min-width: 120px;
  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;
}

.c-list09__item label input {
  display: none;
}

.c-list09__item label input:checked + span {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#16d9d5), color-stop(50%, #148fa9), to(#125d8c));
  background: linear-gradient(-90deg, #16d9d5 0%, #148fa9 50%, #125d8c 100%);
  border-radius: 20px;
}

.c-list09__item.current {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#16d9d5), color-stop(50%, #148fa9), to(#125d8c));
  background: linear-gradient(-90deg, #16d9d5 0%, #148fa9 50%, #125d8c 100%);
}

.c-list10 {
  padding: 0 0 0 20px;
  counter-reset: li;
}

.c-list10__item {
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 auto 20px;
  position: relative;
}

.c-list10__item::before {
  position: absolute;
  margin-right: .25em;
  counter-increment: li;
  content: counter(li) ".";
  color: #0a4d81;
  left: -22px;
  top: 1px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-table01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  margin: 0 auto 8px;
}

.c-table01 dt {
  margin: 0 5px 0 0;
}

.c-table02 {
  width: 100%;
}

.c-table02 tr {
  text-align: left;
  padding: 15px 25px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .c-table02 tr {
    padding: 10px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-table02 tr:nth-child(odd) {
  background-color: #e3ecf1;
  border-left: 2px solid #3b83b0;
}

.c-table02 tr:nth-child(even) {
  background-color: #f1f5f8;
  border-left: 2px solid #16d9d5;
}

.c-table02 th {
  color: #125d8c;
  width: 170px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .c-table02 th {
    width: 100%;
  }
}

.c-table02 td {
  width: calc(100% - 170px);
}

@media screen and (max-width: 1024px) {
  .c-table02 td {
    width: 100%;
  }
}

.c-txtColor01 {
  color: #125d8c;
}

.c-txtColor02 {
  color: #004eae;
}

.c-txtColor03 {
  color: #b0d0ff;
}

.c-txtColor04 {
  color: #c5ee2b;
}

.c-txtBgColor01 {
  background-color: #125d8c;
}

.c-txtBgColor02 {
  background-color: #004eae;
}

.c-txtBgColor03 {
  background-color: #b0d0ff;
}

.c-txtBgColor04 {
  background-color: #c5ee2b;
}

.c-txtWeightBold {
  font-weight: bold;
}

.c-txt01 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media screen and (max-width: 599px) {
  .c-txt01 {
    font-size: 1.4rem;
  }
}

.c-txt02 {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media screen and (max-width: 599px) {
  .c-txt02 {
    font-size: 1.3rem;
  }
}

.c-txt03 {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media screen and (max-width: 599px) {
  .c-txt03 {
    font-size: 1.2rem;
  }
}

.c-txt__square {
  color: #28aabe;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.c-txt__square::before {
  content: '';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f45c";
  color: #28aabe;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-info .c-ttl__line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 30px 0;
  border-bottom: solid 2px #d6d6d6;
}

@media screen and (max-width: 1024px) {
  .c-info .c-ttl__line {
    display: block;
    padding: 15px 0;
  }
}

.c-info .c-ttl__line:first-child {
  padding-top: 0;
}

.c-info .c-ttl__line:after {
  border-bottom: solid 2px #16d9d5;
  width: 15%;
}

@media screen and (max-width: 1024px) {
  .c-info .c-ttl__line:after {
    width: 50px;
  }
}

.c-info .c-ttl__line .c-txt01 {
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .c-info .c-ttl__line .c-txt01 {
    padding-left: 0;
  }
}

.c-info__ttl {
  width: 15%;
  font-size: 1.7rem;
  padding-left: 20px;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .c-info__ttl {
    width: 45%;
    font-size: 1.4rem;
    padding-left: 0;
  }
}

.c-info__txt {
  padding-left: 20px;
}

.c-ttl01 {
  font-size: 5rem;
  margin: 0 auto 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .c-ttl01 {
    font-size: 3.5rem;
    margin: 0 auto;
  }
}

.c-ttl01__sub {
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .c-ttl01__sub {
    font-size: 1.6rem;
  }
}

.c-ttl02 {
  font-size: 6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#2580b3), color-stop(50%, #6ea6ca), to(#b2cae0));
  background: linear-gradient(90deg, #2580b3 0%, #6ea6ca 50%, #b2cae0 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  margin: 0 auto 10px;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 599px) {
  .c-ttl02 {
    font-size: 4rem;
  }
}

.c-ttl02__sub {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 60px;
}

@media screen and (max-width: 1024px) {
  .c-ttl02__sub {
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
}

.c-ttl03 {
  font-size: 2.4rem;
  margin: 0 auto 10px;
}

.c-ttl03-sub {
  font-family: "Oswald", sans-serif;
  margin: 0 auto 10px;
}

.c-ttl04 {
  font-size: 6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.c-ttl05 {
  font-size: 3.6rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin: 0 auto 5px;
  color: #0a4d81;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .c-ttl05 {
    font-size: 3rem;
  }
}

.c-ttl05__sub {
  font-size: 1.8rem;
  margin: 0 auto 50px;
  text-align: center;
  display: block;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .c-ttl05__sub {
    margin: 0 auto 30px;
    font-size: 1.6rem;
  }
}

.c-ttl06 {
  font-size: 3.4rem;
  font-weight: 600;
  margin: 0 auto 5px;
  text-align: center;
}

.c-ttl06__sub {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  margin: 0 auto 50px;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #28aabe;
}

.c-ttl07 {
  margin: 20px auto 15px;
  color: #125d8c;
  font-size: 2.6rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
}

.c-ttl__line {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin: 0 auto 10px;
  padding: 0 0 10px;
  border-bottom: solid 2px #fff;
  position: relative;
}

@media screen and (max-width: 599px) {
  .c-ttl__line {
    font-size: 1.4rem;
  }
}

.c-ttl__line::after {
  content: '';
  position: absolute;
  display: block;
  border-bottom: solid 2px #ccc;
  bottom: -2px;
  width: 7%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  .c-ttl__line::after {
    width: 50px;
  }
}

.u-alignCenter {
  text-align: center;
  margin: 0 auto;
}

.u-alignLeft {
  text-align: left;
  display: block;
}

.u-alignRight {
  text-align: right;
  display: block;
}

.u-colorTxt01 {
  color: #125d8c;
}

.u-colorTxt02 {
  color: #004eae;
}

.u-colorTxt03 {
  color: #b0d0ff;
}

.u-colorTxt04 {
  color: #c5ee2b;
}

.u-colorTxt04 {
  color: #8fa0a9;
}

.u-colorTxtNotice {
  color: #ff0000;
}

.u-colorBg01 {
  background-color: #125d8c;
}

.u-colorBg02 {
  background-color: #004eae;
}

.u-colorBg03 {
  background-color: #b0d0ff;
}

.u-colorBg04 {
  background-color: #c5ee2b;
}

.u-colorBg04 {
  background-color: #8fa0a9;
}

.u-m5 {
  margin: 5px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-m60 {
  margin: 60px !important;
}

.u-m70 {
  margin: 70px !important;
}

.u-m80 {
  margin: 80px !important;
}

.u-m90 {
  margin: 90px !important;
}

.u-m100 {
  margin: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-p5 {
  padding: 5px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-p60 {
  padding: 60px !important;
}

.u-p70 {
  padding: 70px !important;
}

.u-p80 {
  padding: 80px !important;
}

.u-p90 {
  padding: 90px !important;
}

.u-p100 {
  padding: 100px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.group-common .l-kv {
  background-image: url(/assets/img/page/group/group.jpg);
}

.group-common.l-main {
  margin: 0 auto;
}

.group-common .group__box {
  position: relative;
}

.group-common .group__bg {
  width: 100%;
  background: #dff2f5;
  position: absolute;
  top: 47%;
  padding: 153px 0;
  z-index: -1;
  overflow: hidden;
}

.group-common .group__bg h3 {
  color: #c7eaf0;
  font-family: "Oswald", sans-serif;
  font-size: 20rem;
  line-height: 1.0;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .group-common .group__bg h3 {
    font-size: 10rem;
  }
}

@media screen and (max-width: 599px) {
  .group-common .group__bg {
    top: 220px;
    height: 85%;
  }
}

.group-common .c-list04__ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}

.group-common .c-list04__ttl::after {
  width: 26px;
  border-bottom: solid 2px #28aabe;
}

.group-common .c-list04__ttl::before {
  content: '';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: #28aabe;
  position: absolute;
  top: 35%;
  right: 14px;
  font-size: 1.6rem;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}

.group-common .c-list04__img {
  text-align: center;
}

.p-group section[class^="sec"] {
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-group section[class^="sec"] {
    padding: 40px 0;
  }
}

@media screen and (max-width: 599px) {
  .p-group section[class^="sec"] {
    padding: 30px 0;
  }
}

.p-group section.sec03 {
  padding: 0 0 80px 0;
}

.p-group section.sec03 .inner01 {
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .p-group section.sec03 .inner01 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 599px) {
  .p-group section.sec03 .inner01 {
    padding: 30px 0;
  }
}

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

.p-group .group__cnt .c-list04 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-group .group__cnt .c-list04__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}

.p-group .group__cnt .c-list04__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .p-group .group__cnt .c-list04__item {
    max-width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-group .group__cnt {
    display: block;
  }
}

.p-group .c-anchor {
  margin: 0 auto 30px;
}

@media screen and (max-width: 1024px) {
  .p-group .c-anchor {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 599px) {
  .p-group .c-anchor {
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-group .c-anchor__item {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 599px) {
  .p-group .c-anchor__item {
    margin: 0 0 20px;
  }
}

.p-group .c-box02__img {
  -webkit-filter: none;
          filter: none;
}

.p-group .sec01 .group__bg {
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .p-group .sec01 .group__bg {
    bottom: 0;
    top: 220px;
    height: 80%;
  }
}

.p-group .sec01 .group__bg h3 {
  bottom: -10px;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .p-group .sec01 .group__bg h3 {
    bottom: -5px;
  }
}

.p-group .sec01 .c-list04__item {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .p-group .sec01 .c-list04__item {
    width: 100%;
  }
}

.p-group .sec01 .c-list04__img img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-group .sec02 {
    margin: 0 auto 80px;
  }
}

@media screen and (max-width: 599px) {
  .p-group .sec02 {
    margin: 0 auto 10px;
  }
}

.p-group .sec02 .group__bg {
  padding: 167px 0;
}

@media screen and (max-width: 1024px) {
  .p-group .sec02 .group__bg {
    top: 220px;
    height: 85%;
  }
}

.p-group .sec02 .group__bg h3 {
  bottom: -10px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .p-group .sec02 .group__bg h3 {
    bottom: -4px;
  }
}

@media screen and (max-width: 599px) {
  .p-group .sec03 {
    margin: 0 auto 160px;
  }
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .inner01 {
    width: 100%;
    padding: 0;
  }
}

.p-group .sec03 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-group .sec03 .box01 {
  width: 65%;
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .box01 {
    width: 100%;
    margin: 0 auto 115px;
    position: relative;
  }
}

@media screen and (max-width: 599px) {
  .p-group .sec03 .box01 {
    margin: 0 auto 150px;
  }
}

.p-group .sec03 .box01 .c-list04 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.p-group .sec03 .box01 .c-list04__item {
  width: 300px;
  margin: 0;
}

@media screen and (max-width: 1400px) {
  .p-group .sec03 .box01 .c-list04__item {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .box01 .c-list04__item {
    width: 40%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .p-group .sec03 .box01 .c-list04__item {
    width: 100%;
  }
}

.p-group .sec03 .box01 .c-list04__item:first-child {
  margin: 0 50px 0 0;
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .box01 .c-list04__item:first-child {
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .p-group .sec03 .box01 .c-list04__item:first-child {
    margin: 0 auto 30px;
  }
}

.p-group .sec03 .box01 .group__bg {
  width: 58%;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1400px) {
  .p-group .sec03 .box01 .group__bg {
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .box01 .group__bg {
    width: 100%;
  }
}

.p-group .sec03 .box01 .group__bg h3 {
  bottom: -10px;
}

.p-group .sec03 .box02 {
  width: 300px;
  margin: 0 auto 0 85px;
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .box02 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}

.p-group .sec03 .box02 .c-list04__item {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .box02 .c-list04__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 599px) {
  .p-group .sec03 .box02 .c-list04__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .box02 .c-list04__img {
    width: 35%;
  }
}

@media screen and (max-width: 599px) {
  .p-group .sec03 .box02 .c-list04__img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .box02 .c-list04__txt {
    width: 60%;
  }
}

@media screen and (max-width: 599px) {
  .p-group .sec03 .box02 .c-list04__txt {
    width: 100%;
  }
}

.p-group .sec03 .box02 .group__bg {
  width: 39%;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1400px) {
  .p-group .sec03 .box02 .group__bg {
    width: 37%;
  }
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .box02 .group__bg {
    width: 100%;
    padding: 100px 0;
  }
}

.p-group .sec03 .box02 .group__bg h3 {
  bottom: -10px;
  left: -11px;
}

@media screen and (max-width: 599px) {
  .p-group .sec03 .c-list04 {
    padding: 0 10px;
  }
}

.p-group .sec03 .c-list04__img img {
  max-width: 300px;
}

@media screen and (max-width: 1024px) {
  .p-group .sec03 .c-list04__img img {
    max-width: 300px;
    width: 100%;
  }
}

.p-group .sec05 .inner02 {
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .p-group .sec05 .inner02 {
    padding: 80px 0 40px;
  }
}

@media screen and (max-width: 599px) {
  .p-group .sec05 .inner02 {
    padding: 50px 0;
  }
}

.p-group .sec05 .c-ttl__line {
  border-bottom: 0;
}

.p-group .sec05 .c-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media screen and (max-width: 1024px) {
  .p-group .sec05 .c-box02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-group .sec05 .c-box02__img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .p-group .sec05 .c-box02__img {
    width: 100%;
    position: unset;
  }
}

@media screen and (max-width: 599px) {
  .p-group .sec05 .c-box02__img {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-group .sec05 .c-box02__txt {
    max-width: 620px;
    margin: -80px auto 0;
    padding: 0 10px;
  }
}

.p-group .sec05 .group__bg {
  width: 90%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 135px 0;
  background: #eaedc1;
}

@media screen and (max-width: 1024px) {
  .p-group .sec05 .group__bg {
    width: 100%;
    height: 75%;
    bottom: 0;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

@media screen and (max-width: 599px) {
  .p-group .sec05 .group__bg {
    height: 85%;
  }
}

.p-group .sec05 .group__bg h3 {
  font-size: 10rem;
  bottom: -4px;
  right: -5px;
  color: #e0e3b3;
}

@media screen and (max-width: 1024px) {
  .p-group .sec05 .group__bg h3 {
    right: unset;
    left: 0;
  }
}

.p-group .sec05 .access {
  font-size: 1.4rem;
  color: #000;
}

.p-group .sec05 .access img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.p-group .sec05 .access:hover {
  opacity: .7;
}

.p-group .sec06 .c-ttl__line {
  border-bottom: 0;
}

.p-group .sec06 .group__bg {
  top: 0;
  bottom: 0;
  padding: 298px 0;
  background: #ededed;
}

.p-group .sec06 .group__bg h3 {
  bottom: -10px;
  left: -12px;
  color: #e3e3e3;
}

@media screen and (max-width: 1024px) {
  .p-group .sec06 .group__bg {
    height: 0;
    top: 220px;
    padding: 260px 0;
  }
}

@media screen and (max-width: 1400px) {
  .p-group .sec06 .c-box02__img {
    max-width: unset;
  }
}

@media screen and (max-width: 1024px) {
  .p-group .sec06 .c-box02__img {
    text-align: center;
  }
}

.p-group .sec06 .c-box02__img img {
  width: 530px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-group .sec06 .c-box02__img img {
    max-width: 100%;
    height: 250px;
  }
}

.p-group .sec07 .group__bg {
  bottom: 0;
  background: none;
}

.p-group .sec07 .group__bg h3 {
  bottom: -10px;
  right: 0;
  color: rgba(40, 170, 190, 0.2);
}

@media screen and (max-width: 1400px) {
  .p-group .sec07 .c-box02__img {
    max-width: unset;
  }
}

@media screen and (max-width: 1024px) {
  .p-group .sec07 .c-box02__img {
    text-align: center;
  }
}

.p-group .sec07 .c-box02__img img {
  width: 530px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-group .sec07 .c-box02__img img {
    max-width: 100%;
    height: 250px;
  }
}

.p-group .sec07 .c-box02__txt {
  padding: 0;
}

@media screen and (max-width: 1400px) {
  .p-group-sub .inner01 {
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .p-group-sub .inner01 {
    width: 100%;
    padding: 0 10px;
  }
}

.p-group-sub section[class^="sec"] {
  padding: 80px 0;
  position: relative;
}

.p-group-sub section[class^="sec"].sec01 {
  padding: 0;
}

.p-group-sub section[class^="sec"].sec03 {
  padding-bottom: 160px;
}

@media screen and (max-width: 1024px) {
  .p-group-sub section[class^="sec"] {
    padding: 60px 0;
  }
  .p-group-sub section[class^="sec"].sec01 {
    padding: 60px 0 0;
  }
  .p-group-sub section[class^="sec"].sec03 {
    padding-bottom: 60px;
  }
}

.p-group-sub .c-list03__item {
  width: 31%;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .c-list03__item {
    width: 48%;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .c-list03__item {
    width: 100%;
  }
}

.p-group-sub .c-list03__img img {
  width: 326px;
  height: 218px;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .c-list03__img img {
    width: 290px;
    height: 190px;
  }
}

.p-group-sub .c-list04__ttl {
  color: #28aabe;
}

.p-group-sub .c-list04__item {
  width: 100%;
  max-width: 325px;
}

.p-group-sub .c-ttl__spun {
  font-size: 2rem;
  font-weight: bold;
  color: #28aabe;
  margin-bottom: 10px;
}

.p-group-sub .c-ttl__spun::after {
  content: none;
}

.p-group-sub .movie-wrapper {
  max-width: 640px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .movie-wrapper {
    margin: 0 auto;
  }
}

.p-group-sub .movie-wrapper__box {
  width: 100%;
  height: 384px;
  aspect-ratio: 16 / 9;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .movie-wrapper__box {
    width: 500px;
    height: 300px;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .movie-wrapper__box {
    width: 300px;
    height: 180px;
  }
}

.p-group-sub .movie-wrapper__box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-group-sub .movie-wrapper__box .play-mark {
  position: absolute;
  background: url(/assets/img/common/icon_movie.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 599px) {
  .p-group-sub .movie-wrapper__box .play-mark {
    width: 60px;
    height: 60px;
  }
}

.p-group-sub .movie-wrapper__box .play-mark.hidden {
  display: none;
}

.p-group-sub .movie-wrapper .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.35));
  width: 640px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .movie-wrapper .thumb {
    width: 500px;
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .movie-wrapper .thumb {
    width: 300px;
    height: 180px;
  }
}

.p-group-sub .movie-wrapper .thumb:hover {
  opacity: .7;
}

.p-group-sub .movie-wrapper .thumb .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-group-sub .c-box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 200px;
}

.p-group-sub .c-box03:last-child {
  margin: 0;
}

@media screen and (max-width: 1400px) {
  .p-group-sub .c-box03 {
    margin-bottom: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .p-group-sub .c-box03 {
    margin-bottom: 250px;
  }
  .p-group-sub .c-box03:last-child {
    margin-bottom: 250px;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .c-box03:first-child {
    margin-bottom: 270px;
  }
  .p-group-sub .c-box03:last-child {
    margin-bottom: 200px;
  }
}

.p-group-sub .c-box03__img {
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.35));
}

@media screen and (max-width: 599px) {
  .p-group-sub .c-box03__img {
    width: 100%;
    z-index: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-group-sub .c-box03__img img {
    width: 100%;
  }
}

.p-group-sub .c-box03__txt {
  width: 50%;
  position: absolute;
  padding: 80px 0 110px;
  margin-top: 110px;
  background: #ebf3fa;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .p-group-sub .c-box03__txt {
    padding: 80px 0 110px;
  }
}

@media screen and (max-width: 1024px) {
  .p-group-sub .c-box03__txt {
    width: 100%;
    margin-top: 0;
  }
}

.p-group-sub .c-box03__cnt {
  width: 100%;
  max-width: 420px;
}

.p-group-sub .c-box03:nth-of-type(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-group-sub .c-box03:nth-of-type(even) .c-box03__cnt {
  margin-right: 150px;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .p-group-sub .c-box03:nth-of-type(even) .c-box03__cnt {
    margin: auto;
  }
}

.p-group-sub .c-box03:nth-of-type(even) .c-box03__txt {
  left: 0;
}

@media screen and (max-width: 1400px) {
  .p-group-sub .c-box03:nth-of-type(even) .c-box03__txt {
    padding-left: 50px;
    padding-right: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .p-group-sub .c-box03:nth-of-type(even) .c-box03__txt {
    padding: 50px;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .c-box03:nth-of-type(even) .c-box03__txt {
    padding: 50px 0 30px;
  }
}

.p-group-sub .c-box03:nth-of-type(odd) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.p-group-sub .c-box03:nth-of-type(odd) .c-box03__cnt {
  margin-right: auto;
  margin-left: 150px;
}

@media screen and (max-width: 1400px) {
  .p-group-sub .c-box03:nth-of-type(odd) .c-box03__cnt {
    margin: auto;
  }
}

.p-group-sub .c-box03:nth-of-type(odd) .c-box03__txt {
  right: 0;
}

@media screen and (max-width: 1400px) {
  .p-group-sub .c-box03:nth-of-type(odd) .c-box03__txt {
    padding-left: 150px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .p-group-sub .c-box03:nth-of-type(odd) .c-box03__txt {
    padding: 50px;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .c-box03:nth-of-type(odd) .c-box03__txt {
    padding: 50px 0 30px;
  }
}

.p-group-sub .sec01 .top__img01 {
  width: 630px;
  margin: 0 auto 50px;
  z-index: 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec01 .top__img01 {
    width: 500px;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .sec01 .top__img01 {
    width: 350px;
  }
}

.p-group-sub .sec01 .top__img01::after {
  content: '';
  border: 1px solid #c5ee2b;
  left: -20px;
  top: 20px;
  width: 630px;
  height: 210px;
  position: absolute;
  z-index: -10;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec01 .top__img01::after {
    width: 500px;
    height: 165px;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .sec01 .top__img01::after {
    width: 350px;
    height: 115px;
    left: -10px;
    top: 10px;
  }
}

.p-group-sub .sec01 .top__img01 img {
  width: 630px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec01 .top__img01 img {
    width: 500px;
    height: 165px;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .sec01 .top__img01 img {
    width: 350px;
    height: 115px;
  }
}

.p-group-sub .sec01 .c-txt01 {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec01 .c-txt01 {
    text-align: left;
  }
}

.p-group-sub .sec02 .inner01 {
  width: 100%;
  max-width: 1150px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec02 .inner01 {
    margin-bottom: 0;
  }
}

.p-group-sub .sec02 .group__bg {
  top: 28%;
  padding: 210px 0;
  background: rgba(197, 238, 43, 0.15);
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec02 .group__bg {
    bottom: 0;
    top: unset;
    padding: 0;
    height: 86%;
  }
}

.p-group-sub .sec02 .c-list03 a {
  font-size: 1.5rem;
  color: #125d8c;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  word-break: break-all;
}

.p-group-sub .sec02 .c-list03 a:hover {
  opacity: .7;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec03 .inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-group-sub .sec03 .wrap {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .p-group-sub .sec03 .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .sec03 .c-box03 {
    width: 100%;
  }
}

.p-group-sub .sec03 .c-box03__link {
  overflow: hidden;
  z-index: 1;
  position: relative;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.35));
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec03 .c-box03__link {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec03 .c-box03__txt {
    width: 100%;
    margin-top: 275px;
    padding: 50px 0;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .sec03 .c-box03__txt {
    margin-top: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec03 .c-box03__cnt {
    margin: 0 auto;
    max-width: unset;
    padding: 0 20px;
  }
}

.p-group-sub .sec03 .c-box03__img {
  -webkit-filter: unset;
          filter: unset;
}

.p-group-sub .sec03 .c-box03__img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.p-group-sub .sec03 .c-box03__img img {
  width: 640px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec03 .c-box03__img img {
    width: 500px;
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .sec03 .c-box03__img img {
    width: 300px;
    height: 180px;
  }
}

.p-group-sub .sec04 {
  background: #ebf3fa;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec04 .c-list05 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-group-sub .sec04 .c-list05__item {
  text-align: center;
  -webkit-filter: none;
          filter: none;
}

.p-group-sub .sec04 .c-list05__item :hover {
  -webkit-filter: none;
          filter: none;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec04 .c-list05__item {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .sec04 .c-list05__item {
    margin: 0 auto 10px;
  }
}

.p-group-sub .sec04 .c-list05__img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec04 .c-list05__img {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 599px) {
  .p-group-sub .sec04 .c-list05__img {
    width: 150px;
    height: 150px;
  }
}

.p-group-sub .sec04 .c-ttl05 {
  color: #28aabe;
}

.p-group-sub .sec05 .c-ttl__line {
  padding-bottom: 25px;
}

.p-group-sub .sec05 .c-ttl__line::after {
  width: 50px;
  border-color: #59706e;
}

.p-group-sub .sec05 .c-ttl05 {
  color: #28aabe;
}

.p-group-sub .sec05 .c-list01__date {
  margin: 0 55px 0 0;
}

.p-group-sub .sec05 .c-list01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 25px 0;
  border-bottom: 2px solid #d0dfe8;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec05 .c-list01__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 20px 0;
  }
}

.p-group-sub .sec05 .c-list01__item:not(:first-child) {
  padding: 25px 0;
}

@media screen and (max-width: 1024px) {
  .p-group-sub .sec05 .c-list01__item:not(:first-child) {
    padding: 20px 0;
  }
}

.p-group-sub .sec05 .c-list01__item:hover::after {
  width: 5%;
}

.p-group-sub .sec05 .c-list01__item:hover .c-list01__ttl {
  color: #000;
}

.p-group-sub .sec05 .c-list01__ttl {
  margin: 5px 0 0;
}

.p-en-group .c-anchor__list {
  max-width: 950px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 599px) {
  .p-en-group .c-anchor__list {
    margin: 0 auto;
  }
}

.p-en-group .c-anchor__item {
  margin: 0 0 40px;
  padding: 0 25px;
}

@media screen and (max-width: 599px) {
  .p-en-group .c-anchor__item {
    margin: 0 0 20px;
    font-size: 1.2rem;
    padding: 0 8px;
    width: 48%;
  }
}

.p-en-group .c-anchor__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-en-group .c-ttl06 {
  color: #28aabe;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.025em;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1024px) {
  .p-en-group .c-ttl06 {
    margin: 0 auto 20px;
  }
}

.p-en-group .c-list04__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-en-group .c-list04__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-en-group .c-list04__item:not(:last-child) {
  margin: 0 auto 80px;
}

@media screen and (max-width: 1024px) {
  .p-en-group .c-list04__item:not(:last-child) {
    margin: 0 auto 40px;
  }
}

.p-en-group .c-list04__item:nth-child(odd) .c-list04__img {
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .p-en-group .c-list04__item:nth-child(odd) .c-list04__img {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 1024px) {
  .p-en-group .c-list04__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-en-group .c-list04__item:nth-child(even) .c-list04__img {
  margin: 0 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .p-en-group .c-list04__item:nth-child(even) .c-list04__img {
    margin: 0 auto 20px;
  }
}

.p-en-group .c-list04__img {
  margin: 0;
}

.p-en-group .c-list04__img img {
  max-width: unset;
  width: 325px;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 599px) {
  .p-en-group .c-list04__img img {
    max-width: 100%;
  }
}

.p-en-group .c-list04__txt {
  max-width: 740px;
}

@media screen and (max-width: 1024px) {
  .p-en-group .c-list04__txt {
    max-width: 100%;
  }
}

.p-en-group .c-list04__ttl {
  letter-spacing: 0.05em;
  border-bottom: none;
  font-family: "Arial", sans-serif;
}

.p-en-group .c-list04__ttl::before {
  content: none;
}

.p-en-group .sec01 {
  background-color: #dff2f5;
}

.p-en-group .sec01 .group__bg {
  padding: 0;
  z-index: 1;
  background: unset;
  top: unset;
  height: 176px;
}

.p-en-group .sec01 .c-list04 {
  z-index: 10;
  position: relative;
}

.p-en-group .sec01 .c-list04__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-en-group .sec01 .c-list04__item:not(:last-child) {
  margin: 0 auto 80px;
}

@media screen and (max-width: 1024px) {
  .p-en-group .sec01 .c-list04__item:not(:last-child) {
    margin: 0 auto 40px;
  }
}

.p-en-group .sec01 .c-list04__item:nth-child(odd) .c-list04__img {
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .p-en-group .sec01 .c-list04__item:nth-child(odd) .c-list04__img {
    margin: 0 auto 20px;
  }
}

.p-en-group .sec01 .c-list04__item:nth-child(even) .c-list04__img {
  margin: 0 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .p-en-group .sec01 .c-list04__item:nth-child(even) .c-list04__img {
    margin: 0 auto 20px;
  }
}

.p-en-group .sec01 .c-list04__img img {
  max-width: unset;
}

@media screen and (max-width: 599px) {
  .p-en-group .sec01 .c-list04__img img {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .p-en-group .sec02 {
    margin: 0 auto;
  }
}

.p-en-group .sec02 .group__bg {
  padding: 0;
  height: 170px;
  background: unset;
  top: unset;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .p-en-group .sec02 .group__bg {
    top: unset;
  }
}

.p-en-group .sec02 .group__bg h3 {
  opacity: .5;
  left: unset;
}

.p-en-group section.sec03 {
  background-color: #dff2f5;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .p-en-group section.sec03 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 599px) {
  .p-en-group section.sec03 {
    margin: 0 auto;
  }
}

.p-en-group section.sec03 .inner01 {
  padding: 0;
}

@media screen and (max-width: 1400px) {
  .p-en-group section.sec03 .inner01 {
    padding: 0 10px;
  }
}

.p-en-group section.sec03 .wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-en-group section.sec03 .box01 {
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .p-en-group section.sec03 .box01 {
    margin: 0 auto;
  }
}

.p-en-group section.sec03 .box01 .c-list04__item {
  width: 100%;
}

.p-en-group section.sec03 .box01 .c-list04__item:first-child {
  margin: 0 auto 50px;
}

.p-en-group section.sec03 .box01 .c-list04__img img {
  max-width: unset;
}

.p-en-group section.sec03 .group__bg {
  top: unset;
  width: 100%;
  z-index: 0;
  background: unset;
  padding: 0;
  bottom: 0;
  height: 192px;
}

@media screen and (max-width: 1024px) {
  .p-en-group section.sec03 .group__bg {
    height: 94px;
  }
}

.p-en-group section.sec03 .group__bg h3 {
  right: 0;
}

.p-en-group section.sec03 .box02 {
  width: 100%;
}

.p-en-group section.sec03 .box02 .group__bg {
  top: 31%;
}

@media screen and (max-width: 1024px) {
  .p-en-group section.sec03 .box02 .group__bg {
    top: 48%;
  }
}

.p-en-group .sec04 .group__bg {
  background: unset;
  padding: 0;
  height: 196px;
  top: unset;
  bottom: 0;
}

.p-en-group .sec04 .group__bg h3 {
  opacity: .5;
}

@media screen and (max-width: 1024px) {
  .p-en-group .sec06 .c-box02__img {
    max-width: unset;
    margin: 0 auto 20px;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .p-en-group .sec06 .c-box02__img img {
    max-width: 100%;
    height: 250px;
  }
}

@media screen and (max-width: 1024px) {
  .p-en-group .sec07 .c-box02 {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 1024px) {
  .p-en-group .sec07 .c-box02__img img {
    max-width: 100%;
    height: 250px;
  }
}

.p-en-group .sec07 .group__bg {
  padding: 0;
  top: unset;
  bottom: 0;
  height: 170px;
  right: 0;
}

.p-company section[class^="sec"] {
  padding: 80px 0;
}

.p-company section[class^="sec"]:last-child {
  padding-bottom: 0;
}

.p-company section[class^="sec"]:nth-child(odd) {
  background-color: #ebf3fa;
}

@media screen and (max-width: 1024px) {
  .p-company section[class^="sec"] {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1400px) {
  .p-company div[class^="inner"] {
    padding: 0 35px;
  }
}

@media screen and (max-width: 599px) {
  .p-company div[class^="inner"] {
    padding: 0 15px;
  }
}

.p-company .l-kv {
  background-image: url(/assets/img/page/company/kv_company01.jpg);
}

.p-company .c-anchor {
  margin: 0 auto;
}

.p-company .c-list03 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-company .c-list03__item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  background-color: #fff;
  border: solid 1px #ddd;
}

.p-company .c-list03__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .p-company .c-list03__item {
    width: 100%;
  }
  .p-company .c-list03__item:nth-last-child(2) {
    margin-bottom: 40px;
  }
}

.p-company .c-list03__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}

@media screen and (max-width: 1024px) {
  .p-company .c-list03__link {
    padding: 15px;
  }
}

.p-company .c-list03__link.c-box01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-company .c-list03__txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-company .c-list03 .c-ttl__line {
  font-size: 1.7rem;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.p-company .c-list03 .c-txt01 {
  margin: 0 0 30px;
}

@media screen and (max-width: 1024px) {
  .p-company .c-list03 .c-txt01 {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}

.p-company .access-box__map {
  width: 100%;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .p-company .access-box__map {
    margin: 30px auto 0;
  }
}

.p-company .access-box__map iframe {
  width: 100%;
  height: 240px;
}

.p-company .c-box01 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-company .c-box01 .c-txt01:last-child {
  vertical-align: middle;
  text-align: right;
}

.p-company .c-box01 .c-txt01:last-child img {
  vertical-align: middle;
}

.p-company .c-box01 .c-txt01__box {
  color: #333;
  max-width: 450px;
}

@media screen and (max-width: 1400px) {
  .p-company .c-box01 .c-txt01__box {
    margin: 0 0 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-company .c-box01 .c-txt01__box {
    width: 100%;
    max-width: unset;
  }
}

.p-company .c-box01 .c-txt01__img {
  margin: 0 auto;
  margin-left: -50px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .p-company .c-box01 .c-txt01__img {
    margin: 0;
  }
}

.p-company .c-box01 .c-txt01__img img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-company .c-box01 .c-txt01__img img {
    margin: 0 0 20px;
    max-width: 400px;
  }
}

@media screen and (max-width: 1024px) {
  .p-company .sec01 .c-box01 {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-company .sec01 .c-box01__img {
    margin-bottom: 20px;
  }
}

.p-company .sec01 .c-box01 .c-txt01 {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .p-company .sec01 .c-box01 .c-txt01 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .p-company .sec01 .c-box01 .c-txt01 img {
    width: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .p-company .sec01 .c-box01 .c-txt01__box {
    margin-left: 0;
  }
}

.p-company .sec02 .history__list {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__list {
    padding-top: 20px;
  }
}

.p-company .sec02 .history__list::before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/img/page/company/bg_line.png) no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__list::before {
    background: url(/assets/img/page/company/bg_line.png) no-repeat left top;
    background-size: contain;
  }
}

.p-company .sec02 .history__time {
  font-family: "Oswald", sans-serif;
  font-size: 3.0rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__time {
    position: inherit;
  }
}

@media screen and (max-width: 599px) {
  .p-company .sec02 .history__time {
    margin-bottom: 0;
  }
}

.p-company .sec02 .history__time::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-company .sec02 .history__time::before {
  content: '';
  width: 110px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-company .sec02 .history__item {
  position: relative;
}

.p-company .sec02 .history__item:not(:last-child) {
  margin: 0 0 30px;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__item:not(:last-child) {
    margin: 0 0 50px;
  }
}

.p-company .sec02 .history__item:first-child .c-txt01 {
  padding: 15px 0 0 0;
}

.p-company .sec02 .history__item:last-child .c-txt01 {
  padding: 0 0 15px 0;
}

.p-company .sec02 .history__item:nth-of-type(odd) .history__txt {
  width: 45%;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__item:nth-of-type(odd) .history__txt {
    width: 100%;
  }
}

.p-company .sec02 .history__item:nth-of-type(odd) .history__time {
  margin-left: 590px;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__item:nth-of-type(odd) .history__time {
    margin-left: 140px;
  }
}

.p-company .sec02 .history__item:nth-of-type(odd) .history__time:before {
  left: -125px;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__item:nth-of-type(odd) .history__time:before {
    left: -127px;
  }
}

.p-company .sec02 .history__item:nth-of-type(odd) .history__time::after {
  left: -134px;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__item:nth-of-type(odd) .history__time::after {
    left: -137px;
  }
}

.p-company .sec02 .history__item:nth-of-type(even) .history__time {
  margin-left: 273px;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__item:nth-of-type(even) .history__time {
    margin-left: 140px;
  }
}

.p-company .sec02 .history__item:nth-of-type(even) .history__time:before {
  left: 72px;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__item:nth-of-type(even) .history__time:before {
    left: -127px;
  }
}

.p-company .sec02 .history__item:nth-of-type(even) .history__time::after {
  left: 183px;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__item:nth-of-type(even) .history__time::after {
    left: -137px;
  }
}

.p-company .sec02 .history__item:nth-of-type(even) .history__txt {
  margin-left: 55%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__item:nth-of-type(even) .history__txt {
    margin-left: 0;
  }
}

.p-company .sec02 .history__item:nth-child(-n+2) .history__time {
  color: #15d1d1;
}

.p-company .sec02 .history__item:nth-child(-n+2) .history__time::before {
  border-top: 2px solid #15d1d1;
}

.p-company .sec02 .history__item:nth-child(3) .history__time {
  color: #15c7cb;
}

.p-company .sec02 .history__item:nth-child(3) .history__time::before {
  border-top: 2px solid #15c7cb;
}

.p-company .sec02 .history__item:nth-child(4) .history__time {
  color: #15b6c1;
}

.p-company .sec02 .history__item:nth-child(4) .history__time::before {
  border-top: 2px solid #15b6c1;
}

.p-company .sec02 .history__item:nth-child(5) .history__time {
  color: #14a0b4;
}

.p-company .sec02 .history__item:nth-child(5) .history__time::before {
  border-top: 2px solid #14a0b4;
}

.p-company .sec02 .history__item:nth-child(6) .history__time {
  color: #148ca8;
}

.p-company .sec02 .history__item:nth-child(6) .history__time::before {
  border-top: 2px solid #148ca8;
}

.p-company .sec02 .history__item:nth-child(7) .history__time {
  color: #137c9f;
}

.p-company .sec02 .history__item:nth-child(7) .history__time::before {
  border-top: 2px solid #137c9f;
}

.p-company .sec02 .history__item:nth-child(8) .history__time {
  color: #136d95;
}

.p-company .sec02 .history__item:nth-child(8) .history__time::before {
  border-top: 2px solid #136d95;
}

.p-company .sec02 .history__item:nth-child(9) .history__time {
  color: #12618f;
}

.p-company .sec02 .history__item:nth-child(9) .history__time::before {
  border-top: 2px solid #12618f;
}

.p-company .sec02 .history__item:nth-child(10) .history__time {
  color: #125d8c;
}

.p-company .sec02 .history__item:nth-child(10) .history__time::before {
  border-top: 2px solid #125d8c;
}

.p-company .sec02 .history__txt {
  position: relative;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .p-company .sec02 .history__txt {
    position: inherit;
    text-align: left;
    padding-left: 30px;
  }
}

.p-company .sec02 .history__txt .c-txt01:not(:last-child) {
  margin: 0 auto 20px;
}

.p-company .sec04 .c-ttl__line::after {
  border-bottom: solid 2px #16d9d5;
}

.p-company .sec04 .c-list03__item:first-of-type {
  width: 100%;
}

.p-company .sec05 .c-btn02 {
  background: #7ead23;
}

@media screen and (min-width: 1025px) {
  .p-company .sec05 .c-btn02:hover {
    background: -webkit-gradient(linear, left top, right top, from(#20a4a2), to(#7ead23));
    background: linear-gradient(90deg, #20a4a2 0%, #7ead23 100%);
  }
}

.p-company .sec05 .c-ttl__line::after {
  border-bottom: solid 2px #c5ee2b;
}

.p-en-company .c-info__ttl {
  width: 26%;
}

@media screen and (max-width: 1024px) {
  .p-en-company .c-info__ttl {
    width: 100%;
  }
}

.p-en-company .sec01 .c-ttl05, .p-en-company .sec02 .c-ttl05, .p-en-company .sec03 .c-ttl05, .p-en-company .sec04 .c-ttl05 {
  margin: 0 auto 50px;
}

@media screen and (max-width: 1024px) {
  .p-en-company .sec01 .c-ttl05, .p-en-company .sec02 .c-ttl05, .p-en-company .sec03 .c-ttl05, .p-en-company .sec04 .c-ttl05 {
    margin: 0 auto 30px;
  }
}

.p-contact .l-kv {
  background-image: url(/assets/img/page/contact/kv_contact01.jpg);
}

.p-contact__formArea table {
  width: 100%;
  margin: 10px auto 50px;
}

.p-contact .c-txt01 {
  font-size: 1.4rem;
}

.p-contact .c-btn {
  margin: 80px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .p-contact .c-btn {
    margin: 40px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-contact .c-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  color: #fff;
  font-size: 1.4rem;
}

.p-contact .c-btn01__link {
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
  .p-contact .c-btn01__link {
    max-width: 100%;
    height: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .p-contact .c-btn01__link:last-of-type {
    margin: 0 auto 20px;
  }
}

.p-contact__privacy h2 {
  font-size: 1.4rem;
  margin: 0 auto 10px;
  letter-spacing: 0.05em;
}

.p-contact__privacy .c-link01 {
  font-size: 1.3rem;
}

.p-contact.p-contact-thanks .c-txt02 {
  font-size: 1.8rem;
}

.p-essentials .l-kv {
  background-image: url(/assets/img/page/recruitment/kv_essentials.jpg);
  background-position: center 40%;
}

.p-essentials .sp-only {
  display: none;
}

@media screen and (max-width: 599px) {
  .p-essentials .sp-only {
    display: block;
  }
}

.p-essentials .c-list06 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1024px) {
  .p-essentials .c-list06 {
    margin: 0 auto 30px;
  }
}

.p-essentials .c-list06__item {
  width: 100%;
  max-width: 250px;
  border: 2px solid #0a4d81;
  margin: 0 5px;
  background-color: #fff;
}

.p-essentials .c-list06__item a {
  color: #0a4d81;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.p-essentials .c-list06__item a:hover {
  background-color: #0a4d81;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .p-essentials .c-list06__item {
    max-width: 100%;
    margin: 0 auto 15px;
  }
}

.p-essentials .c-list06 .c-anchor__link::after {
  color: #0a4d81;
  top: 34%;
  right: 5%;
  left: unset;
}

.p-essentials .c-list06 .c-anchor__link:hover::after {
  top: 40%;
  letter-spacing: initial;
  color: #fff;
}

.p-essentials .c-list06__txt {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-essentials .c-sec .c-ttl07 {
  font-size: 2rem;
  margin: 0 auto 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
}

@media screen and (max-width: 599px) {
  .p-essentials .c-sec .c-ttl07 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .p-essentials .c-sec a {
    font-size: 1.4rem;
  }
}

.p-essentials .sec01 {
  padding: 0 0 60px 0;
}

.p-essentials .sec02 {
  margin: 0 15px;
}

.p-essentials .sec02 .inner02 {
  border-top: 1px solid #005a74;
  border-bottom: 1px solid #005a74;
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  .p-essentials .sec02 .inner02 {
    padding: 30px 0;
  }
}

.p-essentials .sec03 {
  border-bottom: none;
  padding: 60px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .p-essentials .sec03 {
    padding: 30px 0 0 0;
  }
}

.p-essentials .c-table02 tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .p-essentials .c-table02 th {
    margin: 0 auto 10px;
  }
}

.p-essentials .c-table02 ul {
  margin-bottom: 0;
}

.p-essentials .c-table02 li {
  padding-left: 7px;
}

.p-essentials .c-table02 li::before {
  background-color: #000;
  width: 3px;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
  .p-essentials .c-table02 li::before {
    top: 13px;
  }
}

.p-essentials .c-link01 {
  padding-right: 0;
}

.p-essentials .c-btn .color02 {
  margin: 60px auto 0;
}

.p-essentials .c-link__tel {
  padding-right: 0;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 599px) {
  .p-essentials .c-link__tel {
    color: #125d8c;
  }
}

.p-common hr {
  border: 1px solid #16d9d5;
  width: 100%;
  margin: 50px 0 60px;
}

@media screen and (max-width: 1024px) {
  .p-common hr {
    margin: 30px 0;
    display: none;
  }
}

.p-common .swiper03 .swiper-button-next, .p-common .swiper03 .swiper-button-prev {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: unset;
}

.p-common .swiper03 .swiper-button-next::after, .p-common .swiper03 .swiper-button-prev::after {
  content: '';
  font-family: inherit;
  font-size: inherit;
}

.p-common__contact {
  height: 100%;
  background-color: #e4e9f2;
  padding: 100px 0;
  background-image: url(/assets/img/page/common/contact_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
}

.p-common__contact .contact__inner {
  text-align: center;
}

.p-common__contact .contact__ttl {
  font-family: "Oswald", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  margin: 0 auto 5px;
  text-align: center;
  color: #28aabe;
}

.p-common__contact .contact__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-common__contact .contact__link:hover {
  -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.3));
}

.p-common__contact .contact__sub {
  font-size: 1.8rem;
  margin: 0 auto 30px;
  letter-spacing: 0.025em;
  font-weight: 500;
  text-align: center;
  display: block;
}

.p-common__contact .contact__tel {
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
}

.p-common__contact .contact__tel a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-common__contact .contact__tel a:hover {
  color: #28aabe;
}

.p-common__contact .contact__staff {
  margin: 0 auto 20px;
}

.exhibition-common .l-kv {
  background-image: url(/assets/img/page/exhibition/kv_event01.jpg);
}

.p-exhibition .c-list04__ttl {
  border-bottom: solid 2px #d0dfe8;
}

.p-exhibition .c-list04__img {
  width: 243px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-exhibition .c-list04__img {
    width: 100%;
    height: auto;
  }
}

.p-exhibition .pager {
  margin: 70px auto 0;
}

@media screen and (max-width: 1024px) {
  .p-exhibition .pager {
    margin: 30px auto 0;
  }
}

.p-exhibition-article .l-article {
  margin: 0 auto 80px;
}

@media screen and (max-width: 1024px) {
  .p-exhibition-article .l-article {
    margin: 0 auto 40px;
  }
}

.p-exhibition-article .slider-box .swiper img {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
}

.p-exhibition-article .slider-box .swiper03 .swiper-button-next, .p-exhibition-article .slider-box .swiper03 .swiper-button-prev {
  width: 60px;
  height: 60px;
}

.p-exhibition-article .slider-box .swiper03 .swiper-button-next:after, .p-exhibition-article .slider-box .swiper03 .swiper-button-prev:after {
  width: 60px;
  height: 60px;
}

.p-exhibition-article .slider-box .swiper03 .swiper-button-next:after {
  background-image: url(/assets/img/common/arrow-right-circle.svg);
}

.p-exhibition-article .slider-box .swiper03 .swiper-button-prev:after {
  background-image: url(/assets/img/common/arrow-left-circle.svg);
}

.p-exhibition-article .slider-box .swiper04 {
  margin: 0 auto 15px;
}

.p-exhibition-article .slider-box .swiper04 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-exhibition-article .slider-box .swiper04 .swiper-slide img {
  margin: 0 auto;
  width: 192px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-exhibition-article .slider-box .swiper04 .swiper-slide img {
    height: 80px;
    width: auto;
  }
}

@media screen and (max-width: 599px) {
  .p-exhibition-article .slider-box .swiper04 .swiper-slide img {
    height: 55px;
  }
}

.p-exhibition-article .image-box img {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
}

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

@media screen and (max-width: 1024px) {
  .p-exhibition-article .access-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-exhibition-article .access-box__map {
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .p-exhibition-article .access-box__map {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.p-exhibition-article .access-box__map iframe {
  width: 100%;
  height: 300px;
}

.p-exhibition-article .access-box__icon {
  vertical-align: middle;
  margin: 0 5px 0 0;
  max-width: inherit;
  display: inline;
}

.p-exhibition-article .access-box__detail {
  width: 48%;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .p-exhibition-article .access-box__detail {
    width: 100%;
  }
}

.p-exhibition-article .access-box__detail p:last-child {
  margin: 0 auto;
}

.info-common .l-kv {
  background-image: url(/assets/img/page/info/kv_news01.jpg);
}

.p-info .l-breadcrumb {
  margin: 0 auto 65px;
}

.p-info .c-list01 {
  margin: 0 auto 80px;
}

@media screen and (max-width: 1024px) {
  .p-info .c-list01 {
    margin: 0 auto 40px;
  }
}

.p-info .c-list01__item {
  border-bottom: 2px solid #d0dfe8;
}

.p-info .c-list01__item::after {
  border-bottom: 2px solid #59706e;
  width: 2%;
}

.p-info .c-list01__item:hover::after {
  width: 100%;
}

.p-info .pager__num.hide {
  display: none;
}

.intro-common .l-kv {
  background-image: url(/assets/img/page/intro/kv_intro01.jpg);
}

.p-intro .c-list03__ttl {
  font-weight: 600;
}

.p-intro .pager {
  margin: 80px auto 0;
}

.p-intro-article .l-article {
  margin: 0 auto 80px;
}

@media screen and (max-width: 1024px) {
  .p-intro-article .l-article {
    margin: 0 auto 40px;
  }
}

.library-common .l-kv {
  background-image: url(/assets/img/page/library/kv_library01.jpg);
}

.p-library .sec01 .c-btn01 {
  margin: 0 auto 80px;
}

.p-library .sec01 .c-btn01__link {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
  font-size: 1.8rem;
  margin: 0 auto;
}

.p-library .sec01 .c-btn01__link img {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.p-library .searchArea h2 {
  margin: 20px auto 25px;
  color: #3b83b0;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.p-library .searchArea h2 img {
  margin: 0 10px 0 0;
}

.p-library .searchBox {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 45px;
}

.p-library .searchBox__list {
  padding: 15px 0 0 0;
  background-color: rgba(208, 223, 232, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-library .searchBox__list:not(:last-child) {
  border-bottom: 20px solid #fff;
}

.p-library .searchBox__list label {
  cursor: pointer;
}

.p-library .searchBox th {
  width: 120px;
  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;
  border-right: 1px solid #16d9d5;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 599px) {
  .p-library .searchBox th {
    width: 70px;
    font-size: 1.6rem;
  }
}

.p-library .searchBox td {
  width: calc(100% - 120px);
}

@media screen and (max-width: 599px) {
  .p-library .searchBox td {
    width: calc(100% - 85px);
  }
}

.p-library .searchBox td ul {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 599px) {
  .p-library .searchBox td ul {
    margin: 0 0 0 10px;
  }
}

.p-library .searchResultMsg {
  display: none;
}

.p-library .searchResultMsg.show {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.p-library .c-list08 {
  padding: 60px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-library .c-list08::before {
  content: "";
  display: block;
  width: 230px;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1400px) {
  .p-library .c-list08::before {
    width: 24%;
  }
}

.p-library .c-list08::after {
  content: "";
  display: block;
  width: 230px;
  height: 0;
}

@media screen and (max-width: 1400px) {
  .p-library .c-list08::after {
    width: 24%;
  }
}

.p-library .c-list08__item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25%;
  margin: 0 0 60px;
}

@media screen and (max-width: 1024px) {
  .p-library .c-list08__item {
    margin: 0 0 30px;
  }
}

.p-library .c-list08__item.is-open {
  display: block;
}

.p-library .c-list08__item.is-hide {
  display: none;
}

@media screen and (max-width: 1400px) {
  .p-library .c-list08__item {
    width: 24%;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-library .c-list08__item {
    width: 30%;
  }
}

@media screen and (max-width: 599px) {
  .p-library .c-list08__item {
    width: 48%;
  }
}

.p-library div em {
  display: none;
}

.p-library-article .slider-box {
  margin: 30px auto 50px;
}

@media screen and (max-width: 599px) {
  .p-library-article .slider-box {
    margin: 20px auto 30px;
  }
}

.p-library-article .slider-box .swiper img {
  width: 192px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-library-article .slider-box .swiper img {
    width: 100px;
    height: 75px;
  }
}

.p-library-article .slider-box .swiper03 {
  margin: 0 auto 30px;
}

@media screen and (max-width: 1024px) {
  .p-library-article .slider-box .swiper03 {
    margin: 0 auto 20px;
  }
}

.p-library-article .slider-box .swiper03 img {
  width: 640px;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .p-library-article .slider-box .swiper03 img {
    max-width: 400px;
    height: 300px;
  }
}

.p-library-article .slider-box .swiper03 .swiper-slide {
  margin: 0;
}

.p-library-article .slider-box .swiper03 .swiper-button-next, .p-library-article .slider-box .swiper03 .swiper-button-prev {
  width: 46px;
  height: 46px;
}

.p-library-article .slider-box .swiper03 .swiper-button-next:after, .p-library-article .slider-box .swiper03 .swiper-button-prev:after {
  width: 46px;
  height: 46px;
}

.p-library-article .slider-box .swiper03 .swiper-button-next:after {
  background-image: url(/assets/img/common/icon_arrow_right02.svg);
}

.p-library-article .slider-box .swiper03 .swiper-button-prev:after {
  background-image: url(/assets/img/common/icon_arrow_left02.svg);
}

.p-library-article .slider-box .swiper03 .swiper-button-prev {
  left: 60px;
}

@media screen and (max-width: 599px) {
  .p-library-article .slider-box .swiper03 .swiper-button-prev {
    left: 10px;
  }
}

.p-library-article .slider-box .swiper03 .swiper-button-next {
  right: 60px;
}

@media screen and (max-width: 599px) {
  .p-library-article .slider-box .swiper03 .swiper-button-next {
    right: 10px;
  }
}

.p-library-article .slider-box .swiper04 {
  margin: 0 auto 15px;
  overflow: inherit;
}

.p-library-article .slider-box .swiper04 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-library-article .slider-box .swiper04 .swiper-slide {
  margin: 0 10px 0 0 !important;
}

@media screen and (max-width: 599px) {
  .p-library-article .slider-box .swiper04 .swiper-slide {
    width: 30% !important;
  }
}

.p-library-article .slider-box .swiper04 .swiper-slide:nth-child(5n) {
  margin: 0 0 10px 0 !important;
}

@media screen and (max-width: 599px) {
  .p-library-article .slider-box .swiper04 .swiper-slide:nth-child(5n) {
    margin: 0 10px 10px 0 !important;
  }
}

.p-library-article .slider-box .swiper04 .swiper-slide img {
  margin: 0 auto 10px;
}

.p-library-article .image-box {
  margin: 30px auto 50px;
}

@media screen and (max-width: 599px) {
  .p-library-article .image-box {
    margin: 20px auto 30px;
  }
}

.p-privacy .l-kv {
  background-image: url(/assets/img/page/company/kv_company01.jpg);
}

.p-privacy .c-list10 {
  margin: 40px auto;
}

@media screen and (max-width: 599px) {
  .p-privacy .c-list10 {
    margin: 30px auto;
  }
}

.p-privacy .c-list10 .c-txtWeightBold {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

.p-recruitment.l-main {
  margin-bottom: 0;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .p-recruitment .inner01 {
    padding: 0 20px;
  }
}

.p-recruitment .l-kv {
  background-image: url(/assets/img/page/recruitment/kv_recruit01.jpg);
  background-position: center;
  width: 93%;
  padding: 400px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .l-kv {
    width: 100%;
    height: auto;
    padding: 235px 0;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .l-kv {
    padding: 150px 0;
  }
}

.p-recruitment .l-kv__bg {
  width: 100%;
  height: 450px;
  background-color: #f6f5fa;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .p-recruitment .l-kv__bg {
    right: -100px;
  }
}

@media screen and (max-width: 1024px) {
  .p-recruitment .l-kv__bg {
    display: none;
  }
}

.p-recruitment .l-kv__bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  background-color: #f6f5fa;
  bottom: 0;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.p-recruitment .l-kv__copy {
  position: absolute;
  top: 260px;
  left: 80px;
}

@media screen and (max-width: 1200px) {
  .p-recruitment .l-kv__copy {
    left: 40px;
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .p-recruitment .l-kv__copy {
    top: 140px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .l-kv__copy {
    top: 100px;
    left: 30px;
  }
}

.p-recruitment .l-kv__year {
  position: absolute;
  top: 140px;
  left: 20px;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .l-kv__year {
    top: 80px;
    left: 10px;
    max-width: 230px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .l-kv__year {
    top: 60px;
    left: 10px;
    max-width: 150px;
  }
}

.p-recruitment .l-kv__shape {
  position: absolute;
}

.p-recruitment .l-kv__shape01 {
  left: 395px;
  top: 70px;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .l-kv__shape01 {
    left: 220px;
    top: 25px;
    width: 60px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .l-kv__shape01 {
    left: 150px;
    top: 35px;
    width: 30px;
  }
}

.p-recruitment .l-kv__shape02 {
  right: -70px;
  top: 240px;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .l-kv__shape02 {
    right: -30px;
    top: 150px;
    width: 70px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .l-kv__shape02 {
    right: -20px;
    top: 200px;
    width: 50px;
  }
}

.p-recruitment .l-kv__shape03 {
  right: -70px;
  bottom: 70px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .l-kv__shape03 {
    display: none;
  }
}

.p-recruitment .c-box01 {
  color: #333;
}

.p-recruitment .c-ttl03 {
  font-size: 10rem;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 65px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .c-ttl03 {
    font-size: 7rem;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .c-ttl03 {
    font-size: 5rem;
  }
}

.p-recruitment .c-ttl03__sub {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-recruitment .c-ttl03__ja {
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .p-recruitment .c-ttl03__ja {
    width: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .p-recruitment .c-ttl03__ja {
    width: 120px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .c-ttl03__ja {
    width: 90px;
  }
}

.p-recruitment .c-txt01__box {
  width: 100%;
}

.p-recruitment .c-txt01__box .c-link01 {
  text-decoration: none;
  margin-top: auto;
  color: #333;
  border-bottom: 1px solid #333;
  font-size: 1.7rem;
  font-weight: bold;
}

.p-recruitment .sec01 {
  padding: 100px 0 60px;
  position: relative;
}

.p-recruitment .sec01 .c-ttl01 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
}

.p-recruitment .sec01__box {
  width: 65%;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec01__box {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec01__box {
    width: 100%;
  }
}

.p-recruitment .sec01 .c-ttl01 {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec01 .c-ttl01 {
    font-size: 2.5rem;
  }
}

.p-recruitment .sec01 .c-txt01:first-of-type {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec01 .c-txt01:first-of-type {
    margin-bottom: 25px;
  }
}

.p-recruitment .sec01__shape {
  position: absolute;
}

.p-recruitment .sec01__shape01 {
  right: -35px;
  top: 100px;
}

.p-recruitment .sec01__shape02 {
  right: 300px;
  bottom: -50px;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec01__shape02 {
    right: 50px;
    width: 70px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec01__shape02 {
    right: 30px;
    bottom: 0;
    width: 60px;
  }
}

.p-recruitment .sec01__shape03 {
  left: -180px;
  top: -150px;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec01__shape03 {
    left: -120px;
    top: -130px;
    width: 330px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec01__shape03 {
    left: -70px;
    top: -120px;
    width: 220px;
  }
}

.p-recruitment .sec01__shape04 {
  left: 270px;
  top: -100px;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec01__shape04 {
    left: 150px;
    top: -70px;
    width: 100px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec01__shape04 {
    left: 110px;
    top: 10px;
    width: 70px;
  }
}

.p-recruitment .sec02 {
  margin: 130px 0 170px;
  position: relative;
  background: #f6f5fa;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec02 {
    margin: 150px 0;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec02 {
    margin: 100px 0 150px;
  }
}

.p-recruitment .sec02::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f6f5fa;
  left: 0;
  top: 0;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec02::before {
    top: -40px;
  }
}

.p-recruitment .sec02::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 70%;
  background-color: #f6f5fa;
  left: 0;
  bottom: 0;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec02::after {
    bottom: -30px;
  }
}

.p-recruitment .sec02 .c-box01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec02 .c-box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-recruitment .sec02 .c-ttl03 {
  margin-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec02 .c-ttl03 {
    margin-bottom: 50px;
  }
}

.p-recruitment .sec02 .c-ttl03__ja {
  left: 20%;
  bottom: -38%;
}

@media screen and (max-width: 1200px) {
  .p-recruitment .sec02 .c-ttl03__ja {
    left: 300px;
    bottom: -25px;
  }
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec02 .c-ttl03__ja {
    left: 20%;
    bottom: -38%;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec02 .c-ttl03__ja {
    left: 114px;
    bottom: -16px;
  }
}

.p-recruitment .sec02 .c-txt01 {
  margin-bottom: 35px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec02 .c-txt01 {
    margin-bottom: 15px;
  }
}

.p-recruitment .sec02 .c-txt01:last-of-type {
  margin-bottom: 60px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec02 .c-txt01:last-of-type {
    margin-bottom: 30px;
  }
}

.p-recruitment .sec02 .c-txt01__box {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec02 .c-txt01__box {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.p-recruitment .sec02 .works {
  width: 100%;
  max-width: 630px;
  margin-top: -125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec02 .works {
    max-width: 100%;
    margin-top: 0;
  }
}

.p-recruitment .sec02 .works__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec02 .works__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.p-recruitment .sec02 .works__box img:last-of-type {
  margin-left: 10px;
}

.p-recruitment .sec02 .works__item {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec02 .works__item {
    width: 285px;
    height: 285px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec02 .works__item {
    width: 280px;
    height: 280px;
    margin-bottom: 20px;
  }
}

.p-recruitment .sec02 .works__item-sales {
  background: #ee7089;
}

.p-recruitment .sec02 .works__item-textile {
  background: #4c9ed3;
}

.p-recruitment .sec02 .works__item-pro {
  background: #8bc755;
}

.p-recruitment .sec02 .works__item-ex {
  background: #eac244;
}

.p-recruitment .sec02 .works__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec02 .works__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.p-recruitment .sec02 .works__txt {
  font-size: 1.4rem;
}

.p-recruitment .sec03 {
  padding-bottom: 120px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec03 {
    padding-bottom: 60px;
  }
}

.p-recruitment .sec03 .c-ttl03__ja {
  right: -6%;
  bottom: -37%;
}

@media screen and (max-width: 1400px) {
  .p-recruitment .sec03 .c-ttl03__ja {
    right: 0;
    bottom: -30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec03 .c-ttl03__ja {
    bottom: -50%;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec03 .c-ttl03__ja {
    right: 134px;
    bottom: -33%;
  }
}

.p-recruitment .sec03 .people__ttl-right {
  text-align: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec03 .people__ttl-right {
    text-align: left;
  }
}

.p-recruitment .sec03 .people__profile {
  color: #fff;
  background: #4c9ed3;
  height: 150px;
  max-width: 260px;
  width: 100%;
  position: absolute;
  top: 57%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: middle;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  .p-recruitment .sec03 .people__profile {
    top: 50%;
    right: -10px;
    padding: 20px 25px;
  }
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec03 .people__profile {
    position: unset;
    margin: -15px -20px 0 auto;
    padding: 0 15px;
    height: 120px;
    max-width: 220px;
  }
}

.p-recruitment .sec03 .people__profile-txt {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec03 .people__profile-txt {
    font-size: 1.5rem;
  }
}

.p-recruitment .sec03 .people__name {
  font-size: 2.1rem;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec03 .people__name {
    font-size: 1.8rem;
  }
}

.p-recruitment .sec03 .people__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .p-recruitment .sec03 .people__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-recruitment .sec03 .people__box__item {
  width: 100%;
  height: 100%;
  max-width: 510px;
  border: solid 1px #0075c1;
}

@media screen and (max-width: 1200px) {
  .p-recruitment .sec03 .people__box__item {
    width: 48%;
    height: auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec03 .people__box__item {
    width: 100%;
  }
}

.p-recruitment .sec03 .people__box__item:nth-child(1), .p-recruitment .sec03 .people__box__item:nth-child(2) {
  margin-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .p-recruitment .sec03 .people__box__item:nth-child(1), .p-recruitment .sec03 .people__box__item:nth-child(2) {
    margin-bottom: 30px;
  }
}

.p-recruitment .sec03 .people__box__item:nth-child(odd) {
  margin-top: -100px;
}

@media screen and (max-width: 1200px) {
  .p-recruitment .sec03 .people__box__item:nth-child(odd) {
    margin: 0 20px 30px 0;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec03 .people__box__item:nth-child(odd) {
    margin-right: 0;
  }
}

.p-recruitment .sec03 .people__box__cnt {
  width: 100%;
  padding: 40px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec03 .people__box__cnt {
    padding: 20px 30px;
  }
}

.p-recruitment .sec03 .people__box .c-box01 {
  position: relative;
  margin-bottom: 30px;
  left: -15%;
  margin-top: -60px;
}

@media screen and (max-width: 1200px) {
  .p-recruitment .sec03 .people__box .c-box01 {
    left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec03 .people__box .c-box01 {
    position: unset;
    margin-top: 0;
    margin-bottom: -30px;
  }
}

.p-recruitment .sec03 .people__box .c-txt01__img img {
  width: 100%;
  max-width: 350px;
}

.p-recruitment .sec04 {
  padding: 80px 0;
  background: #f6f5fa;
  position: relative;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec04 {
    padding: 40px 0 20px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec04 .c-ttl03 {
    margin-bottom: 40px;
  }
}

.p-recruitment .sec04 .c-ttl03__ja {
  left: 34%;
  bottom: -8%;
}

@media screen and (max-width: 1200px) {
  .p-recruitment .sec04 .c-ttl03__ja {
    left: 130px;
    bottom: -13px;
    width: 230px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec04 .c-ttl03__ja {
    left: 80px;
    bottom: -12%;
    width: 150px;
  }
}

.p-recruitment .sec04 .cross__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec04 .cross__box {
    padding-top: 140px;
  }
}

.p-recruitment .sec04 .cross__item {
  width: 50%;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec04 .cross__item {
    width: 100%;
  }
}

.p-recruitment .sec04 .cross__img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: right;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec04 .cross__img {
    width: 100%;
    height: 35%;
  }
}

.p-recruitment .sec04 .cross__img img {
  width: 100%;
}

.p-recruitment .sec05 {
  padding: 50px 0 120px;
}

.p-recruitment .sec05 .c-list04 {
  margin-bottom: 60px;
}

.p-recruitment .sec05 .c-ttl04 {
  font-size: 2.0rem;
  margin-bottom: 20px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
}

.p-recruitment .sec05 .c-box01 {
  margin-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec05 .c-box01 {
    margin-bottom: 30px;
  }
}

.p-recruitment .sec05 .c-box01 .c-txt01__img {
  margin-right: 30px;
  max-width: 350px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec05 .c-box01 .c-txt01__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec05 .c-box01 .c-txt01__img {
    margin: 0 auto;
  }
}

.p-recruitment .sec05 .c-box01:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-recruitment .sec05 .c-box01:nth-of-type(odd) .c-txt01__img {
  margin-left: 30px;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec05 .c-box01:nth-of-type(odd) .c-txt01__img {
    margin: 0 auto;
  }
}

.p-recruitment .sec05 .rec__session .c-ttl04 {
  font-size: 2.4rem;
  color: #e73357;
  position: relative;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec05 .rec__session .c-ttl04 {
    font-size: 2rem;
    margin-left: 35px;
  }
}

.p-recruitment .sec05 .rec__session .c-ttl04::before {
  content: '';
  border: 1px solid #e73357;
  width: 36px;
  position: absolute;
  top: 50%;
  left: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec05 .rec__session .c-ttl04::before {
    width: 30px;
    left: -35px;
  }
}

.p-recruitment .sec05 .rec__session__quest {
  font-size: 3.6rem;
  font-family: 'Josefin Sans', sans-serif;
  vertical-align: bottom;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec05 .rec__session__quest {
    font-size: 2.6rem;
  }
}

.p-recruitment .sec05 .rec__session__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.p-recruitment .sec05 .rec__session__img {
  margin-bottom: 20px;
}

.p-recruitment .sec05 .rec__session__img:nth-child(2n) {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec05 .rec__session__img {
    width: 48%;
    max-width: 350px;
  }
  .p-recruitment .sec05 .rec__session__img:nth-child(2n) {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

.p-recruitment .sec05 .rec__session__icon {
  width: auto;
  height: 100%;
  margin-right: 20px;
}

.p-recruitment .sec05 .rec__session__txt {
  vertical-align: top;
}

.p-recruitment .sec05 .rec__welcome {
  position: relative;
}

.p-recruitment .sec05 .rec__welcome-img {
  width: 100%;
  margin-bottom: 65px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec05 .rec__welcome-img {
    margin-bottom: 25px;
  }
}

.p-recruitment .sec05 .rec__welcome .c-txt01 {
  text-align: center;
}

.p-recruitment .sec05 .rec__welcome .c-txt01 img {
  width: 100%;
  max-width: 640px;
}

.p-recruitment .sec05 .rec__shape {
  position: absolute;
}

.p-recruitment .sec05 .rec__shape01 {
  left: -120px;
  bottom: 110px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec05 .rec__shape01 {
    left: -25px;
    bottom: 60px;
    width: 10%;
  }
}

.p-recruitment .sec05 .rec__shape02 {
  max-width: 300px;
  right: -200px;
  bottom: -150px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec05 .rec__shape02 {
    right: -70px;
    bottom: -170px;
    width: 40%;
  }
}

.p-recruitment .sec05 .rec__shape03 {
  right: 30px;
  bottom: 20px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec05 .rec__shape03 {
    right: 20px;
    bottom: -90px;
    width: 20%;
  }
}

.p-recruitment .sec05 .rec__shape04 {
  left: 50px;
  bottom: -70px;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec05 .rec__shape04 {
    left: 20px;
    bottom: -60px;
    width: 15%;
  }
}

.p-recruitment .sec06 {
  padding: 150px 0;
  background: #f6f5fa;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec06 {
    padding: 60px 0;
  }
}

.p-recruitment .sec06 .c-ttl03__ja {
  left: 82%;
  bottom: -46%;
}

@media screen and (max-width: 1200px) {
  .p-recruitment .sec06 .c-ttl03__ja {
    bottom: -22px;
    right: -10px;
    left: auto;
  }
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec06 .c-ttl03__ja {
    left: 84%;
    bottom: -22px;
  }
}

@media screen and (max-width: 850px) {
  .p-recruitment .sec06 .c-ttl03__ja {
    left: 200px;
  }
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec06 .c-ttl03__ja {
    left: 147px;
    bottom: -15px;
  }
}

.p-recruitment .sec06 .rec__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: -160px;
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec06 .rec__info {
    margin-top: -135px;
  }
}

@media screen and (max-width: 850px) {
  .p-recruitment .sec06 .rec__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.p-recruitment .sec06 .rec__info__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}

@media screen and (max-width: 850px) {
  .p-recruitment .sec06 .rec__info__right {
    width: 100%;
  }
}

.p-recruitment .sec06 .rec__info__right .c-btn01 {
  margin-top: auto;
}

.p-recruitment .sec06 .rec__info__right .c-btn01__link {
  height: 75px;
  font-size: 2.2rem;
  width: 100%;
  color: #e73357;
  border: 2px solid #e73357;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
  -webkit-filter: unset;
          filter: unset;
}

.p-recruitment .sec06 .rec__info__right .c-btn01__link:hover {
  color: #fff;
  background: #e73357;
}

.p-recruitment .sec06 .rec__info__right .c-btn01__link:first-of-type {
  margin-bottom: 40px;
}

@media screen and (max-width: 850px) {
  .p-recruitment .sec06 .rec__info__right .c-btn01__link:first-of-type {
    margin-bottom: 30px;
  }
}

.p-recruitment .sec06 .rec__info__right .c-btn01__link::after {
  height: auto;
}

@media screen and (max-width: 850px) {
  .p-recruitment .sec06 .rec__info__right .c-btn01__link {
    font-size: 1.6rem;
    height: 60px;
    margin: 0 auto;
    max-width: 100%;
  }
}

.p-recruitment .sec06 .rec__info__item {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 850px) {
  .p-recruitment .sec06 .rec__info__item {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.p-recruitment .sec06 .rec__info__left {
  width: 50%;
}

@media screen and (max-width: 850px) {
  .p-recruitment .sec06 .rec__info__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-recruitment .sec06 .rec__info__box {
  background-color: #fff;
  padding: 50px 100px;
}

@media screen and (max-width: 850px) {
  .p-recruitment .sec06 .rec__info__box {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 1024px) {
  .p-recruitment .sec06 .rec__info__box {
    padding: 30px 20px;
  }
}

.p-recruitment .sec06 .rec__info__list {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
}

.p-recruitment .sec06 .rec__info__detail {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 18px 0;
  background-color: #f6f5fa;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .p-recruitment .sec06 .rec__info__detail {
    font-size: 1.5rem;
  }
}

.p-recruitment .sec06 .rec__info__detail:last-of-type {
  margin-bottom: 0;
}

.p-recruitment .sec06 .rec__info__detail:not(:last-of-type):after {
  content: '';
  border: 2px solid #f6f5fa;
  height: 35px;
  position: absolute;
  bottom: -80%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-recruitment .sec06 .rec__ttl-right {
  text-align: right;
}

@media screen and (max-width: 850px) {
  .p-recruitment .sec06 .rec__ttl-right {
    text-align: left;
  }
}

.p-recruitment-entry .l-kv {
  background-image: url(/assets/img/page/recruitment/kv_essentials.jpg);
  background-position: center 40%;
}

.p-recruitment-entry .c-btn {
  margin: 80px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 60px;
}

@media screen and (max-width: 1024px) {
  .p-recruitment-entry .c-btn {
    margin: 40px auto 0;
  }
}

.p-recruitment-entry .c-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  color: #fff;
  font-size: 1.4rem;
}

.p-recruitment-entry .c-btn01__link {
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
}

@media screen and (max-width: 599px) {
  .p-recruitment-entry .c-btn01__link {
    max-width: 100%;
    height: 60px;
  }
}

.p-sustainability.l-main {
  margin-bottom: 0;
  overflow: hidden;
}

.p-sustainability .sus_txtcolor {
  color: #cb7129 !important;
}

.p-sustainability section[class^="sec"] {
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .p-sustainability section[class^="sec"] {
    padding: 30px 0;
  }
}

.p-sustainability section[class^="sec"].sec01 {
  padding-top: 0;
}

.p-sustainability .l-kv {
  background-image: url(/assets/img/page/sustainability/kv_sustainability.jpg);
}

.p-sustainability .c-ttl05 {
  color: #148ca8;
}

.p-sustainability .c-ttl__line {
  color: #0a4d81;
  border-bottom: solid 2px #cb7129;
  padding-bottom: 8px;
}

.p-sustainability .c-ttl__line::after {
  border-bottom: solid 2px #cb7129;
}

.p-sustainability .c-box02__img {
  -webkit-filter: none;
          filter: none;
}

.p-sustainability .sec01 .c-txt01 {
  margin-bottom: 40px;
}

.p-sustainability .sec01 .c-txt01:last-of-type {
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .p-sustainability .sec01 .c-txt01:last-of-type {
    margin-bottom: 30px;
  }
}

.p-sustainability .sec01 .c-list04 {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .p-sustainability .sec01 .c-list04 {
    width: 80%;
    display: block;
  }
}

.p-sustainability .sec01 .c-list04__item {
  width: 30%;
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
}

.p-sustainability .sec01 .c-list04__item::before {
  content: '';
  position: absolute;
  top: 13px;
  left: -15px;
  display: inline-block;
  width: 60px;
  border: 2px dashed #148ca8;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .p-sustainability .sec01 .c-list04__item {
    margin: 0 auto;
  }
}

@media screen and (max-width: 599px) {
  .p-sustainability .sec01 .c-list04__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-sustainability .sec01 .c-list04__item .c-txt01 {
  margin-bottom: 0;
}

.p-sustainability .sec01 .c-list04__detail .c-txt01 {
  font-size: 1.1rem;
}

.p-sustainability .sec01 .c-list04__cnt {
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-sustainability .sec01 .c-list04__img {
  margin-bottom: 0;
  -webkit-filter: none;
          filter: none;
}

.p-sustainability .sec01 .c-list04__img img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-sustainability .sec01 .c-list04__img img {
    width: 70%;
  }
}

.p-sustainability .sec01 .c-list04__ttl {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-sustainability .sec01 .c-list04__ttl::after {
  content: none;
}

.p-sustainability .sec02 {
  background-color: #ebf3fa;
}

.p-sustainability .sec02 .sus__case {
  border: 1px solid #148ca8;
  margin: 0 auto 60px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-sustainability .sec02 .sus__case {
    width: 95%;
  }
}

.p-sustainability .sec02 .sus__case .c-box02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.p-sustainability .sec02 .sus__case .c-box02__txt {
  max-width: 55%;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .p-sustainability .sec02 .sus__case .c-box02__txt {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.p-sustainability .sec02 .sus__case .c-box02__img {
  margin: 0;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .p-sustainability .sec02 .sus__case .c-box02__img {
    max-width: 100%;
  }
}

.p-sustainability .sec02 .sus__case .c-list05 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-sustainability .sec02 .sus__case .c-list05::after {
  content: "";
  display: block;
  width: 34%;
  height: 0;
}

.p-sustainability .sec02 .sus__case .c-list05__item {
  width: 30%;
  margin-right: 45px;
  -webkit-filter: none;
          filter: none;
}

.p-sustainability .sec02 .sus__case .c-list05__item:last-of-type {
  margin-right: 0;
}

.p-sustainability .sec02 .sus__case .c-list05__item:hover {
  -webkit-filter: none;
          filter: none;
}

@media screen and (max-width: 1024px) {
  .p-sustainability .sec02 .sus__case .c-list05__item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .p-sustainability .sec02 .sus__case .c-list05__item:nth-child(2n) {
    margin: 0;
  }
}

.p-sustainability .sec02 .sus__subttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin: 50px auto 30px;
  padding-bottom: 10px;
  color: #148ca8;
  border-bottom: solid 1px #148ca8;
}

.p-sustainability .sec02 .sus__subttl:first-of-type {
  margin-top: 0;
}

.p-sustainability .sec02 .sus__cnt {
  position: relative;
  padding: 50px 40px 80px;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .p-sustainability .sec02 .sus__cnt {
    padding: 30px 30px 45px;
  }
}

.p-sustainability .sec02 .sus__cnt__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .p-sustainability .sec02 .sus__cnt__ttl {
    display: block;
    margin-bottom: 20px;
  }
}

.p-sustainability .sec02 .sus__cnt-subttl {
  font-size: 2rem;
}

.p-sustainability .sec02 .sus__cnt .c-label01 {
  min-width: 70px;
  max-width: 70px;
  height: 32px;
  margin-right: 20px;
  background-color: #148ca8;
}

@media screen and (max-width: 599px) {
  .p-sustainability .sec02 .sus__cnt .c-label01 {
    margin-bottom: 10px;
  }
}

.p-sustainability .sec02 .sus__bg {
  position: absolute;
  bottom: -5px;
  right: 15px;
  overflow: hidden;
  text-align: right;
}

@media screen and (max-width: 599px) {
  .p-sustainability .sec02 .sus__bg img {
    width: 50%;
    right: 10px;
  }
}

.top .kv {
  margin: 0 auto 100px;
  position: relative;
  overflow: hidden;
  /*&::after {
      content: '';
      background-color: $bg-color01;
      width: 100%;
      height: 90%;
      position: absolute;
      right: -10%;
      transform: rotate(6deg);
      top: 0;
    }*/
}

@media screen and (max-width: 1024px) {
  .top .kv {
    margin: 0 auto 300px;
  }
}

@media screen and (max-width: 599px) {
  .top .kv {
    margin: 0 auto 150px;
  }
}

.top .kv__msg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50px;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .top .kv__msg {
    left: 10px;
  }
}

@media screen and (max-width: 599px) {
  .top .kv__msg img {
    max-width: 300px;
  }
}

.top .kv .swiper01 {
  position: relative;
  /* pagination */
  /* Bullet timer */
  /* current */
  /* next prev button */
}

.top .kv .swiper01 .swiper-slide {
  position: relative;
}

.top .kv .swiper01 .swiper-slide .swiper-txt {
  position: absolute;
  left: 20px;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .top .kv .swiper01 .swiper-slide .swiper-txt {
    max-width: 80%;
  }
}

.top .kv .swiper01 .swiper-slide01 .swiper-txt {
  bottom: 150px;
}

.top .kv .swiper01 .swiper-slide02 .swiper-txt {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 640px;
}

@media screen and (max-width: 1024px) {
  .top .kv .swiper01 .swiper-slide02 .swiper-txt {
    max-width: 80%;
  }
}

.top .kv .swiper01 .swiper-slide03 .swiper-txt {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 640px;
}

@media screen and (max-width: 1024px) {
  .top .kv .swiper01 .swiper-slide03 .swiper-txt {
    max-width: 80%;
  }
}

.top .kv .swiper01 .swiper-slide .swiper-img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .top .kv .swiper01 .swiper-slide .swiper-img {
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.top .kv .swiper01 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 4%;
  right: 5%;
  left: unset;
}

.top .kv .swiper01 .swiper-pagination-bullet {
  font-family: "Oswald", sans-serif;
  width: 46px;
  height: 46px;
  background: #fff;
  color: #125d8c;
  font-size: 1.6rem;
  line-height: 16px;
  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;
  opacity: 1;
  position: relative;
  margin-right: 12px;
}

@media screen and (max-width: 1024px) {
  .top .kv .swiper01 .swiper-pagination-bullet {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }
}

.top .kv .swiper01 .bulletTimer {
  fill: transparent;
  position: relative;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 46px;
  height: 46px;
}

@media screen and (max-width: 1024px) {
  .top .kv .swiper01 .bulletTimer {
    width: 32px;
    height: 32px;
    top: -2px;
    left: -3px;
  }
}

.top .kv .swiper01 .bulletTimer circle {
  fill: transparent;
  stroke-width: 1;
  stroke: #c3c3c3;
}

@media screen and (max-width: 1024px) {
  .top .kv .swiper01 .bulletTimer__pc {
    display: none;
  }
}

.top .kv .swiper01 .bulletTimer__sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .top .kv .swiper01 .bulletTimer__sp {
    display: block;
  }
}

.top .kv .swiper01 .swiper-pagination-bullet-active {
  color: #6e7e99;
  /* Bullet timer */
}

.top .kv .swiper01 .swiper-pagination-bullet-active .bulletTimer {
  position: absolute;
  top: -4px;
  left: -4px;
}

@media screen and (max-width: 1024px) {
  .top .kv .swiper01 .swiper-pagination-bullet-active .bulletTimer {
    top: -2px;
    left: -3px;
  }
}

.top .kv .swiper01 .swiper-pagination-bullet-active .bulletTimer svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.top .kv .swiper01 .swiper-pagination-bullet-active .bulletTimer circle {
  fill: transparent;
  stroke: #6e7e99;
  stroke-width: 2;
  -webkit-animation-name: circle-move;
          animation-name: circle-move;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes circle-move {
  0% {
    stroke-dasharray: 0 356;
  }
  100% {
    stroke-dasharray: 356 356;
  }
}

@keyframes circle-move {
  0% {
    stroke-dasharray: 0 356;
  }
  100% {
    stroke-dasharray: 356 356;
  }
}

@media screen and (max-width: 1024px) {
  .top .kv .swiper01 .swiper-pagination-bullet-active__sp {
    position: absolute;
    top: -4px;
    left: -4px;
  }
  .top .kv .swiper01 .swiper-pagination-bullet-active__sp svg {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .top .kv .swiper01 .swiper-pagination-bullet-active__sp circle {
    fill: transparent;
    stroke: #c5ee2b;
    stroke-width: 2;
    -webkit-animation-name: circle-move;
            animation-name: circle-move;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes circle-move {
    0% {
      stroke-dasharray: 0 356;
    }
    100% {
      stroke-dasharray: 356 356;
    }
  }
  @keyframes circle-move {
    0% {
      stroke-dasharray: 0 356;
    }
    100% {
      stroke-dasharray: 356 356;
    }
  }
}

.top .kv .swiper01 .swiper-button-next, .top .kv .swiper01 .swiper-button-prev {
  display: none;
}

@media screen and (min-width: 1700px) {
  .top__c-layout .l-main__inner {
    max-width: 1220px;
  }
}

@media screen and (max-width: 1024px) {
  .top__c-layout .l-main__inner {
    padding: 0;
  }
}

.top__c-layout .c-ttl04.pc-only {
  position: absolute;
  top: -72px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1400px) {
  .top__c-layout .c-ttl04.pc-only {
    font-size: 5.5rem;
    top: -67px;
  }
}

@media screen and (max-width: 1024px) {
  .top__c-layout .c-ttl04.pc-only {
    display: none;
  }
}

.top__c-layout .c-ttl04.sp-only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .top__c-layout .c-ttl04.sp-only {
    display: block;
    font-size: 4rem;
    color: #125d8c;
    text-align: right;
  }
}

@media screen and (max-width: 599px) {
  .top__c-layout .c-ttl04.sp-only {
    font-size: 3rem;
  }
}

.top__c-layout .c-txt01 {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .top__c-layout .c-box01__txt {
    width: 100%;
    padding: 60px 35px 40px 35px;
    position: unset;
  }
}

.top__c-layout .c-box01__txt::before {
  content: '';
  position: absolute;
  top: 0px;
  border: none;
}

@media screen and (max-width: 1024px) {
  .top__c-layout .c-box01__txt::before {
    display: none;
  }
}

.top__c-layout .c-box01__inner {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .top__c-layout .c-box01__inner {
    width: 500px;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (max-width: 599px) {
  .top__c-layout .c-box01__inner {
    width: 300px;
  }
}

.top__c-layout .c-box01__img {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .top__c-layout .c-box01__img {
    top: -230px;
    position: absolute;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) and (max-width: 599px) {
  .top__c-layout .c-box01__img {
    top: -105px;
  }
}

.top__c-layout .c-box01__img.zoom img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.top__c-layout .c-box01__img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  .top__c-layout .c-box01__img img {
    max-width: 500px;
  }
}

@media screen and (max-width: 599px) {
  .top__c-layout .c-box01__img img {
    max-width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .top__c-layout .c-box01__img img::after {
    display: none;
  }
}

.top__c-layout .c-box01__img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.top__info {
  margin-bottom: 240px;
}

@media screen and (max-width: 1024px) {
  .top__info {
    margin-bottom: 300px;
  }
}

@media screen and (max-width: 599px) {
  .top__info {
    margin: 0 auto 180px;
  }
}

.top__info .c-ttl04.pc-only {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1496ad), color-stop(50%, #148fa9), to(#125d8c));
  background: linear-gradient(90deg, #1496ad 0%, #148fa9 50%, #125d8c 100%);
}

@media screen and (max-width: 1024px) {
  .top__info .c-ttl04.pc-only {
    background: inherit;
  }
}

.top__info .c-ttl04.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all .6s .5s ease;
  transition: all .6s .5s ease;
}

.top__info .c-box01__cnt {
  margin-right: 170px;
}

@media screen and (min-width: 1700px) {
  .top__info .c-box01__cnt {
    margin-right: 370px;
  }
}

@media screen and (max-width: 1400px) {
  .top__info .c-box01__cnt {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .top__info .c-box01__cnt {
    margin-right: 0;
  }
}

.top__info .c-box01__txt {
  background: -webkit-gradient(linear, left top, right top, from(#16d9d5), color-stop(50%, #148fa9), to(#125d8c));
  background: linear-gradient(90deg, #16d9d5 0%, #148fa9 50%, #125d8c 100%);
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .top__info .c-box01__txt {
    width: 100%;
    padding: 60px 35px 40px 35px;
    position: unset;
  }
}

.top__info .c-box01__txt::before {
  left: 0px;
  border-left: solid 60px #fff;
  border-bottom: solid 340px transparent;
}

.top__info .c-box01__img::after {
  left: -50px;
}

@media screen and (max-width: 1400px) {
  .top__info .c-box01__img::after {
    left: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .top__info .c-box01__img::after {
    display: none;
  }
}

.top__info .c-box01__img.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all .6s .5s ease;
  transition: all .6s .5s ease;
}

.top__prof {
  margin-bottom: 240px;
}

@media screen and (max-width: 599px) {
  .top__prof {
    margin: 0 auto 120px;
  }
}

.top__prof .c-ttl04 {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#1496ad), color-stop(50%, #148fa9), to(#125d8c));
  background: linear-gradient(-90deg, #1496ad 0%, #148fa9 50%, #125d8c 100%);
}

@media screen and (max-width: 1024px) {
  .top__prof .c-ttl04 {
    background: inherit;
  }
}

.top__prof .c-ttl04.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all .6s .5s ease;
  transition: all .6s .5s ease;
}

.top__prof .c-box01 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .top__prof .c-box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 120px;
  }
}

.top__prof .c-box01__cnt {
  margin-left: 170px;
}

@media screen and (min-width: 1700px) {
  .top__prof .c-box01__cnt {
    margin-left: 370px;
  }
}

@media screen and (max-width: 1400px) {
  .top__prof .c-box01__cnt {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .top__prof .c-box01__cnt {
    margin: 0;
  }
}

.top__prof .c-box01__txt {
  background: -webkit-gradient(linear, right top, left top, from(#16d9d5), color-stop(50%, #148fa9), to(#125d8c));
  background: linear-gradient(-90deg, #16d9d5 0%, #148fa9 50%, #125d8c 100%);
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .top__prof .c-box01__txt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 10;
    position: unset;
  }
}

.top__prof .c-box01__txt::before {
  right: 0px;
  border-right: solid 60px #fff;
  border-top: solid 380px transparent;
}

.top__prof .c-box01__img::after {
  right: -50px;
}

@media screen and (max-width: 1400px) {
  .top__prof .c-box01__img::after {
    right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .top__prof .c-box01__img::after {
    display: none;
  }
}

.top__prof .c-box01__img.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all .6s .5s ease;
  transition: all .6s .5s ease;
}

@media screen and (max-width: 599px) {
  .top__prof .c-box01__img.fadeInLeft {
    opacity: 1;
    -webkit-transform: unset;
            transform: unset;
  }
}

.top__event {
  background-image: url("/assets/img/page/top/top_event_bg01.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 0 140px 0;
  background-position-y: bottom;
}

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

@media screen and (max-width: 1024px) {
  .top__event {
    padding: 0 0 100px 0;
    background-size: cover;
  }
}

@media screen and (max-width: 599px) {
  .top__event {
    background-image: url("/assets/img/page/top/bg_clothpattern.png");
    padding: 0;
    margin: 0 auto 50px;
    background-repeat: repeat;
    background-size: contain;
    position: relative;
  }
  .top__event::before, .top__event::after {
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    z-index: 0;
    width: 100%;
    height: 100px;
    background: #fff;
  }
  .top__event::before {
    top: -100px;
  }
  .top__event::after {
    bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .top__event .l-main__inner {
    background: -webkit-gradient(linear, left top, right top, from(rgba(189, 181, 82, 0.6)), to(rgba(109, 196, 159, 0.6)));
    background: linear-gradient(90deg, rgba(189, 181, 82, 0.6) 0%, rgba(109, 196, 159, 0.6) 100%);
  }
}

.top__event .c-ttl02 {
  color: #6bc79b;
  text-align: center;
  background: inherit;
  -webkit-text-fill-color: inherit;
  -webkit-background-clip: inherit;
}

@media screen and (max-width: 599px) {
  .top__event .c-ttl02 {
    position: relative;
  }
}

.top__event .c-btn01__link {
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .top__event .c-btn01__link {
    position: relative;
    z-index: 10;
  }
}

.top__event .c-list04 {
  margin: 0 auto 60px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .top__event .c-list04__item:first-child {
    margin: 0 auto 30px;
  }
}

.top__event .c-list04__item:nth-child(even) {
  margin-top: 34px;
}

@media screen and (max-width: 599px) {
  .top__event .c-list04__item:nth-child(even) {
    margin-top: 0;
  }
}

.top__event .c-list04__img {
  width: 243px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .top__event .c-list04__img {
    width: 100%;
    height: auto;
  }
}

.top__event .c-list04__link {
  color: #fff;
}

.top__archive__inner {
  width: 80%;
  margin: 0 0 60px auto;
  padding-top: 100px;
  overflow-x: hidden;
}

@media screen and (max-width: 1500px) {
  .top__archive__inner {
    max-width: 1270px;
    width: unset;
  }
}

@media screen and (max-width: 1024px) {
  .top__archive__inner {
    padding: 0 10px;
  }
}

.top__archive__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .top__archive__index {
    margin: 0 auto 50px;
  }
}

.top__archive__index .c-ttl02 {
  margin: 0;
}

.top__archive__index .c-ttl02__sub {
  margin: 0 40px 0 0;
}

.top__archive__txt {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 auto 30px;
}

.top__archive .swiper02 {
  overflow: unset;
}

.top__archive .swiper02 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.top__archive .swiper02 .swiper-pagination {
  top: -63px;
  right: 217px;
  bottom: unset;
  width: unset;
  left: unset;
  display: none;
}

.top__archive .swiper02 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #125d8c;
  width: 2px;
  height: 2px;
  display: none;
}

.top__archive .swiper02 .swiper-pagination-bullet-active {
  background-color: #125d8c;
}

.top__archive .swiper02 .swiper-button-prev, .top__archive .swiper02 .swiper-button-next {
  cursor: pointer;
  z-index: 100;
  display: none;
}

.top__archive .swiper02 .swiper-button-prev {
  background-image: url(/assets/img/common/icon_arrow_left01.svg);
  top: -50px;
  left: unset;
  right: 300px;
  width: 32px;
  height: 32px;
  display: none;
}

.top__archive .swiper02 .swiper-button-prev::after {
  content: none;
}

.top__archive .swiper02 .swiper-button-next {
  background-image: url(/assets/img/common/icon_arrow_right01.svg);
  top: -50px;
  left: unset;
  right: 150px;
  width: 32px;
  height: 32px;
}

.top__archive .swiper02 .swiper-button-next::after {
  content: none;
}

.top__archive .c-btn01__link {
  margin: 0 auto 120px;
}

@media screen and (max-width: 1024px) {
  .top__archive .c-btn01__link {
    margin: 0 auto 60px;
  }
}

.top__news {
  background-color: #e4e9f2;
  padding: 60px 0 130px 0;
  background-image: url(/assets/img/page/top/top_news_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
}

@media screen and (max-width: 1024px) {
  .top__news {
    padding: 40px 0 80px;
    background-size: contain;
  }
}

.top__news__index {
  margin-right: 190px;
}

@media screen and (max-width: 1024px) {
  .top__news__index {
    margin: 0 0 30px;
  }
}

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

@media screen and (max-width: 1024px) {
  .top__news__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top__news .c-ttl02 {
  font-size: 4rem;
}

.top__news .c-ttl02__sub {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .top__news .c-ttl02__sub {
    margin: 0 auto 20px;
  }
}

.top__news .c-btn01__link {
  width: 200px;
  height: 50px;
}

.top__intro {
  padding: 100px 0;
}

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

@media screen and (max-width: 599px) {
  .top__intro .l-main__inner {
    padding: 0 40px;
  }
}

.top__intro .c-ttl02 {
  text-align: center;
  font-size: 4rem;
}

.top__intro .c-list03 {
  margin: 0 auto 55px;
}

.top__intro .c-list03__link:hover .c-list03__ttl {
  color: #125d8c;
}

.top__intro .c-list03__date {
  font-family: "Oswald", sans-serif;
}

.top__intro .c-btn01__link {
  margin: 0 auto;
}

.top__links {
  background-image: url(/assets/img/page/top/top_bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0;
}

@media screen and (max-width: 1024px) {
  .top__links {
    padding: 50px 0 115px;
    background-position: right;
  }
}

.top__links .c-ttl02 {
  text-align: right;
  color: #fff;
  font-size: 4rem;
  background: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

.top__links .c-ttl02__sub {
  text-align: right;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .top__links .c-list05 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .top__links .c-list05__item {
    margin: 0 2px 10px;
  }
}

.top__links .c-list05__img {
  -webkit-filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.35));
}

.top__recruit {
  background-image: url(/assets/img/page/top/top_recruit_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: relative;
}

@media screen and (min-width: 1700px) {
  .top__recruit {
    height: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .top__recruit {
    height: 550px;
    padding: 0 0 40px 0;
    background-position: right;
  }
}

.top__recruit .l-main__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media screen and (max-width: 1024px) {
  .top__recruit .l-main__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.top__recruit .c-ttl02 {
  background: -webkit-gradient(linear, left top, right top, from(#fb8667), color-stop(50%, #f16772), to(#e7497b));
  background: linear-gradient(90deg, #fb8667 0%, #f16772 50%, #e7497b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top__recruit .c-ttl02__sub {
  margin: 0 auto 20px;
}

.top__recruit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .top__recruit__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .top__recruit__wrap {
    width: 100%;
  }
}

.top__recruit__cnt {
  text-align: center;
  position: relative;
  padding: 0 140px 0 0;
  color: #000;
  z-index: 20;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .top__recruit__cnt {
    padding: 0 30px 0 0;
  }
}

.top__recruit__cnt:hover {
  opacity: .6;
}

.top__recruit__cnt:hover::after {
  right: -10px;
}

.top__recruit__cnt::after {
  content: '';
  position: absolute;
  background-image: url(/assets/img/common/icon_arrow03.svg);
  width: 16px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top__recruit__pic {
  position: absolute;
  top: -50px;
  z-index: 10;
  width: 55%;
}

@media screen and (max-width: 1400px) {
  .top__recruit__pic {
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .top__recruit__pic {
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}

.top__recruit__pic img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.35));
}

@media screen and (max-width: 1024px) {
  .top__recruit__pic img {
    max-width: 270px;
  }
}

.top .fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all .6s .5s ease;
  transition: all .6s .5s ease;
}

.top .fadeInUp02 {
  -webkit-transition: all 1s .5s ease;
  transition: all 1s .5s ease;
}

.top .fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all .6s .5s ease;
  transition: all .6s .5s ease;
}

.en-top .top__prof .c-box01__txt::before {
  border-top: solid 395px transparent;
}

.p-error .l-kv {
  background-image: url(/assets/img/page/company/kv_company01.jpg);
}

.p-error .c-txt01 {
  margin: 0 auto 30px;
}

.p-error .c-btn01__link {
  margin: 0 auto;
}

.p-styleguide .c-sec {
  background-color: #f5f3f0;
}

.p-styleguide .c-sec:nth-child(even) {
  background-color: #ededed;
}

.p-styleguide .c-ttl-sub01 {
  margin: 0 auto 30px;
}

.p-styleguide .c-list06 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-styleguide .c-list06__item {
  border: 1px solid #125d8c;
  margin: 0 5px 10px;
  background-color: #fff;
}

.p-styleguide .c-list06__item a {
  color: #125d8c;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-styleguide .c-list06__item a:hover {
  background-color: #b0d0ff;
}
