@charset "UTF-8";


@custom-media --sm screen and (min-width: 544px);
@custom-media --md screen and (min-width: 768px);
@custom-media --lg screen and (min-width: 992px);
@custom-media --xl screen and (min-width: 1200px);
/*
@mixin is-lg-small() {
  @media screen and (max-width: $breakpoint-tablet) {
    @content;
  }
}
*/
/* IEハック用mixin */
/* ===============================

	FOUNDATION

================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #e7e7e7;
}

::selection {
  background: #e7e7e7;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: #fafafa;
  font: normal normal normal 1.2rem/1 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #050505;
  letter-spacing: 0;
  word-break: break-all;
  -ms-content-zooming: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

body[data-bodyfixed='true'] {
  position: relative;
  left: 0;
}

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

audio,
canvas,
progress,
video,
img {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
}

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

small {
  font-size: inherit;
}

address {
  font: inherit;
}

ul,
ol {
  list-style: none;
}

img,
picture,
video {
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
  vertical-align: middle;
}

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

input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  overflow-y: auto;
  resize: vertical;
}

[type='submit'],
[type='button'],
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

[hidden] {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(.focus-visible) {
  outline: 0;
}

/* ===============================

	LAYOUT

================================ */
.l-footer {
  padding: 3.2rem 10% 60px;
  background: #fff;
  color: #050505;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: 5.6rem 10%;
  }
}

@media screen and (min-width: 992px) {
  .l-footer {
    padding: 6.4rem 5% 5.6rem;
  }
}

.l-footer .c-logo {
  width: 100%;
  max-width: 100px;
}

@media screen and (min-width: 992px) {
  .l-footer .c-logo {
    max-width: 151.5px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .l-footer .c-logo:hover {
    opacity: .8;
  }
}

.l-footer__main {
  -webkit-box-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 992px) {
  .l-footer__main {
    display: -webkit-box;
    display: flex;
  }
}

.l-footer__bnr {
  max-width: 200px;
  margin: auto;
  padding-top: 40px;
}

.l-footer__side {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.l-footer__main + .l-footer__side {
  margin-top: 4.8rem;
}

@media screen and (min-width: 992px) {
  .l-footer__side {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .l-footer__main + .l-footer__side {
    margin-top: 6.4rem;
  }
}

.l-footer__address {
  max-width: 64rem;
  flex-basis: 30%;
}

.l-footer__nav {
  max-width: 96rem;
  margin-top: 2.4rem;
}

@media screen and (min-width: 992px) {
  .l-footer__nav {
    flex-basis: 50%;
  }
  .l-footer__address + .l-footer__nav {
    margin: 0 0 0 4.8rem;
  }
}

.l-footer__sns {
  padding-right: 8rem;
}

.l-footer__copy {
  padding: 2rem 0 0;
}

@media screen and (min-width: 992px) {
  .l-footer__sns + .l-footer__copy {
    padding: 2rem 0;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 9999;
  right: 15px;
  bottom: 15px;
  visibility: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 992px) {
  .p-pagetop {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.p-pagetop.is-active {
  visibility: visible;
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}

.p-pagetop:hover {
  background: white;
}

@media screen and (min-width: 992px) {
  .p-pagetop:hover .p-pagetop-btn {
    padding-top: 18px;
  }
}

.p-pagetop-btn {
  padding-top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 992px) {
  .p-pagetop-btn {
    padding-top: 22px;
  }
}

.p-pagetop-btn::before {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-right: 0;
  border-bottom: 0;
  outline: 0;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 992px) {
  .l-header {
    height: 154px;
  }
}

.l-header.is-fixed {
  height: 64px;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 992px) {
  .l-header.is-fixed {
    height: 104px;
  }
}

.l-header.is-page {
  background: rgba(255, 255, 255, 0.8);
}

.l-header__body {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: flex;
  height: 6rem;
  padding: 0 5%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .l-header__body {
    height: 10.4rem;
  }
}
@media screen and (max-width: 991px) {
  .l-header__body {
    padding-right: 0;
  }
}

.l-header__nav,
.l-header__sns {
  display: none;
}

@media screen and (min-width: 992px) {
  .l-header__nav,
  .l-header__sns {
    display: block;
  }
}

.l-header__button {
  height: 100%;
}

@media screen and (min-width: 992px) {
  .l-header__button {
    display: none;
  }
}

.l-header__contact {
  height: 100%;
  margin-left: auto;
}

@media screen and (min-width: 992px) {
  .l-header__contact {
    display: none;
  }
}

.l-header__tel {
  height: 100%;
  margin-left: auto;
}

.l-header__contact + .l-header__tel {
  margin-left: 0;
}

@media screen and (min-width: 992px) {
  .l-header__tel {
    display: none;
  }
}

.l-home__section + .l-home__section {
  margin-top: 5.4rem;
}

@media screen and (min-width: 768px) {
  .l-home__section + .l-home__section {
    margin-top: 8.8rem;
  }
}

@media screen and (min-width: 992px) {
  .l-home__section + .l-home__section {
    margin-top: 14.4rem;
  }
}

.l-main {
  overflow: hidden;
}

.l-subpage__header {
  display: -webkit-box;
  display: flex;
  /* IE11 Bug Fix */
}

.l-subpage__nav {
  position: relative;
}

.l-subpage__section {
  position: relative;
}

.l-subpage__nav + .l-subpage__section {
  margin-top: -91px;
  padding-top: 11.2rem;
}

.l-subpage__section.-background-base-color {
  background-color: #eee9e9;
}

.l-subpage__section.-background-base-color .sub-section {
  padding-bottom: 60px;
}

.l-subpage__section.-background-theme-color {
  background-color: #051833;
  color: #fafafa;
}

/* ===============================

	COMPONENT

================================ */
/*----------------------------------------
c-breadcrumbs
----------------------------------------*/
.c-breadcrumbs {
  background: #041933;
}

.c-breadcrumbs-items {
  display: -webkit-box;
  display: flex;
  margin-left: -.6rem;
  padding: 11px 5%;
  border-bottom: 1px solid #fafafa;
  line-height: 1.7;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs-items {
    display: block;
    margin-left: 0;
    padding: 12px 10%;
  }
}

.c-breadcrumbs-item {
  position: relative;
  padding: 0 1rem 0 1.5rem;
  color: #fafafa;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs-item {
    display: inline;
  }
}

.c-breadcrumbs-item:first-child {
  padding-left: 0;
}

.c-breadcrumbs-item:not(:first-child)::before {
  position: absolute;
  left: .25rem;
  content: "/";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-breadcrumbs-link {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

.c-breadcrumbs-link:not(.is-link-none) {
  -webkit-transition: .3s;
  transition: .3s;
}

.c-breadcrumbs-link:not(.is-link-none):hover {
  opacity: .8;
}

.c-breadcrumbs-link.is-link-none {
  cursor: default;
}

.c-article-thumb {
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.c-article-thumb::after {
  display: block;
  padding-top: 61.8%;
  content: '';
}

.c-article-thumb__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;", sans-serif;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-article-thumb__caption {
  position: absolute;
  top: .8rem;
  left: .8rem;
  padding: .4rem 1.6rem;
  background: rgba(250, 250, 250, 0.8);
}

@media screen and (min-width: 992px) {
  .c-article-thumb__caption {
    top: 1.6rem;
    left: 1.6rem;
    padding: .4rem 2rem;
  }
}

.c-figure {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ddd;
}

.c-figure::after {
  display: block;
  padding-top: 61.8%;
  content: '';
}

.c-figure.-square::after {
  padding-top: 100%;
}

.c-figure__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-family: "object-fit: cover;", sans-serif;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-logo {
  display: table;
  width: 100%;
  max-width: 136.5px;
  height: 3.2rem;
}

@media screen and (max-width: 1024px) {
  .c-logo {
    max-width: 100px;
    height: 28px;
  }
}

.c-logo__img {
  display: table-cell;
  width: 100%;
}

.c-map {
  position: relative;
  overflow: hidden;
}

.c-map::after {
  display: block;
  padding-top: 75%;
  content: '';
}

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

.c-map.-grayscale iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (min-width: 992px) {
  .c-map {
    min-height: 54rem;
  }
  .c-map::after {
    padding-top: 61.8%;
  }
}

/*----------------------------------------
c-pagination
----------------------------------------*/
.c-pagination {
  padding-top: 125px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-pagination {
    padding-top: 75px;
  }
}

.c-pager {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.c-pager-item {
  margin: 5px;
}

.c-pager-btn {
  display: block;
  border: 1px solid #050505;
  background: #fafafa;
  color: #050505;
}

.c-pager-btn.is-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-pager-btn::before {
  background: #050505;
}

.c-pager-btn.is-current {
  background: #050505;
  color: #fafafa;
}

.c-pager-btn.is-next, .c-pager-btn.is-prev {
  display: block;
  overflow: visible;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: none;
}

@media screen and (min-width: 992px) {
  .c-pager-btn.is-next:hover::before, .c-pager-btn.is-prev:hover::before {
    -webkit-transform: translateX(-40%) translateY(-50%) rotate(45deg);
            transform: translateX(-40%) translateY(-50%) rotate(45deg);
    -webkit-animation: none;
            animation: none;
  }
}

@media screen and (max-width: 767px) {
  .c-pager-btn.is-next, .c-pager-btn.is-prev {
    width: 35px;
    height: 35px;
  }
}

.c-pager-btn.is-next::before, .c-pager-btn.is-prev::before {
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  border-top: 2px solid #050505;
  border-right: 2px solid #050505;
  border-bottom: none;
  background: none;
  content: '';
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .c-pager-btn.is-next::before, .c-pager-btn.is-prev::before {
    width: 18px;
    height: 18px;
  }
}

.c-pager-btn.is-next::after, .c-pager-btn.is-prev::after {
  content: none;
}

.c-pager-btn.is-next .c-pager-btn-txt, .c-pager-btn.is-prev .c-pager-btn-txt {
  display: inline;
}

.c-pager-btn-txt {
  position: relative;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 42px;
}

@media screen and (max-width: 767px) {
  .c-pager-btn-txt {
    width: 35px;
    height: 35px;
    line-height: 37px;
  }
}

/*----------------------------------------
loading
----------------------------------------*/
.js-loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fafafa;
}

.js-loading-parts {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #051833;
  border-top: 2px solid rgba(5, 24, 51, 0.3);
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: rotate 2s infinite ease;
          animation: rotate 2s infinite ease;
}

body[data-status="loaded"] .js-loading {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c-information__row + .c-information__row {
  margin-top: 4rem;
}

.c-information__title {
  position: relative;
  padding-bottom: 6.6rem;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .08em;
}

.c-information__title::after {
  position: absolute;
  bottom: 3.2rem;
  left: 0;
  width: 4rem;
  height: 2px;
  background: currentColor;
  content: '';
}

.c-some-list {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
}

.c-some-list__item {
  position: relative;
  padding-left: 4rem;
}

.c-some-list__item::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 2rem;
  height: 2px;
  background-color: currentColor;
  content: '';
}

.c-some-list__item + .c-some-list__item {
  margin-top: 1em;
}

.c-summary-list {
  line-height: 1.8;
  letter-spacing: .1em;
}

.c-summary-list__row {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .c-summary-list__row {
    display: block;
  }
}

.c-summary-list__row + .c-summary-list__row {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #b7b6b6;
}

.c-summary-list__title {
  padding-right: 2.4rem;
  color: #555;
  flex-basis: 28%;
}

.c-summary-list__desc {
  flex-basis: 72%;
}

@media screen and (max-width: 1024px) {
  .c-summary-list__desc {
    padding-top: 10px;
  }
}

.c-border-headline {
  position: relative;
  display: block;
  padding-left: 6.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
}

.c-border-headline::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: inline-block;
  width: 4.8rem;
  height: 2px;
  background: currentColor;
  content: '';
}

@media screen and (min-width: 992px) {
  .c-border-headline {
    padding-left: 8.8rem;
  }
  .c-border-headline::before {
    width: 6.4rem;
  }
}

.c-heading-1__large-text {
  display: block;
  font-family: Mukta, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  .c-heading-1__large-text {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.c-heading-1__small-text {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  .c-heading-1__small-text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.c-heading-1__large-text + .c-heading-1__small-text {
  margin-top: .8rem;
}

.c-heading-2 {
  display: block;
}

.c-heading-2__large-text {
  padding-right: .8rem;
  font-family: Mukta, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .24em;
}

.c-heading-2.-block .c-heading-2__large-text {
  display: block;
}

@media screen and (min-width: 992px) {
  .c-heading-2__large-text {
    font-size: 3rem;
  }
}

.c-heading-2__small-text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .16em;
}
.page-id-746 .c-heading-2__small-text {
  font-size:15px;
  font-size: 1.5rem;
}

.c-heading-2.-block .c-heading-2__small-text {
  display: block;
}

.c-heading-2.-block .c-heading-2__large-text + .c-heading-2__small-text {
  margin: .4rem 0 0;
}

@media screen and (max-width: 1024px) {
  .c-heading-2 {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .c-heading-2__large-text {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .c-heading-2__small-text {
    display: block;
    margin-left: 0;
  }
}

.c-heading-3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .c-heading-3 {
    font-size: 1.8rem;
  }
}

.c-heading-4 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .c-heading-4 {
    font-size: 1.6rem;
  }
}

.c-hgroup {
  position: relative;
  padding-bottom: 4.2rem;
}

.c-hgroup::after {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 2rem;
  height: 2px;
  background: currentColor;
  content: '';
}

@media screen and (min-width: 992px) {
  .c-hgroup {
    padding-bottom: 5rem;
  }
  .c-hgroup::after {
    bottom: 2.4rem;
    width: 4rem;
  }
}

.c-hgroup__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .08em;
}

@media screen and (min-width: 992px) {
  .c-hgroup__title {
    font-size: 36px;
  }
}

.c-hgroup__subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .1em;
}

@media screen and (min-width: 992px) {
  .c-hgroup__subtitle {
    font-size: 1.8rem;
  }
}

.c-hgroup__title + .c-hgroup__subtitle {
  margin-top: .8rem;
}

.c-order-headline {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .24em;
}

.c-order-headline__number {
  display: block;
  font-size: 1.8rem;
}

.c-order-headline__title {
  display: block;
  font-size: 3rem;
}

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

.c-order-headline__number + .c-order-headline__title {
  margin-top: .4em;
}

.c-section-headline,
.c-section-headline__large-text,
.c-section-headline__small-text {
  display: block;
}

.c-section-headline {
  text-align: center;
}

.c-section-headline__large-text {
  padding-left: .2em;
  font-family: Mukta, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .2em;
}

@media screen and (min-width: 768px) {
  .c-section-headline__large-text {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 992px) {
  .c-section-headline__large-text {
    font-size: 3rem;
  }
}

.c-section-headline__small-text {
  padding-left: .1em;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .1em;
}

.c-section-headline__large-text + .c-section-headline__small-text {
  margin-top: .4rem;
}

@media screen and (min-width: 992px) {
  .c-section-headline__large-text + .c-section-headline__small-text {
    margin-top: .8rem;
  }
}

.c-arrow-link {
  position: relative;
  display: inline-block;
  padding: .8rem 6.4rem 1.2rem .4rem;
  border-bottom: 1px solid;
  letter-spacing: .1em;
}

.c-arrow-link::before, .c-arrow-link::after {
  position: absolute;
  display: inline-block;
  content: '';
}

.c-arrow-link::before {
  right: .8rem;
  bottom: .8rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-arrow-link::after {
  right: 1.6rem;
  bottom: 1.5rem;
  width: .4rem;
  height: .4rem;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 992px) {
  .c-arrow-link {
    padding-right: 10.4rem;
    padding-left: .8rem;
  }
  .c-arrow-link::before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-arrow-link::after {
    right: 1.8rem;
    bottom: 1.7rem;
    width: .6rem;
    height: .6rem;
  }
  .c-arrow-link:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .c-arrow-link:hover::after {
    right: 1rem;
  }
}

.c-inline-link {
  display: inline;
  border-bottom: 1px solid;
  color: #cb5242;
}

.c-input {
  width: 100%;
  background-color: #ebeff1;
}

.c-select {
  position: relative;
  background-color: #ebeff1;
}

.c-select::after {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  content: '';
}

.c-select__body {
  width: 100%;
  padding: .8em 2em .8em .8em;
}

.c-text-link {
  display: inline-block;
  line-height: 1.5;
  letter-spacing: .1em;
}

.c-arrow-button {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #050505;
}

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

.c-arrow-button::after {
  position: absolute;
  width: .6rem;
  height: .6rem;
  border-top: 1px solid;
  border-right: 1px solid;
  content: "";
}

.c-arrow-button.-next {
  border-left: 0;
}

.c-arrow-button.-next::after {
  right: 18px;
  bottom: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
  .c-arrow-button.-next::after {
    right: 10px;
    bottom: 8px;
  }
}

.c-arrow-button.-prev::after {
  right: 16px;
  bottom: 17px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (max-width: 1024px) {
  .c-arrow-button.-prev::after {
    right: 7px;
    bottom: 8px;
  }
}

.c-catch-text {
  font-family: 'Noto Sans JP', Mukta, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: .1em;
}

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

@media screen and (min-width: 992px) {
  .c-catch-text {
    font-size: 1.8rem;
  }
}

.c-catch-text.-primary {
  font-weight: 300;
}

.c-catch-text.-secondary {
  font-weight: 600;
}

.c-date,
.c-date__year,
.c-date__day,
.c-date__month {
  display: block;
  font-weight: 600;
  text-align: center;
}

.c-date__year,
.c-date__month {
  padding-left: .06em;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .06em;
}

@media screen and (min-width: 992px) {
  .c-date__year,
  .c-date__month {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.c-date__day {
  padding-left: .08em;
  font-size: 1.6rem;
  letter-spacing: .08em;
}

@media screen and (min-width: 992px) {
  .c-date__day {
    font-size: 2.2rem;
  }
}

.c-number {
  position: relative;
  display: block;
  height: 102%;
  font-family: Mukta, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
}

.c-number__prefix {
  position: absolute;
  bottom: -5px;
  display: inline-block;
}

@media screen and (min-width: 1100px) {
  .c-number__prefix {
    bottom: .2rem;
    left: .8rem;
  }
}

.c-number__prefix-text {
  position: relative;
  top: -18px;
  left: -8px;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: .1em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (min-width: 1100px) {
  .c-number__prefix-text {
    font-size: 3.2rem;
  }
}

.c-number__counter {
  position: absolute;
  bottom: -.6rem;
  left: 1.8rem;
  display: inline-block;
  font-size: 5rem;
  letter-spacing: 0em;
  word-break: keep-all;
}

@media screen and (min-width: 1100px) {
  .c-number__counter {
    bottom: -.4rem;
    left: 4.8rem;
    font-size: 7.2rem;
  }
}

.c-paragraph {
  line-height: 1.8;
  letter-spacing: .1em;
}

.c-paragraph.-large {
  font-size: 1.8rem;
}

.c-paragraph.-small {
  font-size: 1.3rem;
  line-height: 2;
}

.c-paragraph p + p {
  margin-top: .5em;
}

.c-small-text {
  font-family: Peddana, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.6;
  letter-spacing: .2em;
}

.c-vertical-text {
  position: relative;
  text-align: center;
  letter-spacing: .1em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* ===============================

	PROJECT

================================ */
.st-footer-address__title + .st-footer-address__summary {
  margin-top: 1em;
}

.st-footer-address__summary .c-paragraph {
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (min-width: 992px) {
  .st-footer-address__summary .c-paragraph {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.st-footer-copy {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .1em;
}

.st-footer-nav {
  display: -webkit-box;
  display: flex;
  margin: -.8rem -1.6rem 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .st-footer-nav {
    margin: -32px -1.6rem 0 0;
    padding-bottom: .3em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.st-footer-nav__item {
  margin: .8rem 1.6rem 0 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.st-footer-nav__item:hover {
  opacity: .8;
}

@media screen and (min-width: 992px) {
  .st-footer-nav__item {
    margin: 32px 1.6rem 0 0;
    flex-basis: calc(25% - 1.6rem);
  }
}

.st-footer-sns {
  display: -webkit-box;
  display: flex;
  font-size: 2rem;
  -webkit-box-align: center;
          align-items: center;
}

.st-footer-sns__item:not(:first-child) {
  margin-left: 2rem;
}

@media screen and (min-width: 992px) {
  .st-footer-sns__item:not(:first-child) {
    margin-left: 1.6rem;
  }
}

.l-header__contact_btn {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 100%;
  font-size: 2rem;
}


.l-header__tel_btn {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 100%;
  font-size: 2rem;
}

.header-menu-button {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 6rem;
  height: 100%;
}

.header-menu-button__line {
  position: absolute;
  top: calc(50% - .2rem);
  left: 2.4rem;
  display: inline-block;
  width: 2rem;
  height: .4rem;
  border-radius: 2px;
  background: #050505;
  -webkit-transition: background .5s, opacity .5s, -webkit-transform .5s;
  transition: background .5s, opacity .5s, -webkit-transform .5s;
  transition: background .5s, transform .5s, opacity .5s;
  transition: background .5s, transform .5s, opacity .5s, -webkit-transform .5s;
}

.header-menu-button__line:first-child {
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
}

.header-menu-button__line:last-child {
  -webkit-transform: translateY(0.8rem);
          transform: translateY(0.8rem);
}

.header-menu-button__line::before {
  position: absolute;
  top: 0;
  left: -.8rem;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: #050505;
  content: '';
}

.header-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header-nav__item {
  color: #050505;
}

.header-nav__item .c-text-link {
  position: relative;
  display: block;
  padding: 4px 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-nav__item .c-text-link.is-current {
  background-color: rgba(5, 5, 5, 0.7);
  color: #fafafa;
}

.header-nav__item .c-text-link::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #050505;
  content: "";
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-nav__item .c-text-link:hover {
  color: #fafafa;
}

.header-nav__item .c-text-link:hover::after {
  opacity: 1;
}

.header-nav__item:not(:first-child) {
  margin-left: .5vw;
}

.c-sns-link {
  font-size: 22.5px;
}

@media screen and (min-width: 1025px) {
  .c-sns-link {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-sns-link:hover {
    opacity: .6;
  }
}

.home-address {
  position: relative;
  color: #fafafa;
}

@media screen and (min-width: 992px) {
  .home-address {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50vw;
    grid-template-columns: 1fr 50vw;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}

.home-address__desc {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.home-address__desc-container {
  position: relative;
  z-index: 0;
}

.home-address__desc-container::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #051833;
  content: '';
}

@media screen and (min-width: 992px) {
  .home-address__desc-container {
    padding: 0 50% 0 5%;
  }
  .home-address__desc-container::before {
    width: 75%;
  }
}

.home-address__desc-inner {
  max-width: calc(160rem / 2);
  height: 100%;
  margin-left: auto;
  padding: 4.8rem 0 18rem;
}

@media screen and (min-width: 992px) {
  .home-address__desc-inner {
    padding: 7.2rem 0 11.2rem;
  }
}

.home-address__info {
  padding-left: 10%;
}

.home-address__headline + .home-address__info {
  margin-top: 3.2rem;
}

@media screen and (min-width: 992px) {
  .home-address__info {
    padding-left: 8.8rem;
  }
  .home-address__headline + .home-address__info {
    margin-top: 6.4rem;
  }
}

.home-address__details {
  padding-right: 7.5%;
}

.home-address__details + .home-address__link {
  margin-top: 4rem;
}

.home-address__map {
  position: relative;
  z-index: 1;
  margin-top: -12rem;
  padding-left: 10%;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

@media screen and (min-width: 992px) {
  .home-address__map {
    margin: 0;
    padding: 16rem 0 0;
  }
}

.home-blog {
  position: relative;
}

@media screen and (max-width: 767px) {
  .home-blog {
    padding-bottom: 40px;
  }
}

.home-blog::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(60% + 160px + 144px);
  background: #eee9e9;
  content: "";
}

@media screen and (max-width: 767px) {
  .home-blog::before {
    top: auto;
    bottom: 0;
    height: 50%;
  }
}

.home-blog__headline {
  position: relative;
  padding: 0 5%;
}

.home-blog__headline .c-arrow-link {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-blog__contents {
  padding: 0 5%;
}

.home-blog__headline + .home-blog__contents {
  margin-top: 4rem;
}

@media screen and (min-width: 992px) {
  .home-blog__contents {
    padding: 0;
  }
  .home-blog__headline + .home-blog__contents {
    margin-top: 6.4rem;
  }
}

.is-sp.home-blog-btn {
  display: block;
  margin: 36px auto 0;
  text-align: center;
}

.home-case {
  padding: 0 5%;
}

.home-case__container {
  max-width: 160rem;
  margin: auto;
  padding: 0 5%;
}

@media screen and (min-width: 768px) {
  .home-case__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.home-case__column {
  flex-basis: calc(50% - 2rem);
}

@media screen and (min-width: 768px) {
  .home-case__column {
    width: calc(50% - 2.4rem);
    flex-basis: calc(50% - 2.4rem);
  }
}

.home-case__column + .home-case__column {
  margin-top: 2.4rem;
}

@media screen and (min-width: 768px) {
  .home-case__column + .home-case__column {
    margin-top: 0;
  }
}

.home-contact {
  position: relative;
  z-index: 0;
  padding: 0 10% 8.5rem;
}

@media screen and (min-width: 992px) {
  .home-contact {
    padding: 0 5% 115px;
  }
}

.home-contact__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.home-contact__item {
  -webkit-transition: .3s;
  transition: .3s;
  flex-basis: 100%;
}

@media screen and (min-width: 992px) {
  .home-contact__item {
    flex-basis: calc(50% - 20px);
  }
  .home-contact__item:hover {
    opacity: .8;
  }
  .home-contact__item:nth-child(2n+1):last-child, .home-contact__item:only-child {
    flex-basis: 100%;
  }
  .home-contact__item:nth-child(2n) {
    padding-top: 0;
  }
  .home-contact__item:nth-child(n+3) {
    padding-top: 40px;
  }
  .home-contact__item:nth-child(2) {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .home-contact__item:nth-child(2n) {
    padding-top: 5px;
    padding-bottom: 30px;
  }
}

.home-contact__item:last-child {
  padding-bottom: 0;
}

.home-contact__background {
  position: absolute;
  z-index: -1;
  top: 64px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: calc(100% - 64px);
}

@media screen and (min-width: 992px) {
  .home-contact__background {
    top: 100px;
    height: calc(100% - 100px);
  }
}

.home-contact__background.-top {
  top: 0;
  bottom: auto;
}

.home-contact__background-img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #ddd no-repeat center center / cover;
}

.home-grid-picture {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-grid-picture__list {
  width: 50%;
}

.home-grid-picture__item {
  z-index: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr;
  grid-template-columns: 1fr 1.6rem 1fr 1.6rem 1fr;
  -ms-grid-rows: 1fr 1.6rem 1fr 1.6rem 1fr;
  grid-template-rows: 1fr 1.6rem 1fr 1.6rem 1fr;
}

@media screen and (min-width: 992px) {
  .home-grid-picture__item {
    -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
    grid-template-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
    -ms-grid-rows: 1fr 2.4rem 1fr 2.4rem 1fr;
    grid-template-rows: 1fr 2.4rem 1fr 2.4rem 1fr;
  }
}

.home-grid-picture__img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / 6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / 6;
}

.home-grid-picture__img .c-figure {
  background-position: 50% 50%;
  background-size: cover;
}

.home-grid-picture__img .c-figure__img {
  display: none;
}

.home-grid-picture__caption {
  position: relative;
  z-index: 1;
  background: #fafafa;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.home-grid-picture__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr;
  grid-template-columns: 1fr 1.6rem 1fr 1.6rem 1fr;
  -ms-grid-rows: 1fr 1.6rem 1fr 1.6rem 1fr;
  grid-template-rows: 1fr 1.6rem 1fr 1.6rem 1fr;
}

@media screen and (min-width: 992px) {
  .home-grid-picture__overlay {
    -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
    grid-template-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
    -ms-grid-rows: 1fr 2.4rem 1fr 2.4rem 1fr;
    grid-template-rows: 1fr 2.4rem 1fr 2.4rem 1fr;
  }
}

.home-grid-picture__overlay-item {
  display: block;
  background: #fafafa;
}

.home-grid-picture__overlay-item:nth-child(1) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / 6;
}

.home-grid-picture__overlay-item:nth-child(2) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / 6;
}

.home-grid-picture__overlay-item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / 6;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

.home-grid-picture__overlay-item:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / 6;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}

.sw-grid-pictute__mask {
  width: 100%;
  height: 100%;
}

.home-intro {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .home-intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}

.home-intro__contents {
  position: relative;
  z-index: 0;
}

.home-intro__contents::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 64%;
  height: 60%;
  background: #051833;
  content: '';
}

@media screen and (min-width: 768px) {
  .home-intro__contents {
    padding: 0 5% 12.8rem;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
}

.home-intro__contents .c-heading-2__small-text {
  padding-top: 15px;
}

.home-intro__container {
  max-width: 160rem;
  margin: auto;
  padding-top: 3.2rem;
}

@media screen and (min-width: 992px) {
  .home-intro__container {
    padding: 7.2rem 5% 0;
  }
}

.home-intro__desc {
  margin-left: 10%;
  padding: 3.2rem 16vw 10rem 3.2rem;
  background: #eee9e9;
}

.home-intro__headline + .home-intro__desc {
  margin-top: 3.2rem;
}

@media screen and (min-width: 768px) {
  .home-intro__desc {
    margin: 0;
    padding: 5.4rem calc(50% + 4rem) 8rem 5%;
  }
  .home-intro__headline + .home-intro__desc {
    margin-top: 5.2rem;
  }
}

.home-intro__desc-container {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .home-intro__desc-container {
    max-width: 40rem;
  }
}

.home-intro__thumb {
  position: relative;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: -8rem 0 85px auto;
  margin: 0 0 85px;
}

@media screen and (min-width: 768px) {
  .home-intro__thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    margin: -8rem 0 0 auto;
  }
}

.home-kv {
  /* IE11 Bug Fix */
  position: relative;
  display: -webkit-box;
  display: flex;
}

.home-kv__container {
  /* IE11 Bug Fix */
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 16rem 10%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.home-kv__desc {
  z-index: 2;
  width: 100%;
  color: #fafafa;
}

@media screen and (min-width: 992px) {
  .home-kv__desc {
    width: auto;
    margin-right: 5%;
  }
}

.home-kv__paragraph {
  font-family: Peddana, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: .1em;
}

@media screen and (min-width: 992px) {
  .home-kv__paragraph {
    font-size: 2.4rem;
  }
}

.home-kv__pager {
  margin-top: 1.6rem;
}

@media screen and (min-width: 992px) {
  .home-kv__pager {
    margin-top: 2.4rem;
  }
}

.home-kv__link {
  margin-top: 6.4rem;
}

.home-kv__slider {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-kv__slider .swiper-slide {
  width: 100%;
  padding-top: 60%;
  background-position: 50% 50%;
  background-size: cover;
}

.sw-background-slider {
  height: 100%;
}

.home-summary {
  padding: 0 5%;
}

.home-summary__container {
  max-width: 160rem;
  margin: auto;
}

.home-summary__headline + .home-summary__contents {
  margin-top: 4rem;
}

@media screen and (min-width: 992px) {
  .home-summary__headline + .home-summary__contents {
    margin-top: 6.4rem;
  }
}

.sw-thumb-btn {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
}

.sw-thumb-btn-next,
.sw-thumb-btn-prev {
  position: relative;
  display: block;
  width: 8vw;
  max-width: 60px;
  height: 8vw;
  max-height: 60px;
  background: #eee9e9;
  cursor: pointer;
}

.sw-thumb-btn-next i,
.sw-thumb-btn-prev i {
  position: absolute;
  top: calc(50% - 8px);
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.sw-thumb-btn-next:hover,
.sw-thumb-btn-prev:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .sw-thumb-btn-next,
  .sw-thumb-btn-prev {
    width: 15vw;
    height: 15vw;
    line-height: 15vw;
  }
}

.home-case__container .c-heading-2 {
  padding-right: 86px;
}

@media screen and (min-width: 992px) {
  .home-case__container .c-heading-2 {
    padding-right: 0;
  }
}

.home-case__container .sw-desc-slider__btm {
  display: -webkit-box;
  display: flex;
  padding-top: 4.5rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .home-case__container .sw-desc-slider__btm {
    padding-top: 0;
  }
}

.home-case__container .sw-btn-next,
.home-case__container .sw-btn-prev {
  display: block;
  width: 33px;
  height: 34px;
  border: 1px solid #000;
  background: rgba(5, 24, 51, 0);
  font-size: 10px;
  font-size: 1rem;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .home-case__container .sw-btn-next,
  .home-case__container .sw-btn-prev {
    width: 60px;
    height: 60px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 60px;
  }
}

.home-case__container .sw-btn-next:hover,
.home-case__container .sw-btn-prev:hover {
  background: rgba(5, 24, 51, 0.3);
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.home-case__container .sw-btn-prev {
  border-left: 0;
}

.home-case__container .sw-btn {
  display: -webkit-box;
  display: flex;
  padding-left: 20px;
}

@media screen and (min-width: 992px) {
  .home-case__container .sw-btn .c-arrow-link {
    width: 100%;
    max-width: 210px;
    padding-right: 5rem;
    padding-left: .8rem;
  }
}

.home-case__container .sw-btn.is-sp {
  position: absolute;
  top: 0;
  right: 0;
}

.sw-article-btn {
  position: absolute;
  z-index: 2;
  left: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.sw-article-btn-next, .sw-article-btn-prev {
  display: block;
  width: 34px;
  height: 34px;
  background: #fff;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .sw-article-btn-next, .sw-article-btn-prev {
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
}

.sw-article-btn-next:hover, .sw-article-btn-prev:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.sw-article-btn-next {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sw-article-btn-prev {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media screen and (min-width: 992px) {
  .sw-article-slide {
    display: -webkit-box;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .sw-article-slide__item {
    flex-basis: 550px;
  }
}

.sw-article-slide__item.swiper-slide .sw-article-summary {
  padding: 0 4%;
}

.sw-article-slide__item.is-active + .sw-article-slide__item.is-active {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.sw-article-summary {
  display: block;
}

.sw-article-summary__thumb + .sw-article-summary__title {
  margin-top: 1.6rem;
}

@media screen and (min-width: 992px) {
  .sw-article-summary__title {
    padding: 0 1.6rem;
  }
  .sw-article-summary__thumb + .sw-article-summary__title {
    margin-top: 2.4rem;
  }
}

.sw-card {
  display: block;
  padding: 6.4rem 5% 2.4rem;
  background: #051833 no-repeat center center/cover;
  color: #fafafa;
}

@media screen and (min-width: 768px) {
  .sw-card {
    padding: 12rem 5% 2.4rem;
  }
}

@media screen and (min-width: 992px) {
  .sw-card {
    padding: 12rem 3.2rem 2.4rem;
  }
}

.sw-card__headline + .sw-card__arrow {
  margin-top: 1.6rem;
}

@media screen and (min-width: 992px) {
  .sw-card__headline + .sw-card__arrow {
    margin-top: 3.2rem;
  }
}

.sw-contact-button {
  position: relative;
  display: block;
  height: auto;
  background: #ddd no-repeat center center / cover;
}

.sw-contact-button::after {
  display: block;
  content: '';
}

.sw-contact-button.-tel {
  color: #fafafa;
}

.sw-contact-button__container {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
          flex-direction: column;
  width: 100%;
  height: 120px;
  padding: 1.6rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .sw-contact-button__container {
    height: 185px;
  }
}

.sw-contact-button.-tel .sw-contact-button__container {
  background: rgba(71, 71, 71, 0.9);
}

.sw-contact-button.-mail .sw-contact-button__container {
  background: rgba(250, 250, 250, 0.8);
}

.sw-contact-button__container::after {
  position: absolute;
  z-index: -1;
  top: .8rem;
  right: .8rem;
  bottom: .8rem;
  left: .8rem;
  border: 1px solid;
  content: '';
}

@media screen and (min-width: 992px) {
  .sw-contact-button__container {
    padding: 5%;
  }
  .sw-contact-button__container::after {
    top: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
  }
}

.sw-contact-button__icon {
  display: block;
  font-size: 2em;
}

@media screen and (min-width: 992px) {
  .sw-contact-button__icon {
    padding-right: 20px;
  }
}

.-tel .sw-contact-button__icon {
  font-size: 1.8em;
}

@media screen and (min-width: 992px) {
  .-tel .sw-contact-button__icon {
    padding-right: 20px;
    font-size: 2.4em;
  }
}

.-mail .sw-contact-button__icon {
  font-size: 1.8em;
}

@media screen and (min-width: 992px) {
  .-mail .sw-contact-button__icon {
    padding-right: 30px;
    font-size: 2em;
  }
}

.sw-contact-button__text {
  display: block;
  letter-spacing: .1em;
}

.sw-contact-button__text .c-paragraph {
  line-height: 2;
}

.-tel .sw-contact-button__text {
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  .-tel .sw-contact-button__text {
    font-size: 27px;
  }
}

.-mail .sw-contact-button__text {
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  .-mail .sw-contact-button__text {
    font-size: 25px;
  }
}

.sw-contact-button__top {
  display: -webkit-box;
  display: flex;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (min-width: 992px) {
  .sw-contact-button__top {
            flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}

.sw-contact-button__btm {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sw-contact-button__btm {
    font-size: 15px;
  }
}

.sw-contents-grid {
  overflow: hidden;
  margin-top: -4rem;
}

@media screen and (min-width: 768px) {
  .sw-contents-grid {
    margin-top: -4.8rem;
  }
}

@media screen and (min-width: 992px) {
  .sw-contents-grid {
    display: -webkit-box;
    display: flex;
    margin: -1.6rem -1.6rem 0;
  }
}

.sw-contents-grid__column {
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .sw-contents-grid__column {
    margin-top: 4.8rem;
  }
}

@media screen and (min-width: 992px) {
  .sw-contents-grid__column {
    min-width: 0;
    margin: 1.6rem 0 0 1.6rem;
    flex-basis: calc((100% / 3) - 1.6rem);
  }
}

.sw-contents-summary {
  padding: 0 5%;
}

@media screen and (min-width: 992px) {
  .sw-contents-summary {
    padding: 0 1.6rem;
  }
}

.sw-contents-summary__card {
  margin: 0 -5%;
}

@media screen and (min-width: 992px) {
  .sw-contents-summary__card {
    margin: 0 -1.6rem;
  }
}

.sw-contents-summary__card + .sw-contents-summary__desc {
  margin-top: 2.4rem;
}

@media screen and (min-width: 992px) {
  .sw-contents-summary__card + .sw-contents-summary__desc {
    margin-top: 4rem;
  }
}

.sw-contents-summary__card + .sw-contents-summary__note,
.sw-contents-summary__desc + .sw-contents-summary__note {
  margin-top: 1.6rem;
}

.sw-contents-summary__note .c-small-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .sw-contents-summary__card + .sw-contents-summary__note,
  .sw-contents-summary__desc + .sw-contents-summary__note {
    margin-top: 3.2rem;
  }
}

.sw-contents-summary__card {
  position: relative;
}

.sw-contents-summary__card::before {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  content: "";
}

.sw-contents-summary__card .sw-card .sw-card__headline,
.sw-contents-summary__card .sw-card .sw-card__arrow {
  position: relative;
  z-index: 3;
}

.sw-desc-slider,
.sw-desc-slider__container {
  display: -webkit-box;
  display: flex;
          flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.sw-desc-slider__headline + .sw-desc-slider__catch-text {
  margin-top: 1.6rem;
}

@media screen and (min-width: 992px) {
  .sw-desc-slider__headline + .sw-desc-slider__catch-text {
    margin-top: 2.4rem;
  }
}

.sw-desc-slider__catch-text .c-catch-text {
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
  .sw-desc-slider__catch-text .c-catch-text {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.sw-desc-slider__headline + .sw-desc-slider__paragraph,
.sw-desc-slider__catch-text + .sw-desc-slider__paragraph {
  margin-top: 1.6rem;
}

@media screen and (min-width: 992px) {
  .sw-desc-slider__headline + .sw-desc-slider__paragraph,
  .sw-desc-slider__catch-text + .sw-desc-slider__paragraph {
    margin-top: 3rem;
  }
}

.sw-desc-slider__paragraph {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .sw-desc-slider__paragraph {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.sw-desc-slider__link {
  margin-top: auto;
  padding-top: 2.5rem;
  -webkit-box-flex: 2;
          flex-grow: 2;
}

@media screen and (min-width: 768px) {
  .sw-desc-slider__link {
    padding-top: 4.5rem;
  }
}

.sw-desc-slider__headline .c-heading-2__small-text {
  font-size: 15px;
}

.sw-slider-pager.swiper-pagination-bullets {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.sw-slider-pager__item:not(:first-child) {
  margin-left: .6rem;
}

@media screen and (min-width: 992px) {
  .sw-slider-pager__item:not(:first-child) {
    margin-left: .8rem;
  }
}

.sw-slider-pager .swiper-pagination-bullet {
  width: .6rem;
  height: .6rem;
  margin-right: 6px;
  border: 1px solid #fafafa;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}

.sw-slider-pager .swiper-pagination-bullet-active {
  background: #fafafa;
}

@media screen and (min-width: 992px) {
  .sw-slider-pager .swiper-pagination-bullet {
    width: .8rem;
    height: .8rem;
  }
}

.header-sns {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header-sns__item {
  color: #050505;
}

.header-sns__item:not(:first-child) {
  margin-left: 1.6rem;
}

.sw-thumb-slider.swiper-container {
  margin-top: -100px;
}

@media screen and (min-width: 992px) {
  .sw-thumb-slider.swiper-container {
    margin-top: -120px;
    padding-top: 8vw;
  }
}

.sw-thumb-slider__list {
  display: -webkit-box;
  display: flex;
  padding: 40px 0 0;
}

.sw-thumb-slider__item .c-figure {
  background-position: 50% 50%;
  background-size: cover;
}

.sw-thumb-slider__item .c-figure::after {
  padding-top: 92.5%;
}

.sw-thumb-slider__item .c-figure__img {
  display: none;
}

.sw-thumb-slider__item.swiper-slide .c-figure {
  margin: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 992px) {
  .sw-thumb-slider__item.swiper-slide .c-figure {
    margin: 95px 0 0;
  }
}

.sw-thumb-slider__item.swiper-slide-next .c-figure {
  -webkit-transition: .5s;
  transition: .5s;
}

.not-found-desc {
  padding: 5% 10% 10%;
  line-height: 1.8;
}

.not-found-desc a {
  text-decoration: underline;
  -webkit-transition: 3s;
  transition: 3s;
}

@media screen and (min-width: 992px) {
  .not-found-desc a:hover {
    opacity: .7;
  }
}

.not-found-link {
  padding: 0 10% 10%;
}

.l-blog__section {
  padding: 50px 10% 80px;
}

@media screen and (max-width: 1024px) {
  .l-blog__section {
    padding: 20px 10% 80px;
  }
}

@media screen and (max-width: 767px) {
  .l-blog__section {
    padding: 20px 5% 80px;
  }
}

.p-blog-list {
  padding-bottom: 130px;
}

@media screen and (max-width: 1024px) {
  .p-blog-list {
    padding-bottom: 60px;
  }
}

.c-articles-grid-item {
  margin-top: 60px;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .c-articles-grid-item {
    padding: 32px 10%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-articles-grid-item:hover {
    background: rgba(5, 24, 51, 0.1);
  }
}

.c-article-post {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.c-article-post-container {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-article-post-container {
    display: block;
  }
}

.c-article-post-thumb, .c-article-post-text {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .c-article-post-thumb, .c-article-post-text {
    width: 100%;
  }
}

.c-article-post-thumb {
  padding-right: 10%;
}

@media screen and (max-width: 767px) {
  .c-article-post-thumb {
    padding-right: 0;
  }
}

.c-article-post-thumb-img {
  position: relative;
  padding-top: 62.5%;
  background-size: cover;
}

.c-article-post-thumb-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 62.5%;
  content: "";
}

.c-article-post-thumb-src {
  display: none;
}

.c-article-post-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .c-article-post-ttl {
    padding-top: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-article-post-meta {
  display: -webkit-box;
  display: flex;
}

.c-article-post-cat {
  padding-top: 16px;
}

.c-article-post-cat-item {
  display: inline-block;
  margin-bottom: 8px;
  margin-left: 10px;
  padding: 2px 4px;
  border: 1px solid;
  font-size: 12px;
  line-height: 1.8;
}

.c-article-post-lead {
  padding-top: 16px;
}

.c-article-post-date {
  display: block;
  padding-top: 16px;
  line-height: 1.8;
  color: #bcbcbc;
}

.c-article-post-date::before {
  padding-right: 1rem;
  font-weight: bold;
  color: #050505;
  content: "date";
}

.st-pagination {
  display: block;
}

.st-pagination__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.st-pagination__item {
  width: 42px;
  height: 42px;
  margin: 0 6px 6px 0;
}

.st-pagination__item:last-child {
  margin-right: 0;
}

.st-pagination__button {
  display: block;
  border: 1px solid #bcbcbc;
  line-height: 42px;
  text-align: center;
}

.st-pagination__button[aria-current="page"] {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.l-blog-single {
  padding: 100px 10%;
}

.l-blog-single .p-post-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

.l-blog-single .p-post-meta {
  display: -webkit-box;
  display: flex;
}

.l-blog-single .p-post-content {
  padding-top: 20px;
  line-height: 2;
}

.l-blog-single .p-post-content p:not([class]) {
  padding-top: 1rem;
}

.l-blog-single .p-article-nav {
  margin: 50px 0 20px;
  padding: 20px;
  background: #eee9e9;
}

.l-blog-single .p-article-nav__headline {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.l-blog-single .p-article-nav__table-item {
  font-weight: bold;
}

.l-blog-single .p-article-nav__table-item-child {
  padding-left: 1rem;
}

.l-blog-single .p-article-nav__table-link:hover {
  opacity: .7;
}

.p-blog-single__link {
  padding: 10%;
  text-align: center;
}

.p-post {
  line-height: 1.8;
}

.p-post h2 {
  margin: 30px 0 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #051833;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .p-post h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-post h3 {
  margin: 30px 0 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.p-post h4 {
  margin: 30px 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #051833;
}

.p-post h5,
.p-post h6 {
  margin: 30px 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.p-post .wp-block-code {
  margin: 10px 0;
  padding: 16px;
  background: #051833;
  color: #fff;
}

.p-post .wp-block-pullquote {
  margin: 10px 0;
  border: 2px solid #051833;
  border-right: 0;
  border-left: 0;
}

.p-post .wp-block-quote {
  margin: 10px 0;
  padding: 16px;
  background: rgba(5, 24, 51, 0.3);
}

.p-post .wp-block-table {
  width: 100%;
  margin: 10px 0;
}

.p-post .wp-block-table th, .p-post .wp-block-table td {
  padding: 4px;
  border: 1px solid #051833;
}

.p-post ul:not(.wp-block-gallery) {
  margin: 10px 0;
}

.p-post ul:not(.wp-block-gallery) li {
  position: relative;
  padding: 0 0 0 2.5rem;
  letter-spacing: 0.1em;
}

.p-post ul:not(.wp-block-gallery) li::before {
  position: absolute;
  left: 4px;
  content: "・";
}

.p-post ol:not([class]) {
  margin: 10px 0;
  counter-reset: list_count;
}

.p-post ol:not([class]) li {
  position: relative;
  padding: 0 0 0 4rem;
  letter-spacing: 0.1em;
}

.p-post ol:not([class]) li::before {
  position: absolute;
  left: 4px;
  content: counter(list_count, decimal-leading-zero) ".";
  counter-increment: list_count;
}

.p-post .wp-block-embed-youtube iframe {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-post .wp-block-embed-youtube iframe {
    width: 100%;
    height: 52vw;
  }
}

.p-post .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
}

.p-post .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.p-post .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-post .wp-embed-aspect-4-3 .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 75%;
}

.p-post .wp-embed-aspect-16-9 .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 56.25%;
}

.p-post .wp-block-video video {
  width: 100%;
}

.p-post .wp-block-separator {
  margin: 2rem 0;
}

.p-post .wp-block-separator.is-style-default {
  width: 50%;
  min-width: 280px;
  margin: auto;
}

.p-post .wp-block-categories a:not([class]),
.p-post .wp-block-latest-posts a:not([class]),
.p-post .wp-block-rss__item a:not([class]) {
  color: #284469;
}

.p-post .addtoany_shortcode {
  padding-top: 40px;
}

.p-post-eyecatch {
  padding-top: 20px;
}

.p-post-section__eyecatch {
  padding-bottom: 20px;
}

.c-articles-null {
  padding-top: 40px;
}

.l-case {
  padding-bottom: 100px;
}

.l-case__section {
  padding-top: 30px;
  padding-bottom: 65px;
}

.case-archive {
  position: relative;
}

.case-archive__headline {
  position: absolute;
  top: 25px;
  left: 5%;
  font-weight: bold;
  color: #ab9d91;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.case-archive__headline .c-vertical-text {
  text-align: right;
  transform-origin: center center;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}

.case-archive__contents {
  padding-left: 10%;
}

@media screen and (max-width: 1024px) {
  .case-archive__contents {
    padding-left: 10%;
  }
}

.case-article-card {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.case-article-card:hover .c-figure {
  opacity: .8;
}

.case-article-card__number {
  position: absolute;
  z-index: 1;
  top: 35px;
  left: -55px;
}

.case-article-card__thumb .c-figure {
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.case-article-card__thumb .c-figure__img {
  display: none;
}

.case-article-card__title {
  padding: 20px 8px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.case-article-card .c-number__prefix-text {
  left: -16px;
  width: 50px;
  font-size: 19px;
  text-align: right;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (min-width: 1100px) {
  .case-article-card .c-number__prefix-text {
    top: -8px;
    left: -12px;
    width: 70px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.case-article-card .c-number__counter {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 1100px) {
  .case-article-card .c-number__counter {
    font-size: 80px;
    font-size: 8rem;
    line-height: 0.8;
  }
}

.case-article-slider__item {
  position: relative;
  padding: 25px 0 0 55px;
}

.sw-slider-arrow-group {
  position: absolute;
  z-index: 1;
  top: 65%;
  left: 10%;
  display: -webkit-box;
  display: flex;
  background: #fafafa;
}

@media screen and (max-width: 1024px) {
  .sw-slider-arrow-group {
    top: 33.33%;
    left: calc(12.5% + 32px);
  }
}

.case-article-card__note {
  padding: 24px 8px 0 0;
  text-align: left;
}

.c-plane-table {
  width: 100%;
}

.c-plane-table__body {
  display: -webkit-box;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (max-width: 1192px) {
  .c-plane-table__body {
            flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}

.c-plane-table__caption {
  text-align: left;
}

.c-plane-table__left, .c-plane-table__right {
  width: 50%;
}

.c-plane-table__left:empty, .c-plane-table__right:empty {
  display: none;
}

@media screen and (max-width: 1192px) {
  .c-plane-table__left, .c-plane-table__right {
    display: block;
    width: 100%;
  }
}

.c-plane-table__left {
  padding: 16px 8px 0 0;
}

.c-plane-table__right {
  padding: 16px 0 0;
  text-align: right;
}

@media screen and (max-width: 1192px) {
  .c-plane-table__right {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

.case-section__link {
  margin: 40px 5% 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .case-section__link {
    margin: 40px 5% 0 0;
    text-align: right;
  }
}

.case-more__link {
  padding: 10px 8px 0 0;
  font-family: Mukta, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .case-more__link {
    font-size: 20px;
  }
  .case-more__link:hover {
    opacity: .8;
  }
}

.l-case-single {
  padding-top: 110px;
}

@media screen and (max-width: 1024px) {
  .l-case-single {
    padding-top: 60px;
  }
}

.l-case-single__section + .l-case-single__section {
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  .l-case-single__section + .l-case-single__section {
    padding-top: 0;
  }
}

.case-single__headline {
  padding: 0 10%;
}

.case-single__contents {
  position: relative;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .case-single__contents {
    display: block;
  }
}

.case-single__contents .c-figure {
  width: 50%;
  margin-bottom: 65px;
  background: #ddd;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media screen and (max-width: 1024px) {
  .case-single__contents .c-figure {
    width: 90%;
    margin: 40px 0 0 auto;
  }
}

.case-single__data {
  width: 50%;
  padding: 0 5% 0 10%;
}

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

.case-single__data .case-single__headline {
  padding: 40px 0 30px;
}

@media screen and (max-width: 1024px) {
  .case-single__data .case-single__headline .c-heading-2__large-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.case-single__desc {
  position: relative;
  z-index: -1;
  margin: 40px -30% 0;
  padding: 40px 30%;
  background: #EEE9E9;
}

@media screen and (max-width: 1024px) {
  .case-single__desc {
    width: 117.5%;
    margin: 35px -12.5%;
    padding: 40px 10%;
  }
}

.case-single__section-photos {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 0 10%;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .case-single__section-photos {
    padding: 0 5%;
  }
}

.case-single__section-photos-item {
  width: 47.5%;
}

.case-single__section-photos-item .c-paragraph {
  padding-top: 20px;
  padding-bottom: 40px;
}

.case-single__section-link {
  padding: 5% 10% 10%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .case-single__section-link {
    padding: 0 10% 40px;
  }
}

.case-article-slider__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.case-article-slider__item {
  width: 100%;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .case-article-slider__item {
    width: 33.33333%;
  }
}

.st-pagination {
  width: 90%;
}

.case-article-card__thumb {
  position: relative;
}

.case-article-cat {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.case-article-cat__item {
  margin: 8px 8px 0 0;
  padding: 8px 14px;
  background: #000;
  color: #fff;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  line-height: 1.4;
}

.case-single__headline .c-heading-2__large-text {
  display: block;
}

.p-contact-step {
  margin-top: -45px;
  padding-top: 45px;
  background: #eee9e9;
}

.p-contact-step__list {
  display: -webkit-box;
  display: flex;
}

.p-contact-step__item {
  width: 33.33333%;
  padding: 30px 5%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 1024px) {
  .p-contact-step__item {
    padding: 16px 5%;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}

.p-contact-step .is-step {
  background: #051833;
  color: #fff;
}

.p-contact-step__txt {
  display: block;
}

.p-contact-step__txt-ja {
  display: block;
  padding-top: 8px;
  font-size: 10px;
  opacity: 0.7;
}

.l-contact__section + .l-contact__section {
  padding-top: 110px;
}

@media screen and (max-width: 1024px) {
  .l-contact__section + .l-contact__section {
    padding-top: 36px;
  }
}

.l-contact__section .contact-section__headline {
  padding: 40px 10% 30px;
}

@media screen and (min-width: 992px) {
  .l-contact__section .contact-section__headline {
    padding: 80px 10% 60px;
  }
}

.l-contact__section .txt-box {
  padding: 0 25%;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .l-contact__section .txt-box {
    padding: 0 10%;
  }
}

.l-contact__section .unit-agree-01 {
  line-height: 2;
}

.l-contact__section .is-red {
  color: #cb5242;
}

.l-contact__section .is-em {
  padding-bottom: 50px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .l-contact__section .is-em {
    padding-bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.l-contact__section .box-form-01 {
  padding: 100px 25% 0;
}

@media screen and (min-width: 992px) {
  .l-contact__section .box-form-01 {
    border-top: 1px solid #eee9e9;
  }
}

@media screen and (max-width: 1024px) {
  .l-contact__section .box-form-01 {
    padding: 0 10%;
  }
}

.l-contact__section .home-contact {
  padding-bottom: 64px;
}

.l-contact__section .home-contact .contact-section__headline {
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  .l-contact__section .home-contact .contact-section__headline {
    padding-top: 32px;
  }
}

.l-contact__section .home-contact .contact-section__headline .c-heading-2 {
  text-align: center;
}

.l-contact__section .home-contact .contact-section__headline .c-heading-2__large-text {
  padding-right: 0;
}

.l-contact__section .home-contact .sw-contact-button__container::after {
  border: 0;
}

.l-contact__section .home-contact .home-contact__item {
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .l-contact__section .home-contact .home-contact__item {
    flex-basis: 56.5%;
  }
}

.l-contact__section .home-contact .home-contact__item:not(:first-child) {
  padding: 20px 0 0;
}

.l-contact__section .home-contact__background-img {
  height: calc(100% - 64px);
}

.l-contact__section .box-contactlead-01 {
  padding: 0 0 80px;
}

.p-privacy {
  overflow-y: auto;
  height: 360px;
  margin: 50px 0 64px;
  padding: 16px;
  background: #ebeff1;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .p-privacy {
    height: 300px;
    margin: 50px 0 40px;
    font-size: 12px;
  }
}

.p-privacy::-webkit-scrollbar {
  overflow: hidden;
  width: 4px;
  border-radius: 0;
  background: rgba(5, 24, 51, 0.2);
}

.p-privacy::-webkit-scrollbar-button {
  display: none;
}

.p-privacy::-webkit-scrollbar-thumb {
  overflow: hidden;
  border-radius: 0;
  background: #051833;
}

.p-privacy__ttl {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-privacy__ttl {
    font-size: 14px;
  }
}

.p-privacy__txt {
  margin-bottom: 32px;
}

.p-privacy__list__ttl {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #ddd;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .p-privacy__list__ttl {
    font-size: 13px;
  }
}

.p-privacy__list__item:not(:last-child) {
  margin-bottom: 32px;
}

.p-privacy-order {
  counter-reset: order 0;
}

.p-privacy-order__item {
  position: relative;
  padding-left: 32px;
}

.p-privacy-order__item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: counter(order) ".";
  counter-increment: order 1;
}

.p-form-btn-container .inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

.box-form-01 {
  padding: 4% 8%;
  font-size: 1.5rem;
}

@media screen and (max-width: 780px) {
  .box-form-01 {
    padding: 8%;
  }
}

.box-form-01 .formwrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.box-form-01 .formwrap > .wrap {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .box-form-01 .formwrap > .wrap {
    display: block;
  }
}

.box-form-01 .formwrap > .wrap + .wrap {
  margin-top: 40px;
}

@media screen and (max-width: 780px) {
  .box-form-01 .formwrap > .wrap + .wrap {
    margin-top: 20px;
  }
}

.box-form-01 .formwrap .label {
  width: 240px;
  min-width: 240px;
  padding: 24px 0 24px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .box-form-01 .formwrap .label {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.box-form-01 .formwrap .label.req .label-name::after {
  color: #cb5242;
  content: '※';
}

.mw_wp_form_preview .input-message,
.mw_wp_form_preview .confirm-message,
.mw_wp_form_confirm .input-message,
.mw_wp_form_confirm .confirm-message {
  display: none;
}

.preview-message {
  display: none;
}

.mw_wp_form_preview .preview-message {
  display: block;
}

.box-form-01 .formwrap .detail {
  width: calc(100% - 220px);
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .box-form-01 .formwrap .detail {
    width: 100%;
    padding-left: 0;
  }
}

.mw_wp_form_confirm .box-form-01 .formwrap .detail,
.mw_wp_form_preview .box-form-01 .formwrap .detail {
  padding: 24px 0 24px 8%;
}

.box-form-01 input[type="text"],
.box-form-01 input[type="email"],
.box-form-01 textarea,
.box-form-01 select {
  width: 100%;
  padding: 24px;
  background: #ebeff1;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .box-form-01 input[type="text"],
  .box-form-01 input[type="email"],
  .box-form-01 textarea,
  .box-form-01 select {
    padding: 24px 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.box-form-01 input[type="text"]:focus,
.box-form-01 input[type="email"]:focus,
.box-form-01 textarea:focus,
.box-form-01 select:focus {
  width: 100%;
  border-color: #49b9ff;
}

.detail.select {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.detail.select > p {
  width: 100%;
}

/* 
.detail.select + .detail.select {
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .detail.select + .detail.select {
    padding-left: 10px;
  }
} */
 .select-group {
  width: 100%;
	display: flex;
	gap: 20px;
 }
 @media screen and (max-width: 1024px) {
	.select-group {
	gap: 10px;
 }
 }
@media screen and (max-width: 1024px) {
  .flex-select {
    display: -webkit-box !important;
    display: flex !important;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1024px) {
  .flex-select .label {
    width: 100% !important;
  }
}

.flex-select .detail.select {
  display: -webkit-box;
  display: flex;
          flex-direction: column;
  width: 33.33333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.detail.select::after {
  position: absolute;
  top: 33px;
  right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  pointer-events: none;
  content: "▼";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .detail.select::after {
    top: 30px;
  }
}

.mw_wp_form_preview .detail.select::after,
.mw_wp_form_confirm .detail.select::after {
  display: none;
}

.box-form-01 input[type="file"] {
  padding: 24px 0;
}

.box-form-01 input[type="radio"],
.box-form-01 input[type="checkbox"] {
  display: none;
  max-width: 1px;
  min-height: 1px;
  opacity: 0;
}

.box-form-01 input[type="radio"] + span,
.box-form-01 input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  padding: 0;
  padding-left: 30px;
  line-height: 1.45rem;
}

.box-form-01 input[type="radio"] + span:before,
.box-form-01 input[type="checkbox"] + span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #bdbbba;
  border-radius: 4px;
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
}

.box-form-01 input[type="radio"] + span:before {
  top: -4px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}

.box-form-01 input[type="radio"] + span:after,
.box-form-01 input[type="checkbox"] + span:after {
  position: absolute;
  top: 1px;
  left: 4px;
  display: block;
  width: 16px;
  height: 8px;
  border-bottom: 3px solid #006caf;
  border-left: 3px solid #006caf;
  color: #006caf;
  content: "";
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.box-form-01 input[type="radio"] + span:after {
  top: 1px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 0;
  background: #006caf;
}

.box-form-01 input[type="checkbox"]:checked + span:before {
  opacity: 0;
  -webkit-transform: rotate(90deg) scale(1.3);
  transform: rotate(90deg) scale(1.3);
}

.box-form-01 input[type="radio"]:checked + span:after,
.box-form-01 input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.mw_wp_form_input .is-back {
  display: none;
}

.p-privacy-order__item:not(:last-child) {
  margin-bottom: 16px;
}

.p-privacy-order__txt {
  margin-bottom: 16px;
}

.p-privacy-order.is-brackets__item:before {
  content: "(" counter(order) ")";
}

.p-privacy-order.is-child__item:before {
  content: counter(order, lower-roman) "";
}

.p-privacy span.error {
  padding-top: 8px;
}

.unit-btn-01 .p-form-btn-container {
  display: block;
  width: 100%;
  max-width: 262px;
  margin: auto;
  background: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.unit-btn-01 .p-form-btn-container:hover {
  background: rgba(5, 24, 51, 0.8);
}

.unit-agree-01 {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .unit-agree-01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.unit-agree-01 + .unit-agree-01 {
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .unit-agree-01 + .unit-agree-01 {
    padding-top: 24px;
  }
}

.box-formbtn-01 {
  padding-top: 55px;
}

@media screen and (max-width: 1024px) {
  .box-formbtn-01 {
    padding-top: 40px;
  }
}

.box-formbtn-01 .item + .item {
  padding-top: 20px;
}

.mw_wp_form_confirm .is-confirm-none,
.mw_wp_form_preview .is-confirm-none {
  display: none;
}

.mw_wp_form .error {
  padding-top: 8px;
}

.recruit-contents__section {
  position: relative;
  padding: 150px 10% 0;
}

@media screen and (max-width: 1024px) {
  .recruit-contents__section {
    margin: 0;
    padding: 50px 10% 20%;
  }
}

.recruit-contents__section.-dark {
  background: #051833;
}

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

.recruit-contents__section.-dark .c-heading-2 {
  padding-bottom: 65px;
  color: #fafafa;
}

@media screen and (max-width: 1024px) {
  .recruit-contents__section.-dark .c-heading-2 {
    padding-bottom: 30px;
  }
}

.recruit-contents__section.-dark .recruit-section__contents {
  background: #fafafa;
}

@media screen and (max-width: 1400px) {
  .recruit-contents__section.-dark .recruit-section__contents {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .recruit-contents__section.-dark .recruit-section__contents {
    padding: 50px 7.5% 80px;
  }
}

.recruit-contents__section-figure {
  position: absolute;
  z-index: 1;
  bottom: -128px;
  left: 0;
  width: 35.0625%;
  max-width: 561px;
}

@media screen and (max-width: 1024px) {
  .recruit-contents__section-figure {
    position: relative;
    bottom: -80px;
    width: 112.5%;
    margin-left: -12.5%;
  }
}

.recruit-contents__section-figure::after {
  display: block;
  padding-top: 126%;
  content: "";
}

.recruit-contents__section-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .recruit-contents__section-img {
    display: none;
  }
}

.recruit-contents__section .js-accordion-btn {
  position: relative;
  padding: 28px 28px 28px 0;
  border-bottom: 1px solid #494949;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 992px) {
  .recruit-contents__section .js-accordion-btn:hover {
    opacity: .5;
  }
}

.recruit-contents__section .js-accordion-btn::after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: .8rem;
  height: .8rem;
  border-right: 1px solid #050505;
  border-bottom: 1px solid #050505;
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.recruit-contents__section .js-accordion-btn.is-active::after {
  -webkit-transform: rotate(45deg) scale(-1, -1) translateY(4px);
          transform: rotate(45deg) scale(-1, -1) translateY(4px);
}

.recruit-contents__section .js-accordion-btn .sw-accordion__button {
  pointer-events: none;
}

.recruit-contents__section .c-summary-list {
  padding-top: 15px;
}

.recruit-contents__section .c-summary-list__row {
  margin: 0;
  padding: 30px 0;
  border-top: 0;
  border-bottom: 1px solid #b7b6b6;
}

.recruit-contents__section .box-form-01 {
  padding: 20px 0;
}

.recruit-section__contents {
  padding: 100px 12% 180px;
}

@media screen and (max-width: 1024px) {
  .recruit-section__contents {
    margin: 20px 0 0;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .recruit-section__contents .sw-accordion__headline .c-heading-2 {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .recruit-section__contents .sw-accordion__headline .c-heading-2__large-text {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .recruit-section__contents .sw-accordion__headline .c-heading-2__small-text {
    display: block;
    margin-left: 0;
  }
}

.js-accordion-btn + .js-accordion-target {
  display: none;
}

.js-accordion-btn.is-active + .js-accordion-target {
  display: block;
}

.recruit-section__contents .unit-agree-01,
.recruit-section__contents .txt-box {
  line-height: 2;
}

.recruit-section__contents .box-form-01 {
  padding: 100px 0 0;
}

@media screen and (max-width: 1024px) {
  .recruit-section__contents .box-form-01 {
    padding: 50px 0 0;
  }
}

.recruit-section__contents .home-contact .contact-section__headline {
  padding-top: 60px;
}

.is-red {
  color: #cb5242;
}

.p-service {
  margin-bottom: 160px;
}

.p-service .service-section {
  position: relative;
  padding: 5%;
}

.p-service .service-section:nth-child(2n+1) {
  margin-left: 15%;
  padding: 80px 5% 80px 30%;
  background: #051833;
  color: #fafafa;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section:nth-child(2n+1) {
    margin: 0 0 224px;
    padding: 80px 10% 170px;
  }
}

.p-service .service-section:nth-child(2n+1) .service-section__figure {
  bottom: 0;
  left: -10%;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section:nth-child(2n+1) .service-section__figure {
    bottom: -124px;
    left: 0;
  }
}

.p-service .service-section:nth-child(2n+1) .service-section__figure img {
  position: absolute;
  top: 0;
}

.p-service .service-section:nth-child(2n) {
  margin-right: 15%;
  padding: 80px 30% 80px 5%;
  background: #EEE9E9;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section:nth-child(2n) {
    margin: 0 0 224px;
    padding: 80px 10% 170px;
  }
}

.p-service .service-section:nth-child(2n) .service-section__figure {
  right: -10%;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section:nth-child(2n) .service-section__figure {
    right: 0;
    bottom: -124px;
  }
}

.p-service .service-section:nth-child(2n) .service-section__figure img {
  position: absolute;
  top: 0;
}

.p-service .service-section:first-child {
  margin-top: -80px;
  padding-top: calc(8.5rem + 60px);
}

@media screen and (max-width: 1024px) {
  .p-service .service-section:last-child {
    margin-bottom: 240px;
    padding-bottom: 175px;
  }
}

.p-service .service-section .service-section__link {
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section .service-section__link {
    text-align: center;
  }
}

.p-service .service-section__figure {
  position: absolute;
  bottom: 0;
  width: 40%;
  max-width: 640px;
  max-height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.p-service .service-section__figure-img {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section__figure {
    width: 95%;
  }
}

.p-service .service-section__figure::before {
  display: block;
  padding-top: 87.5%;
  content: "";
}

@media screen and (max-width: 1024px) {
  .p-service .service-section__figure::before {
    padding-top: 252px;
  }
}

.p-service .service-section__lead .c-heading-2__large-text,
.p-service-single .service-section__lead .c-heading-2__large-text {
  display: block;
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section__lead .c-heading-2__large-text,
  .p-service-single .service-section__lead .c-heading-2__large-text {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: .2em;
  }
}


@media screen and (max-width: 767px) {
  .p-service .service-section__lead .c-heading-2__large-text,
  .p-service-single .service-section__lead .c-heading-2__large-text {
    font-size: 2.2rem;
  }
}


.p-service .service-section__lead .c-heading-2__small-text,
.p-service-single .service-section__lead .c-heading-2__small-text {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-service .service-section__lead .c-sub-tertiary-heading,
.p-service-single .service-section__lead .c-sub-tertiary-heading {
  padding-top: 16px;
  font-size: 30px;
  font-weight: lighter;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section__lead .c-sub-tertiary-heading,
  .p-service-single .service-section__lead .c-sub-tertiary-heading {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.p-service .service-section__lead .service-lead__sentence,
.p-service-single .service-section__lead .service-lead__sentence {
  padding-top: 50px;
}

@media screen and (max-width: 1024px) {
  .p-service .service-section__lead .service-lead__sentence,
  .p-service-single .service-section__lead .service-lead__sentence {
    padding-top: 20px;
  }
}

.p-service-single .l-subpage__nav + .l-subpage__section {
  padding-top: 0;
}

.p-service-single .service-section {
  width: 100%;
  margin: 0;
}

.p-service-single .service-section__lead {
  display: -webkit-box;
  display: flex;
  padding: calc(9em + 5%) 5% calc(180px + 5%) 5%;
  background: #051833;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-service-single .service-section__lead {
    display: block;
    padding: 12rem 10% 160px;
  }
}

.p-service-single .service-section__figure {
  position: relative;
  width: 35%;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .p-service-single .service-section__figure {
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }
}

.p-service-single .service-section__figure::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  line-height: 0;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-service-single .service-section__figure::before {
    padding-top: 0;
  }
}

.p-service-single .service-section__nav {
  position: relative;
  z-index: 3;
  width: 360px;
  margin-top: -155px;
  margin-left: 5%;
  padding: 60px 70px;
  background: #eee9e9;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section__nav {
    width: 80%;
    margin: -110px auto 0 0;
    padding: 10%;
  }
}

.p-service-single .service-section__flow .c-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section__flow .c-grid {
    flex-wrap: nowrap;
  }
}

.p-service-single .service-section__flow .c-grid__item {
  width: 50%;
  padding: 50px 25px 0;
  background: #fafafa;
}

.p-service-single .service-section__flow .c-grid__item:only-child {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section__flow .c-grid__item {
    width: 100%;
    padding: 0 5%;
  }
}

.p-service-single .service-section__flow .service-flow-section__headline {
  padding: 0 25px;
}

.p-service-single .service-section .service-flow-section {
  position: relative;
}

.p-service-single .service-section .service-flow-section:nth-child(1) {
  z-index: 2;
  margin-top: -320px;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section .service-flow-section:nth-child(1) {
    margin: 0 0 -40px;
    padding: 0;
  }
}

.p-service-single .service-section .service-flow-section:nth-child(1) .service-flow-section__inner {
  margin-left: 17.5%;
  padding: 5% 5% 5% calc(5% + 200px);
  background: #fafafa;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section .service-flow-section:nth-child(1) .service-flow-section__inner {
    width: 95%;
    margin: 0 0 0 auto;
    padding: 40px 0;
  }
}

.p-service-single .service-section .service-flow-section:nth-child(2n) {
  z-index: 1;
  margin-top: -140px;
  padding: 200px 0 60px;
  background-color: #051833;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section .service-flow-section:nth-child(2n) {
    margin: 0;
    padding: 80px 0 120px 0;
  }
}

.p-service-single .service-section .service-flow-section:nth-child(2n) .service-flow-section__inner {
  margin-right: 17.5%;
  padding: 5% calc(5% + 100px) 5% calc(5% + 100px);
  background: #fafafa;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section .service-flow-section:nth-child(2n) .service-flow-section__inner {
    width: 95%;
    margin: 0 auto 0 0;
    padding: 40px 0;
  }
}

.p-service-single .service-section .service-flow-section:nth-child(3) {
  z-index: 2;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section .service-flow-section:nth-child(3) {
    margin: -80px 0 0;
    padding: 0;
  }
}

.p-service-single .service-section .service-flow-section:nth-child(3) .service-flow-section__inner {
  margin-left: 17.5%;
  padding: 5% 5% 5% calc(5% + 200px);
  background: #fafafa;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section .service-flow-section:nth-child(3) .service-flow-section__inner {
    width: 95%;
    margin: 0 0 0 auto;
    padding: 40px 0;
  }
}

.p-service-single .service-section .service-flow-section:nth-child(n+5):nth-child(odd) {
  z-index: 2;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section .service-flow-section:nth-child(n+5):nth-child(odd) {
    margin: -80px 0 0;
    padding: 0;
  }
}

.p-service-single .service-section .service-flow-section:nth-child(n+5):nth-child(odd) .service-flow-section__inner {
  margin-left: 17.5%;
  padding: 5% 5% 5% calc(5% + 200px);
  background: #fafafa;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section .service-flow-section:nth-child(n+5):nth-child(odd) .service-flow-section__inner {
    width: 95%;
    margin: 0 0 0 auto;
    padding: 40px 0;
  }
}

.p-service-single .service-section .service-flow-section .service-flow-slide-nav {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: flex;
  padding: 18px 5% 0;
  text-align: left;
  flex-wrap: wrap;
}

.p-service-single .service-section .service-flow-section .service-flow-slide-nav .swiper-pagination-bullet {
  display: block;
  width: auto;
  margin: 8px 8px 0 0;
  padding: 8px 8px 20px;
  border: 1px solid #051833;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .p-service-single .service-section .service-flow-section .service-flow-slide-nav .swiper-pagination-bullet {
    display: none;
  }
}

.p-service-single .service-section .service-flow-section .service-flow-slide-nav .swiper-pagination-bullet-active {
  background: #051833;
  color: #fff;
}

.p-service-single .service-section .service-flow-section .service-flow-slide-nav .swiper-pagination-bullet::before {
  content: "Step.0";
}

.p-service-single .service-section .service-flow-section .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.p-service-single .service-section .service-flow-section .swiper-slide {
  opacity: 1 !important;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-section .service-flow-section .swiper-slide {
    opacity: 0 !important;
  }
}

.p-service-single .service-flow-section__headline {
  font-family: 'Noto Sans JP', Mukta, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 200;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .p-service-single .service-flow-section__headline {
    font-size: 2.2rem;
  }
}

.p-service-single .service-flow-section__inner .c-sub-tertiary-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.p-service-single .service-lead {
  width: 65%;
  padding-right: 5%;
}

@media screen and (max-width: 767px) {
  .p-service-single .service-lead {
    width: 100%;
    padding: 0;
  }
}

.p-service-single .service-btm__contents {
  position: relative;
  z-index: 0;
  padding: 100px 5%;
  background-color: #EEE9E9;
  background-position: 50% 0;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-btm__contents {
    padding: 100px 10%;
  }
}

.p-service-single .service-btm__contents::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 233, 233, 0.75);
  content: "";
}

.p-service-single .service-btm__contents .c-heading-2,
.p-service-single .service-btm__contents .c-paragraph {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .p-service-single .service-btm__contents .c-heading-2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service-single .service-btm__contents .c-heading-2 .c-heading-2__large-text {
    font-size: 1.8rem;
  }
}

.p-service-single .c-flow-headline__number {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  color: #6F6F6F;
}

.p-service-single .c-flow-headline__title {
  display: block;
  padding-top: 12px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-service-single .c-flow-headline__title {
    font-size: 1.8rem;
  }
}

.service-section__flow + .service-btm {
  margin-top: -100px;
}

@media screen and (max-width: 1024px) {
  .service-section__flow + .service-btm {
    margin-top: -40px;
  }
}

.service-section__flow + .service-btm .service-btm__contents {
  padding-top: 200px;
}

@media screen and (max-width: 1024px) {
  .service-section__flow + .service-btm .service-btm__contents {
    padding: 80px 10% 40px;
  }
}

.service-btm .c-paragraph {
  padding-top: 26px;
}

.service-btm__link {
  padding: 8% 5% 12%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .service-flow-nav {
    display: -webkit-box;
    display: flex;
  }
}

.service-flow-nav__title {
  font-family: Mukta, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 1024px) {
  .service-flow-nav__title {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: right;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 767px) {
  .service-flow-nav__title {
    font-size: 2.2rem;
  }
}

.service-flow-nav__list {
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .service-flow-nav__list {
    padding: 4px 0 0 24px;
  }
}

.service-flow-nav .c-flow-nav {
  counter-reset: service-nav;
}

.service-flow-nav .c-flow-nav__item {
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  counter-increment: service-nav;
}

@media screen and (max-width: 1024px) {
  .service-flow-nav .c-flow-nav__item {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .service-flow-nav .c-flow-nav__item {
    font-size: 1.6rem;
  }
}

.service-flow-nav .c-flow-nav__item:not(:first-child) {
  padding-top: 86px;
}

@media screen and (max-width: 1024px) {
  .service-flow-nav .c-flow-nav__item:not(:first-child) {
    padding-top: 48px;
  }
}

.service-flow-nav .c-flow-nav__item:not(:first-child)::after {
  position: absolute;
  top: 10px;
  left: 24px;
  width: 1px;
  height: 66px;
  background-color: #000;
  content: "";
}

@media screen and (max-width: 1024px) {
  .service-flow-nav .c-flow-nav__item:not(:first-child)::after {
    height: 20px;
  }
}

.p-service-single .service-flow-section {
  counter-reset: service-step;
}

@media screen and (max-width: 1024px) {
  .p-service-single .c-flow-headline__number {
    display: none;
  }
}

.p-service-single .c-flow-headline__number::before {
  font-weight: bold;
  content: "Step." counter(service-step, decimal-leading-zero);
  counter-increment: service-step;
}

.-background-pink-color {
  background-color: #eee9e9;
}

.header-sp-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  padding: 0 0 90px;
  background: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  opacity: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

body[data-menu="active"] .header-sp-nav {
  right: 0;
  pointer-events: auto;
  opacity: 1;
}

.header-sp-nav__header {
  display: -webkit-box;
  display: flex;
  height: 6rem;
  padding: 0 2.4rem 0 5%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.header-sp-nav__close {
  position: relative;
  height: 24px;
  padding-right: 30px;
  line-height: 24px;
  color: #111;
}

.header-sp-nav__close-txt {
  letter-spacing: 2.4px;
  letter-spacing: 0.24rem;
}

.header-sp-nav__close-cross {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #111;
  border-radius: 50%;
}

.header-sp-nav__close-cross::before, .header-sp-nav__close-cross::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 1px;
  background: #111;
  content: "";
}

.header-sp-nav__close-cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header-sp-nav__close-cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header-sp-nav__wrap {
  overflow-y: auto;
  height: 75vh;
  padding: 70px 5% 0;
}

.header-sp-nav__item {
  padding: 10px 0;
  font-family: Mukta, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-align: left;
}

.header-sp-nav__item .c-text-link {
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  color: #111111;
}

.header-sp-sns__wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 0 30px;
  color: #111111;
}

.header-sp-sns__list {
  display: -webkit-box;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.header-sp-sns__item {
  margin-left: 20px;
  color: #111;
}

.header-sp-sns__item.-head {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  -webkit-box-flex: 2;
          flex-grow: 2;
}

.header-sp-sns__item .c-sns-link {
  font-size: 16px;
  font-size: 1.6rem;
}

.sub-header {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 190px 10% 6rem;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .sub-header {
    padding: 160px 10% 6rem;
  }
}

.sub-header__container {
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .sub-header__container + .sub-header__vertical-text {
    display: none;
  }
}

.sub-header__container .c-heading-1__small-text {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .sub-header__container .c-heading-1__small-text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.sub-header__paragraph {
  width: 48%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
  .sub-header__paragraph {
    width: 100%;
    padding-top: 20px;
  }
}

.sub-header__vertical-text {
  position: absolute;
  top: 50%;
  right: calc(5% - .5em);
  /* -webkit-transform: translateY(-50%); */
          /* transform: translateY(-50%); */
}

.sub-nav {
  position: relative;
  z-index: 1;
  left: 0;
  width: 90%;
  padding: 8rem 10%;
  background-color: #284469;
  color: #fafafa;
}

@media screen and (max-width: 1024px) {
  .sub-nav {
    padding: 3rem 5%;
  }
}

.sub-nav__list {
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .sub-nav__list {
    display: -webkit-box;
    display: flex;
  }
}

.sub-nav__item {
  position: relative;
  margin-left: 2em;
  padding-left: 2em;
}

.sub-nav__item::after {
  position: absolute;
  top: calc(50% - .6em);
  left: 0;
  display: inline-block;
  width: 1px;
  height: 1.2em;
  background-color: currentColor;
  content: '';
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

@media screen and (min-width: 992px) {
  .sub-nav__item {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .sub-nav__item:hover {
    opacity: .8;
  }
  .sub-nav__item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .sub-nav__item:first-child::after {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .sub-nav__item {
    padding: 1em 0 1em 2em;
  }
}

.sub-section {
  position: relative;
  padding: 10.4rem 10%;
}

@media screen and (max-width: 1024px) {
  .sub-section {
    padding: 5rem 10%;
  }
}

.sub-section__container {
  max-width: 160rem;
  margin: auto;
}

.sub-section__headline + .sub-section__contents {
  margin-top: 4.8rem;
}

.sub-section__vertical-text {
  position: absolute;
  top: 50%;
  right: calc(5% - .5em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .sub-section__vertical-text {
    display: none;
  }
}

.company-access-card {
  padding: 60px 10%;
  background-color: #eee9e9;
}

@media screen and (max-width: 1024px) {
  .company-access-card {
    padding: 40px 4% 40px 7%;
  }
}

.company-access-card__headline + .company-access-card__address {
  margin-top: 1.5em;
}

.company-access {
  position: relative;
  z-index: 0;
  padding: 4rem 0;
}

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

.company-access::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 60%;
  background-color: #284469;
  content: '';
}

.company-access__container {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .company-access__container {
    display: block;
    position: relative;
    z-index: 1;
  }
}

.company-access__summary,
.company-access__map {
  flex-basis: 50%;
}

@media screen and (max-width: 1024px) {
  .company-access__summary,
  .company-access__map {
    width: 90%;
  }
}

.company-access__summary {
  z-index: 1;
  padding-left: 10%;
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 1024px) {
  .company-access__summary {
    padding-left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 1024px) {
  .company-access__map {
    position: relative;
    z-index: -1;
    margin: 30px 0 0 auto;
    padding-bottom: 30px;
  }
}

.company-philosophy-about__contents {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .company-philosophy-about__contents {
    display: block;
  }
}

.company-philosophy-about__lead {
  min-width: 0;
  flex-basis: 30%;
}

.company-philosophy-about__desc {
  margin-left: 3.2rem;
  flex-basis: 70%;
}

@media screen and (max-width: 1024px) {
  .company-philosophy-about__desc {
    margin-top: 2.4rem;
    margin-left: 0;
  }
}

.company-philosophy-about__headline + .company-philosophy-about__catch {
  margin-top: 2.4rem;
}

.company-philosophy-about__image {
  position: relative;
  margin: 0 -5%;
  background: #ddd no-repeat center center / cover;
}

@media screen and (max-width: 1024px) {
  .company-philosophy-about__image {
    margin: 0 -12.5%;
  }
}

.company-philosophy-about__image::after {
  display: block;
  padding-top: 25%;
  content: '';
}

@media screen and (max-width: 1024px) {
  .company-philosophy-about__image::after {
    padding-top: 55%;
  }
}

.company-philosophy-about__contents + .company-philosophy-about__image {
  margin-top: 6.4rem;
}

@media screen and (max-width: 1024px) {
  .company-section {
    padding-bottom: 120px;
  }
}

.company-philosophy-greeting {
  margin: 0 -15%;
}

.company-philosophy-greeting__contents {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .company-philosophy-greeting__contents {
    display: block;
  }
}

.company-philosophy-greeting__image {
  flex-basis: 30%;
}

@media screen and (max-width: 1024px) {
  .company-philosophy-greeting__image {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 0 10% 5%;
  }
}

.company-philosophy-greeting__image .c-figure::after {
  padding-top: 111.5%;
}

.company-philosophy-greeting__summary {
  margin-left: 4.8rem;
  padding-right: 10%;
  flex-basis: 70%;
}

@media screen and (max-width: 1024px) {
  .company-philosophy-greeting__summary {
    margin-left: 0;
    padding-left: 10%;
  }
}

@media screen and (max-width: 1024px) {
  .company-philosophy-about__catch .c-catch-text,
  .company-philosophy-greeting__catch .c-catch-text {
    font-size: 17px;
  }
}

.company-philosophy-greeting__headline + .company-philosophy-about__catch, .company-philosophy-greeting__headline +
.company-philosophy-greeting__catch {
  margin-top: 2.4rem;
}

.company-philosophy-greeting__headline + .company-philosophy-greeting__desc,
.company-philosophy-greeting__catch + .company-philosophy-greeting__desc {
  margin-top: 2.4rem;
}

.company-philosophy-greeting__headline .c-order-headline {
  margin-top: 2.4rem;
}

.company-philosophy__section + .company-philosophy__section {
  margin-top: 6.4rem;
}

.company-profile-gallery__item {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .company-profile-gallery__item {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .company-profile-gallery__item {
    margin: 0 0 0 -5%;
  }
}

.company-profile-gallery__item + .company-profile-gallery__item {
  margin-top: 3.2rem;
}

.company-profile-gallery__item:nth-child(2) {
  margin-left: 3.2rem;
}

@media screen and (max-width: 1024px) {
  .company-profile-gallery__item:nth-child(2) {
    margin: -7.5% -5% 0 auto;
  }
}

.company-profile__container {
  display: -webkit-box;
  display: flex;
          flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

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

.company-profile__image {
  min-width: 0;
  flex-basis: 45%;
}

@media screen and (max-width: 1024px) {
  .company-profile__image {
    padding-top: 40px;
  }
}

.company-profile__summary {
  min-width: 0;
  flex-basis: 55%;
}

.company-service-grid {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  margin-left: -4rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .company-service-grid {
    display: block;
    margin-left: 0;
  }
}

.company-service-grid__item {
  position: relative;
  padding: 0 0 40px 0;
  counter-increment: service-number;
  flex-basis: 33.33333%;
}

@media screen and (max-width: 1024px) {
  .company-service-grid__item + .company-service-grid__item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .company-service-grid__item {
    margin-left: 0;
    padding: 0;
  }
  .company-service-grid__item::before {
    font-size: 1.6rem;
  }
}

.company-service-grid__item .company-service-summary {
  position: relative;
  margin-left: 4rem;
}

@media screen and (max-width: 1024px) {
  .company-service-grid__item .company-service-summary {
    margin-left: 0;
    padding-left: 0;
  }
}

.company-service-grid__item .company-service-summary::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
  content: counter(service-number, decimal-leading-zero) ".";
}

.company-service-grid__item .company-service-summary__headline {
  padding: 0 0 0 4rem;
}

@media screen and (max-width: 1024px) {
  .company-service-grid__item .company-service-summary__headline {
    padding: 2px 0 0 4rem;
  }
}

.company-service-summary__figure {
  margin: 20px 0;
  padding-top: 65%;
  background-size: cover;
}

.company-service-summary__headline + .company-service-summary__paragraph {
  margin-top: 1em;
}

.company-service-summary__headline + .company-service-summary__note,
.company-service-summary__paragraph + .company-service-summary__note {
  margin-top: 2em;
}

.company-service__link {
  padding-top: 0;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .company-service__link {
    padding-top: 40px;
    text-align: center;
  }
}

.company-service__contents + .company-service {
  margin-top: 4.8rem;
}

/* ===============================

	UTILITY

================================ */
.pc,
.u-pc,
.is-pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc,
  .u-pc,
  .is-pc {
    display: block !important;
  }
}

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

.u-plain-list {
  padding-left: 0 !important;
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
}

.u-invisible {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

.u-uppercase {
}

/* ===============================

	SHAME

================================ */
/*--------------------
Swiper 4.5.1
--------------------*/
.swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -webkit-box-align: start;
  align-items: flex-start;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 44px;
  cursor: pointer;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007aff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  content: '';
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}


/***** refusal *****/
.refusal {
  text-align: right;
  margin-top: 30px;
}
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
@media screen and (max-width: 770px) {
  .refusal {
    margin-top: 15px;
  }
  .refusal img {
    max-width: 270px;
  }
}
.sub-nav__item a {
  line-height: 2;
  padding: 0 0.5em;
}
.sub-nav {
  padding: 7.5rem 10%;
}
@media screen and (max-width: 1024px) {
  .sub-nav {
      padding: 3rem 5%;
  }
  .sub-nav__item a {
    line-height: 1.5;
    padding: 0;
  }
}
.sw-article-slide.swiper-wrapper {
  justify-content: center;
}
.sw-article-slide.swiper-wrapper li {
  max-width: calc(100% / 3);
}
.sw-article-btn-next, .sw-article-btn-prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .home-grid-picture__caption {
    width: 102%;
    height: 102%;
    left: -1%;
    top: -3%;
  }
  .c-number__counter {
    background: #fafafa;
    z-index: 1;
    width: 90%;
  }
  .c-number__prefix {
    background: #fafafa;
    bottom: -7px;
  }
  .sw-article-slide.swiper-wrapper {
    display: block;
  }
  .sw-article-slide.swiper-wrapper li {
    max-width: 100%;
    margin-bottom: 2em;
  }
  .service-section__flow + .service-btm {
    margin-top: 20px;
  }
  .c-arrow-link::before {
    bottom: 1rem;
  }
  .c-arrow-link::after {
    bottom: 1.7rem;
  }
}
.header-sp-sns__list {
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .c-heading-1__large-text.notFound {
    font-size: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .c-heading-1__large-text.notFound {
    font-size: 12vw;
  }
}

.c-vertical-text  {-ms-writing-mode: lr-tb;}
.recruit-section__contents .c-vertical-text {
	-ms-transform:translateX(50px) rotate(-90deg);
}
.l-subpage__header .c-vertical-text, .sub-section .c-vertical-text  {
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	-ms-transform:translateX(50px) rotate(-90deg);
}

.sub-nav__item.noAfter::after {
	content: none;
}

@media screen and (min-width: 992px) {
  .sw-contents-grid {
    justify-content: center;
  }
  .sw-contents-grid__column {
    flex-basis: auto;
    max-width: 520px;
    flex-grow: 1;
    width: 100%;
  }
}

.c-number {
  width: 102%;
  left: -1%;
  background: #fafafa;
}

/* 20210818 */
.l-home__section.is-access + .l-home__section.is-access {
  margin-top: 50px;
}
.refusal img {
  max-height: 25px;
}

/* Logo Update */
.c-logo, .l-footer .c-logo {
  max-width: 250px;
  width: 50vw;
  height: auto;
}
.l-header__body {
  padding: 0 2%;
}
.header-sp-nav__header {
  padding-left: 2%;
}
@media screen and (max-width: 991px) {
  .c-logo__img {
    max-height: 50px;
    width: auto;
  }
  .l-footer .c-logo {
    width: 60vw;
  }
  .l-footer .c-logo__img {
    max-height: 60px;
    width: auto;
  }
  .l-header__body {
    padding: 0 0 0 20px;
  }
  .header-sp-nav__header {
    padding-left: 20px;
  }
}

@media screen and (max-width: 500px) {
  .c-information__title {
    font-size: 8vw;
  }
}
.a2a_kit .a2a_label {display:none !important;}

/***** 20210927 refusal *****/
.refusal {
  line-height: 1;
}
.refusal img {
  width: 100%;
  max-width: 285px;
  max-height: 14px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .refusal img {
    max-width: 285px;
  }
}

/* 20210930 */
.c-logo, .l-footer .c-logo {
    display: block;
    width: auto;
}
.c-logo__img {
    display: inline-block;
}
@media screen and (max-width: 360px) {
  .c-logo__img {
      max-width: 155px;
  }
}

/* 20211220 */
@media screen and (min-width: 1401px) {
  .recruit-section__contents .c-vertical-text {
    color: #fff;
  }
}
.case-single__contents .c-figure {
  z-index: 2;
}
.case-single__desc {
  z-index: 1;
}
/***** 20210111 *****/
.box-form-01 textarea {
  vertical-align: top;
}
/***** 20210302 *****/
*::-ms-backdrop, .header-nav__item .c-text-link {
  padding: 6px 8px 1px;
}
*::-ms-backdrop, .case-article-cat__item {
  padding: 8px 1em 3px;
}
/***** 20220315 *****/
.header-sp-sns__wrap {
  position: relative;
  height: auto;
  padding: 20px 5% 0;
}
.header-sp-sns__list {
  justify-content: flex-start;
  align-items: center;
  height: auto;
}
.header-sp-sns__item.-head {
  flex-grow: 0;
}
/***** 20220316 *****/
.home-address__details .home-hidden {
  display: none;
}

/***** 20220307 *****/
.page-title {
  font-size: 1.5rem;
  line-height: 1.6;
  background-color: #051833;
  color: #fff;
  padding: 13px 2%;
  height: 50px;
  overflow: hidden;
  transition: height .1s linear, padding .1s linear;
  transition: height .1s linear, padding .1s linear, -webkit-transform .1s linear;
}

.is-fixed .page-title {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.page-title h1 ,
.page-title p {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .page-title {
    padding: 8px 5%;
    height: 40px;
    white-space: nowrap;
  }
  .page-title h1 ,
  .page-title p {
    font-size: 1.2rem;
    line-height: 2;
  }
}


/* single プロフィール */
.p-single__writer {
  padding: 70px 0 20px;
}

.p-single__writer-container {
  display: -webkit-box;
  display: flex;
  align-items: stretch;
}

.p-single__writer-fig {
  width: 30%;
  padding: 40px 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.p-single__writer-fig img {
  width: 100%;
}

.p-single__writer-profile {
  width: 90%;
  margin-left: -20%;
  background: #eee9e9;
  padding: 40px 6.8% 35px 26.8%;
}

.p-single__writer-label {
  position: relative;
  padding-bottom: 12px;
}

.p-single__writer-label::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.p-single__writer-label-inner-en {
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 600;
  font-family: Mukta, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 11.5px;
  letter-spacing: 1.15rem;
  padding-right: 8px;
}

.p-single__writer-label-inner {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .16em;
}

.p-single__writer-name {
  margin-top: 20px;
}

.p-single__writer-name-inner {
  font-size: 20.5px;
  font-size: 2.05rem;
  font-weight: 700;
  padding-right: 20px;
}

.p-single__writer-name-ruby {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-single__writer-desc {
  letter-spacing: .1em;
  margin-top: 12px;
}

.p-single__writer-link {
  padding-top: 5px;
}

.p-single__writer-link .c-text-link {
  border: 1px solid;
  margin: 15px 15px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  padding: 3px 10px;
}

.p-single__writer-sns-inner {
  display: -webkit-box;
  display: flex;
  list-style: none !important;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.p-single__writer-sns-inner li {
  padding: 0 23px 0 0 !important;
}

.p-single__writer-sns-inner li:last-child {
  padding: 0 !important;
}

.p-single__writer-sns-inner li::before {
  content: "" !important;
}

@media screen and (max-width: 768px) {
  .p-single__writer {
    padding: 40px 0 30px;
  }

  .p-single__writer-container {
    display: block;
  }

  .p-single__writer-fig {
    position: relative;
    width: 100%;
    padding: 0 16.67%;
  }

  .p-single__writer-fig::after {
    position: absolute;
    content: "";
    height: 65%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #eee9e9;
    z-index: -1;
  }

  .p-single__writer-profile {
    width: 100%;
    margin: 0;
    padding: 32px 8% 24px;
  }

  .p-single__writer-label {
    padding-bottom: 18px;
  }

  .p-single__writer-label-inner {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-single__writer-label-inner-en {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    display: block;
  }

  .p-single__writer-name {
    margin-top: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .p-single__writer-name-inner {
    font-size: 19px;
    font-size: 1.9rem;
    padding-right: 16px;
  }

  .p-single__writer-name-ruby {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 2px;
  }

  .p-single__writer-desc {
    line-height: 2;
    margin-top: 8px;
  }

  .p-single__writer-link {
    padding-top: 6px;
  }

  .p-single__writer-link .c-text-link {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 10px 0 0;
  }

  .p-single__writer-sns-inner {
    margin: 24px 0 0 !important;
  }

  .p-single__writer-sns-inner li {
    padding: 0 21px 0 0 !important;
  }
}


/* single Table of Contents Plus */
.l-blog-single #toc_container {
  margin: 50px 0 20px;
  padding: 20px;
  background: #eee9e9;
  border: 0;
}

.l-blog-single #toc_container .toc_title {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  text-align: left;
  font-weight: normal;
}


#toc_container ul li {
  font-weight: bold;
}

#toc_container ul li::before {
  display: none !important;
}

#toc_container ul li a:hover {
  opacity: .7;
  text-decoration: none;
}


#toc_container li ul {
  margin-left: 0;

}
#toc_container li li {
  font-weight: normal;
  padding-left: 1rem;
}
/***** 20220516 *****/
.case-article-card .c-number__counter {
	white-space: nowrap;
}
/***** 20220620 *****/
input, button, select, textarea {
  color: #050505;
}

/*----------------------------------------
20220705 privacy
----------------------------------------*/
.p-privacy__read {
  margin: 2em 0 3em;
}
.p-privacy__ttl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*----- c-section -----*/
.c-section {
  position: relative;
}
.c-section:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .c-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.c-section.is-contact {
  margin-bottom: 0;
}
.c-section__container {
  position: relative;
  margin: 0 80px;
}
@media screen and (max-width: 767px) {
  .c-section__container {
    margin: 0 20px;
  }
}
.c-section__container.is-middle {
  margin: 0 160px;
}
@media screen and (max-width: 1199px) {
  .c-section__container.is-middle {
    margin: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle.is-sp-middle {
    margin: 0 20px;
  }
}
.c-section__container.is-small {
  margin: 0 300px;
}
@media screen and (max-width: 1600px) {
  .c-section__container.is-small {
    margin: 0 200px;
  }
}
@media screen and (max-width: 1199px) {
  .c-section__container.is-small {
    margin: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-small {
    margin: 0 20px;
  }
}
/*----- c-o-list-child -----*/
.c-o-list-child {
  position: relative;
  text-align: justify;
}
.c-o-list-child:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-o-list-child:not(:first-child) {
    margin-top: 10px;
  }
}
.c-o-list-child__item {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  counter-increment: c-o-list-child-number;
}
.c-o-list-child__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  content: "(" counter(c-o-list-child-number) ")";
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item::before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-o-list-child__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*----- c-guid-desc -----*/
.c-guid-desc {
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-guid-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-privacy-block .c-guid-desc,
.p-shopping-guide-block .c-guid-desc {
  text-align: left;
}
.c-section.is-guide .c-guid-desc {
  padding-left: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-section.is-guide .c-guid-desc {
    padding-right: 5px;
    padding-left: 5px;
  }
}
:not(:last-child) > .c-guid-desc:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  :not(:last-child) > .c-guid-desc:last-child {
    margin-bottom: 40px;
  }
}
/*----- c-o-list -----*/
.c-o-list {
  position: relative;
  text-align: justify;
}
.c-o-list:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-o-list:not(:last-child) {
    margin-bottom: 40px;
  }
}
.c-o-list__item {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  padding: 0 10px 0 35px;
  counter-increment: c-o-list-number;
}
@media screen and (max-width: 767px) {
  .c-o-list__item {
    margin-bottom: 10px;
    padding-left: 23px;
  }
}
.c-o-list__item:last-child {
  margin-bottom: 3em;
}
.c-o-list__item::before {
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  line-height: 1.8;
  content: counter(c-o-list-number) ".";
}
@media screen and (max-width: 767px) {
  .c-o-list__item::before {
    left: 1px;
  }
}
.c-o-list__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-form__consent {
  padding: 3em 0 2em;
  text-align: center;
  letter-spacing: .1rem;
}
@media screen and (max-width: 767px) {
  .c-form__consent {
    text-align: left;
  }
}
.c-form__consent a,
.p-privacy-block a {
  text-decoration: underline;
}
.c-form__consent a:hover,
.p-privacy-block a:hover {
  opacity: .8;
}
/*----------------------------------------
footer-sub-link
----------------------------------------*/
.l-privacy {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-privacy .c-heading-1__large-text {
    font-size: 40px;
    font-size: 4.0rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 543px) {
  .l-footer__sns {
    padding-right: 0;
    width: 100%;
  }
}
.p-footer-sub-link {
  text-align: left;
  margin: 0 auto;
  margin-top: 2rem;
}
.p-footer-sub-link-list {
  display: flex;
  justify-content: flex-start;
  max-width: 1600px;
  flex-wrap: wrap;
  margin: auto;
}
.p-footer-sub-link-item {
  padding: 0;
  line-height: 1.65em;
  position: relative;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}
.p-footer-sub-link-item + .p-footer-sub-link-item {
  margin-left: .5em;
  padding-left: .5em;
}
.p-footer-sub-link-item + .p-footer-sub-link-item:before {
  position: absolute;
  left: 0;
  top: calc(50% - .5em);
  height: 1em;
  width: 1px;
  content: "";
  background: #fff;
}
.p-footer-sub-link-link {
  display: inline-block;
  transition: .2s;
  font-size: 1.3rem;
  /* color: #fff; */
}
.p-footer-sub-link-link:hover {
  text-decoration: underline;
}

/*** 20220824 ***/
.sw-background-slider__item-img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
/***** 20221021 *****/
.a2a_svg path {fill: #222 !important;}.a2a_s_share1 svg path:first-child {fill: none !important;}

/***** 20221223 *****/
.p-blog-categories-list-item-link-en {
  text-transform: uppercase;
}
/** 20230623 **/ figure {margin-bottom: 0 !important;}
/* gutenberg setting*/
.wp-block-audio audio {min-width:0 !important;}.wp-block-file .wp-block-file__button {padding: .2em 1em !important;display: inline-block;}.p-post ol li::before{content:none;}.p-post ol li{padding:0;}
/* 20230825 */
.a2a_s_share1 svg path:first-child {fill: #222 !important;}

/* CF7に差し替え */

.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  cursor: auto;
}

.wpcf7-radio,
.wpcf7-checkbox {
  padding: 22px 0;
  display: block;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7-spinner {
  margin-top: 10px;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
  text-align: left;
  width: 100%;
  padding: 24px;
  background: #ebeff1;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
    padding: 24px 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.box-formbtn-01 {
  text-align: center;
}

.unit-btn-02 .p-form-btn-container {
  display: block;
  width: 100%;
  max-width: 262px;
  margin: auto;
}

.unit-btn-02 .p-form-btn-container input[type="submit"] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  width: 100%;
  background: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.unit-btn-02 .p-form-btn-container input[type="submit"]:hover {
  background: rgba(5, 24, 51, 0.8);
}

.c-form__consent,
.confirm-message {
  line-height: 1.6;
}

input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

#toc_container {
  width: 100%;
}

/***** 20240508 *****/

.p-post h2 {
  margin: 30px 0 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #051833;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .p-post h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-post h3 {
  margin: 30px 0 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.p-post h4 {
  margin: 30px 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #051833;
}

.p-post h5,
.p-post h6 {
  margin: 30px 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

/***** 20241022 *****/
.a2a_svg.a2a_s__default.a2a_s_share2 svg path {fill: #222 !important;}
.a2a_svg.a2a_s__default.a2a_s_share2 svg path:first-child {fill: none !important;}

/* SERVICE STEP表記削除 */
.service-flow-slide-nav,
.c-flow-headline__number {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .p-service-single .service-flow-section__inner .c-sub-tertiary-heading {
      margin-bottom: .5em;
  }
  .p-service-single .service-section__flow .c-grid {
      display: block;
      padding: 0 25px;
  }
  .p-service-single .service-section .service-flow-section .swiper-slide {
    opacity: 1 !important;
  }
  .p-service-single .c-flow-headline__title {
    margin-bottom: .5em;
  }
  .c-grid__item+.c-grid__item {
    margin-top: 3rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px dotted #111111;
   
  }
}
/* .sub-section.company-section {
  padding-top: 0;
} */
.sub-section__container+.sub-section__container {
  padding-top: 50px;
}
.sub-nav__list.-case,
.case-section__link {
  display: none;
}

.page-template-page-case .l-subpage__nav,
.single-staff_post .l-subpage__nav,
.case-archive__headline,
.case-single__headline,
.case-article-cat__item {
  display: none;
}

.l-case-single {
  padding-top: 30px;
}

@media screen and (max-width:767px) {
  .l-case__section {
    padding-top: 0;
  }

  .case-archive__contents {
    padding-left: 5%;
  }

  .l-case-single {
    padding-top: 0;
    margin-top: -60px;
  }
}
.wp-block-cover__inner-container {position: absolute !important;}.wp-block-cover img {object-fit: cover;}.wp-block-cover, .wp-block-cover-image {min-height: 0 !important;padding: 0 !important;}.wp-block-audio audio{min-width: 0 !important;width:100%;}.wp-block-file a.wp-block-file__button{display:inline-block;}

@media screen and (max-width: 767px) {
  .header-sp-nav .c-logo__img{
    max-width: 235px;
  }
}