@charset "UTF-8";
/*                reset (デフォルト設定の打ち消し)
======================================================= */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%; /* 勝手に文字が拡大されるのを防ぐ */
  /* 以下、案件ごとに適宜変更 */
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  line-height: 1;
  /* 以下、案件ごとに適宜変更 */
  letter-spacing: 0.1em;
  font-size: 18px;
}

input,
textArea,
select,
button {
  -webkit-appearance: none; /* iOS系のスタイルを外す */
}

button {
  cursor: pointer;
}

figure {
  margin: 0px;
}

img,
iframe {
  width: 100%;
  height: auto;
  vertical-align: top; /* 意図しない余白の削除 */
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  /* 以下、案件ごとに適宜変更 */
  letter-spacing: 0.1em;
  color: #000;
  cursor: pointer;
}

/*                 基本レイアウト
======================================================= */
body {
  overflow-x: hidden;
}

.l-wrapper {
  overflow: hidden;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 60px;
  }
}

/*                共通パーツ
======================================================= */
.l-main {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 60px;
  }
}

.c-width {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  .c-width {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-width--narrow {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  .c-width--narrow {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width--narrow {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-width--ft {
  max-width: 1440px;
}

.c-default-desc {
  max-width: 842px;
}

.c-default-desc__detail {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-default-desc__detail {
    margin-top: 28px;
  }
}

.c-default-desc__detail-text {
  letter-spacing: 0.1em;
  line-height: 2.7em;
}
@media only screen and (max-width: 767px) {
  .c-default-desc__detail-text {
    line-height: 2.2;
  }
  .c-default-desc__detail-text .-span {
    display: inline-block;
  }
}

.c-section-title__text2 {
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 30px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .c-section-title__text2 {
    font-size: 27px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .c-section-title__text2 {
    font-size: 24px;
    padding-bottom: 21px;
  }
}

.c-section-title__text {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 40px;
}
.c-section-title__text--seimen {
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .c-section-title__text {
    font-size: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .c-section-title__text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .c-section-title__text .-span {
    display: inline-block;
  }
}

/*               FooterArea
======================================================= */
.l-ft {
  background-color: #000000;
}

.p-ft {
  padding: 60px 30px 36px;
}
@media only screen and (max-width: 767px) {
  .p-ft {
    padding: 42px 0 24px;
  }
}

.p-ft__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1140px) {
  .p-ft__main {
    align-items: center;
    justify-content: center;
  }
}

.p-ft__logo {
  max-width: 100%;
}

.p-ft__list-wrap {
  max-width: 650px;
}
@media only screen and (max-width: 1140px) {
  .p-ft__list-wrap {
    max-width: 600px;
  }
}
@media only screen and (max-width: 480px) {
  .p-ft__list-wrap {
    max-width: 320px;
  }
}

.p-ft__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-ft__list {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.p-ft__list-item {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: 33px;
  line-height: 2.2;
}
@media only screen and (min-width: 768px) {
  .p-ft__list-item:hover {
    transition: 0.5s;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 480px) {
  .p-ft__list-item {
    font-size: 16px;
  }
}

.p-ft__link {
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
  overflow: auto;
}

.p-ft__sub {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 34px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-ft__sub {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .p-ft__sub {
    padding-top: 23px;
  }
}

.p-ft__copyright {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .p-ft__copyright {
    margin-top: 15px;
  }
}

.p-ft__copyright-text {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 480px) {
  .p-ft__copyright-text {
    margin: 0;
  }
}

/*               Information
======================================================= */
.c-info-list {
  letter-spacing: 0.1em;
  margin-top: 27px;
}
@media only screen and (max-width: 768px) {
  .c-info-list {
    margin-top: 32px;
  }
}

.c-info-item-link:last-of-type .c-info-item {
  border-bottom: 1px solid #e6e6e6;
}

.c-info-item {
  display: flex;
  padding: 20px 0 20px;
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 480px) {
  .c-info-item {
    flex-direction: column;
  }
}

.c-info-item__date,
.c-info-item__title {
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 480px) {
  .c-info-item__date .-span,
  .c-info-item__title .-span {
    display: inline-block;
  }
}

.c-info-item__date {
  padding-top: 1px;
  color: #666;
  width: 87px;
}
@media only screen and (max-width: 480px) {
  .c-info-item__date {
    line-height: 1;
    width: 100%;
  }
}

.c-info-item__title {
  padding-left: 36px;
  width: calc(100% - 87px);
  word-wrap: break-word;
}
@media only screen and (max-width: 480px) {
  .c-info-item__title {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
    line-height: 2;
  }
}

/*               sample
======================================================= */
.c-sample-list {
  letter-spacing: 0.1em;
  margin-top: 27px;
}
@media only screen and (max-width: 768px) {
  .c-sample-list {
    margin-top: 32px;
  }
}

.c-sample-list02 {
  letter-spacing: 0.1em;
}

.c-sample-item-link:last-of-type .c-sample-item {
  border-bottom: 1px solid #e6e6e6;
}

.c-sample-item-link10:first-of-type .c-sample-item10 {
  border-top: 1px solid #e6e6e6;
  padding-top: 35px;
}

.c-sample-item-link10:last-of-type .c-sample-item10 {
  padding-bottom: 85px;
}

.c-sample-item {
  display: flex;
  padding: 20px 0 20px;
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 768px) {
  .c-sample-item {
    padding: 24px 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .c-sample-item {
    flex-direction: column;
  }
}

.c-sample-item10 {
  display: flex;
  padding: 12px 0 12px;
}
@media only screen and (max-width: 1000px) {
  .c-sample-item10 {
    padding: 24px 0 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-sample-item10 {
    flex-direction: column;
  }
}

.c-sample-item__date10,
.c-sample-item__title10 {
  line-height: 2.2;
  letter-spacing: 0.1em;
  display: inline;
  vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
  .c-sample-item__date10 .-span,
  .c-sample-item__title10 .-span {
    display: inline-block;
  }
}

.c-sample-item__date10 {
  color: #000;
  width: 60%;
}
@media only screen and (max-width: 1000px) {
  .c-sample-item__date10 {
    line-height: 1.8;
    width: 100%;
  }
}

.c-sample-item__title10 {
  padding-left: 36px;
  width: 40%;
  word-wrap: break-word;
}
@media only screen and (max-width: 1000px) {
  .c-sample-item__title10 {
    margin-top: 12px;
    padding-left: 0;
    width: 100%;
    line-height: 1.8;
  }
}

.c-sample-item__date,
.c-sample-item__title {
  line-height: 2.2;
  letter-spacing: 0.1em;
  display: inline;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .c-sample-item__date .-span,
  .c-sample-item__title .-span {
    display: inline-block;
  }
}

.c-sample-item__date {
  color: #000;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .c-sample-item__date {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 480px) {
  .c-sample-item__date {
    line-height: 1.8;
    width: 100%;
  }
}

.c-sample-item__title {
  padding-left: 36px;
  width: 70%;
  word-wrap: break-word;
}
@media only screen and (max-width: 480px) {
  .c-sample-item__title {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
    line-height: 1.8;
  }
}

.c-sample-item__title__newline {
  white-space: pre-wrap;
  line-height: 1.6;
}

.u-upline {
  line-height: 1.8;
}

/*               news ページネーション
======================================================= */
/*               news ページングナビゲーション
======================================================= */
/*               電話番号リンクをspのみ有効
======================================================= */
@media only screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}

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

.p-hd {
  background-color: rgba(255, 255, 255, 0.95);
}

.l-main {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 107px;
  }
}

.lower_area {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .lower_area {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .lower_area {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.p-lower-kv {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1500px) {
  .p-lower-kv {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-lower-kv {
    padding: 0;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-lower-kv--pc {
    display: none;
  }
}
.p-lower-kv--sp {
  width: 100%;
  height: 375px;
}
@media only screen and (min-width: 768px) {
  .p-lower-kv--sp {
    display: none;
  }
}
.p-lower-kv--sp .p-lower-kv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-lower-desc {
  max-width: 1200px;
  padding: 107px 50px 0;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .p-lower-desc {
    padding: 60px 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-lower-desc {
    padding: 60px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .p-lower-desc {
    padding: 64px 0px 0;
  }
}

.p-lower-desc__cont {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-lower-desc__cont {
    margin-top: 28px;
  }
}

.p-lower-desc__text {
  letter-spacing: 0.1em;
  line-height: 2.67;
}
@media only screen and (max-width: 767px) {
  .p-lower-desc__text {
    font-size: 14px;
    line-height: 2.28;
  }
}

.p-lower-slider {
  margin: 105px auto 0px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-lower-slider {
    margin-top: 50px;
  }
}

.p-lower-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-wrapper {
  transition-timing-function: linear;
}/*# sourceMappingURL=seimen.css.map */