@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap";

* {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 200;
  letter-spacing: .15em
}

html {
  font-size: 62.5%
}

main {
  font-size: 1.6em;
  line-height: 1.25
}

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

.pc-only {
  display: block
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
}

.lg-only {
  display: none
}

@media screen and (max-width: 1240px) {
  .lg-only {
    display: block
  }
}

.sp-only {
  display: none
}

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

/*! -------------------------------------
 *      ヘッダー
 * ------------------------------------- */
.l-header {
  display: flex;
  align-items: end;
  background-image: url(../../assets/img/header-deco.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 5.69vw;
  max-height: 90px;
  min-height: 48px;
  padding-left: 5.5vw;
  padding-bottom: 1vw
}

@media screen and (max-width: 959px) {
  .l-header {
    padding-left: 50px;
    padding-bottom: 15px
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    background-image: url(../../assets/img/header-deco_sp.png);
    padding-left: 38px;
    padding-bottom: 11px;
    height: 8vw
  }
}

.l-header__logo {
  width: 9vw;
  max-width: 156px;
  min-width: 93px
}

.l-header__nav {
  padding-left: 4.1%
}

/*! -------------------------------------
 *      ハンバーガーメニュー
 * ------------------------------------- */
.l-ham {
  position: fixed;
  top: 1.6vw;
  right: 30px;
  width: 50px;
  height: 2.4rem;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s
}

@media screen and (max-width: 959px) {
  .l-ham {
    right: 15px;
    width: 36px
  }
}

@media screen and (max-width: 767px) {
  .l-ham {
    right: 19px;
    top: 21px
  }
}

.l-ham span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  border-radius: 1rem;
  -webkit-transition: all .4s;
  transition: all .4s
}

.l-ham span:nth-child(1) {
  top: 0
}

.l-ham span:nth-child(2) {
  top: .7rem
}

.l-ham span:nth-child(3) {
  top: 1.4rem
}

.l-ham.open span:nth-child(1) {
  background: #000;
  top: .6rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.l-ham.open span:nth-child(2),
.l-ham.open span:nth-child(3) {
  top: .6rem;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (max-width: 1240px) {
  .l-ham__nav {
    position: fixed;
    left: 100%;
    top: 0;
    bottom: -100%;
    width: 100%;
    height: 100svh;
    background: #fff;
    font-size: 1.6rem;
    box-sizing: border-box;
    z-index: 10;
    padding-top: 4.5rem;
    padding-left: 0;
    transition: .3s
  }
}

@media screen and (max-width: 1240px) {
  .l-ham__nav.open {
    left: 0;
    overflow-y: auto
  }
}

.l-ham__nav--menu {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: .12em;
  gap: 3rem
}

@media screen and (max-width: 1240px) {
  .l-ham__nav--menu {
    padding: 0;
    width: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
    font-size: 18px
  }
}

.l-ham__nav--menu li {
  margin: 0 auto
}

@media screen and (max-width: 1240px) {
  .l-ham__nav--menu li {
    width: 86%;
    padding: 2.2rem
  }
}

.l-ham__nav--menu li a,
.l-ham__nav--menu li a span {
  font-weight: 700
}

@media screen and (max-width: 1240px) {
  .l-ham__nav--menu li a span {
    display: none
  }
}

.l-ham__nav--menu li a .lg-only {
  display: none
}

@media screen and (max-width: 1240px) {
  .l-ham__nav--menu li a .lg-only {
    display: block;
    font-size: 11px;
    margin-top: 3px
  }
}

.l-ham__nav--menu .l-header__sns-icon {
  margin: 0
}

.l-ham__nav .p-contact__sns {
  margin-top: 30px
}

.l-ham__nav .l-footer {
  display: none
}

@media screen and (max-width: 1240px) {
  .l-ham__nav .l-footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 0 !important
  }
}

.l-ham__nav .l-footer .copyright {
  margin: inherit
}

.l-ham {
  display: none
}

@media screen and (max-width: 1240px) {
  .l-ham {
    display: block
  }
}

.scroll-prevent {
  overflow: hidden;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%
}

/*! -------------------------------------
 *      フッター
 * ------------------------------------- */
.l-footer__inner {
  display: flex;
  align-items: end;
  gap: inherit;
  background-image: url(../../assets/img/footer-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 68px 0 17px !important
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 50px 0 5px !important
  }
}

.l-footer .logo {
  width: 15vw;
  max-width: 271px;
  min-width: 141px;
  margin-right: 60px
}

.l-footer .copyright {
  width: 11vw;
  max-width: 207px;
  min-width: 124px;
  margin: 0 0 0 auto
}

.l-footer .l-ham__nav--menu {
  gap: 2vw
}

@media screen and (max-width: 1240px) {
  .l-footer__nav {
    display: none
  }
}

/*! -------------------------------------
 *      外枠
 * ------------------------------------- */
.l-wrapper {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 30px
}

@media screen and (max-width: 959px) {
  .l-wrapper {
    padding: 0 15px
  }
}

.l-wrapper__margin {
  padding-top: 115px
}

@media screen and (max-width: 767px) {
  .l-wrapper__margin {
    padding-top: 23px;
    margin-top: 50px
  }
}

/*! -------------------------------------
 *      コンテンツ
 * ------------------------------------- */
.l-cts {
  margin-top: 40px
}

@media screen and (min-width: 960px) {
  .l-cts {
    margin-top: -22px
  }
}

@media screen and (max-width: 767px) {
  .l-cts {
    margin-top: 20px
  }
}

.l-cts__img {
  max-width: 502px;
  width: 35.86vw;
  min-width: 290px
}

.l-cts__dsc {
  margin-top: 50px
}

@media screen and (max-width: 767px) {
  .l-cts__dsc {
    margin-top: 12px
  }
}

.l-cts__dsc--txt {
  max-width: 520px;
  margin-top: 17px;
  margin-bottom: 42px;
  font-weight: 400;
  line-height: 1.7em
}

@media screen and (max-width: 767px) {
  .l-cts__dsc--txt {
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 400;
    text-align: justify;
    margin-top: 16px;
    margin-bottom: 14px
  }
}

/*! -------------------------------------
 *      flex
 * ------------------------------------- */
.u-flex {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.u-flex__cts {
  display: flex;
  flex-direction: column-reverse;
  align-items: center
}

@media screen and (min-width: 960px) {
  .u-flex__cts {
    flex-direction: row;
    align-items: center;
    justify-content: space-between
  }
}

@media screen and (min-width: 960px) {
  .u-flex__left {
    width: 61%
  }
}

@media screen and (min-width: 960px) {
  .u-flex__right {
    width: 33%
  }
}

/*! -------------------------------------
 *      タイトル
 * ------------------------------------- */
.c-title__h2 {
  font-size: 43px;
  align-items: center;
  display: flex;
  gap: 58px
}

@media screen and (max-width: 767px) {
  .c-title__h2 {
    font-size: 30px;
    justify-content: center;
    flex-direction: column;
    gap: 0
  }
}

.c-title__h2 span {
  font-size: 26px;
  letter-spacing: .05em;
  position: relative;
  margin-top: 10px
}

@media screen and (max-width: 767px) {
  .c-title__h2 span {
    font-size: 16px;
    letter-spacing: .25em;
    margin-top: 0;
    margin-bottom: 10px
  }
}

.c-title__h2 span:before,
.c-title__h2 span:after {
  content: "";
  display: block;
  width: 16px;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  top: 16px
}

@media screen and (max-width: 767px) {

  .c-title__h2 span:before,
  .c-title__h2 span:after {
    width: 10px;
    height: .5px;
    top: 10px
  }
}

.c-title__h2 span:before {
  left: -29px
}

@media screen and (max-width: 767px) {
  .c-title__h2 span:before {
    left: -20px
  }
}

.c-title__h2 span:after {
  right: -18px
}

@media screen and (max-width: 767px) {
  .c-title__h2 span:after {
    right: -10px
  }
}

.c-title__h3 {
  font-size: 34px
}

@media screen and (max-width: 767px) {
  .c-title__h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center
  }
}

.c-title__h4 {
  font-size: 22px;
  letter-spacing: .06em;
  text-indent: -1em;
  padding-left: 1em
}

@media screen and (max-width: 767px) {
  .c-title__h4 {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5
  }
}

/*! -------------------------------------
 *      ボタン
 * ------------------------------------- */
.c-button__some .c-button__open {
  display: block;
}
.c-button__some .c-button__open:not(:first-of-type) {
  margin-top: 25px
}


.c-button__open {
  font-size: 25px;
  border-bottom: 1px solid #000;
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-button__open {
    font-size: 14px;
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: 1px solid #adadad
  }
}

.c-button__open.jp {
  letter-spacing: 0
}

.c-button__open:after {
  content: "→";
  position: absolute;
  top: 3px;
  right: -40px;
  font-size: 24px;
  transition: right .5s ease
}

@media screen and (max-width: 767px) {
  .c-button__open:after {
    font-size: 12px;
    top: 1px;
    right: -23px
  }
}

/*! -------------------------------------
 *      TOPの画像スライド
 * ------------------------------------- */
.swiper {
  margin: 0
}

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

/*! -------------------------------------
 *      インスタ投稿
 * ------------------------------------- */
.c-insta-post {
  background: red
}

.Header {
  display: none;
  background-color: #0ff !important
}

/*! -------------------------------------
 *      モーダル
 * ------------------------------------- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: #000c
}

.modal-wrap {
  height: 100%;
  padding: 0 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 767px) {
  .modal-wrap {
    padding: 0 25px
  }
}

.modal-content-box {
  position: relative;
  margin: 50px auto;
  max-width: 1400px;
  width: 100%;
  background: #fff
}

@media screen and (max-width: 767px) {
  .modal-content-box {
    margin: 25px 0
  }
}

.modal-content-inner {
  padding: 35px 50px 0
}

@media screen and (max-width: 767px) {
  .modal-content-inner {
    padding: 20px 15px 0
  }
}

.modal-btn-close {
  position: absolute;
  top: 0;
  right: 0
}

.modal-btn-close__inner {
  position: relative;
  z-index: 9;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background-color: #231815
}

@media screen and (max-width: 767px) {
  .modal-btn-close__inner {
    height: 25px;
    width: 25px
  }
}

.modal-btn-close span {
  display: block;
  background: #fff;
  height: 2px;
  width: 26px;
  position: absolute;
  top: 47%;
  left: 50%
}

@media screen and (max-width: 767px) {
  .modal-btn-close span {
    height: 1px;
    width: 14px
  }
}

.modal-btn-close .bar01 {
  transform: translate(-50%) rotate(-45deg)
}

.modal-btn-close .bar02 {
  transform: translate(-50%) rotate(45deg)
}

@media screen and (max-width: 767px) {
  .l-modal__inner .c-title__h2 {
    font-size: 23px;
    align-items: center;
    flex-direction: row;
    justify-content: start
  }
}

@media screen and (max-width: 767px) {
  .l-modal__inner .c-title__h2 span {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 500;
    left: 2em
  }

  .l-modal__inner .c-title__h2 span:before,
  .l-modal__inner .c-title__h2 span:after {
    top: 7px;
    width: 5px
  }

  .l-modal__inner .c-title__h2 span:before {
    left: -10px
  }

  .l-modal__inner .c-title__h2 span:after {
    right: -8px
  }
}

@media screen and (max-width: 767px) {
  .l-modal__inner .c-title__h3 {
    text-align: left;
    letter-spacing: .05em;
    line-height: 1.2
  }
}

.l-modal__inner .c-title__h3 span {
  font-size: 16px;
  font-weight: 500
}

@media screen and (max-width: 767px) {
  .l-modal__inner .c-title__h3 span {
    font-size: 10px
  }
}

.l-modal__inner--cts01 {
  margin-top: 51px
}

@media screen and (max-width: 767px) {
  .l-modal__inner--cts01 {
    margin-top: 15px
  }
}

.l-modal__inner--txt {
  margin-top: 19px;
  line-height: 1.65em;
  letter-spacing: .13em
}

@media screen and (max-width: 767px) {
  .l-modal__inner--txt {
    margin-top: 10px;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: .05em
  }
}

.l-modal__inner--txt a {
  border-bottom: 1px solid #000;
}

.l-modal__inner--list {
  margin-top: 32px
}

@media screen and (max-width: 767px) {
  .l-modal__inner--txt a{
    border-bottom: 1px solid #adadad;
  }

  .l-modal__inner--list {
    margin-top: 20px
  }
}

.l-modal__inner--list li:not(:first-of-type) {
  margin-top: 31px
}

@media screen and (max-width: 767px) {
  .l-modal__inner--list li:not(:first-of-type) {
    margin-top: 21px;
    margin-bottom: 10px
  }
}

.l-modal__inner--list p {
  padding-left: 1.5em;
  margin-top: 14px
}

@media screen and (max-width: 767px) {
  .l-modal__inner--list p {
    font-size: 8px;
    margin-top: 8px
  }
}

.l-modal__inner--bg {
  margin-top: 80px;
  background-color: #e6e6e6;
  padding: 30px 35px;
  border-radius: 50px
}

.l-modal__inner--bg:has(.message) {
  padding-bottom: 0
}

@media screen and (max-width: 767px) {
  .l-modal__inner--bg {
    margin-top: 20px;
    padding: 18px 19px;
    border-radius: 25px
  }
}

.l-modal__inner--bg .l-modal__inner--list {
  margin-top: 20px
}

@media screen and (max-width: 767px) {
  .l-modal__inner--bg .l-modal__inner--list {
    margin-top: 10px;
    margin-bottom: 10px
  }
}

.l-modal__inner .c-button__open {
  margin-top: 30px
}

@media screen and (max-width: 767px) {
  .l-modal__inner .c-button__open {
    margin-top: 10px
  }
}

.l-modal__inner .dsc-cts {
  margin-top: 70px
}

@media screen and (max-width: 767px) {
  .l-modal__inner .dsc-cts {
    margin-top: 25px
  }
}

.l-modal__inner .dsc-cts .c-title__h3:not(:first-of-type) {
  margin-top: 63px
}

@media screen and (max-width: 767px) {
  .l-modal__inner .dsc-cts .c-title__h3:not(:first-of-type) {
    margin-top: 23px
  }
}

.l-modal__inner table {
  margin-top: 35px;
  width: 100%;
  border-bottom: 1px solid #AAAAAA
}

@media screen and (max-width: 767px) {
  .l-modal__inner table {
    margin-top: 17px
  }
}

@media screen and (max-width: 767px) {
  .l-modal__inner table {
    font-size: 8px;
    font-weight: 500
  }
}

.l-modal__inner table th {
  font-weight: 200;
  vertical-align: middle;
  width: 16.2%;
  padding-right: .2%
}

@media screen and (max-width: 767px) {
  .l-modal__inner table th {
    padding-top: 10px;
    font-weight: 500;
    width: inherit
  }
}

.l-modal__inner table tr {
  border-top: 1px solid #AAAAAA
}

@media screen and (max-width: 767px) {
  .l-modal__inner table tr {
    display: flex;
    flex-direction: column;
    gap: 7px
  }
}

.l-modal__inner table td {
  padding: 30px 0;
  display: block;
  line-height: 2.5em
}

@media screen and (max-width: 767px) {
  .l-modal__inner table td {
    padding: 0 0 9px 1em;
    font-weight: 500;
    position: relative;
    line-height: 1.5em;
    letter-spacing: .08em
  }
}

@media screen and (max-width: 767px) {
  .l-modal__inner table .td-ptop {
    padding-top: 7px;
    position: relative
  }
}

@media screen and (max-width: 767px) {
  .l-modal__inner table .border-deco:after {
    content: "";
    width: 1em;
    height: 1em;
    background: #fff;
    position: absolute;
    left: 0;
    top: -1px
  }
}

.l-modal__inner table .col:first-of-type {
  padding-bottom: 0
}

.l-modal__inner table .col:not(:first-of-type) {
  padding-top: 20px
}

@media screen and (max-width: 767px) {
  .l-modal__inner table .col:not(:first-of-type) {
    padding-top: 0
  }
}

.l-modal__inner table .table-button {
  font-size: 15px;
  margin-left: 4vw;
  margin-top: 0;
  border-bottom: 1px solid #adadad;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .l-modal__inner table .table-button {
    font-size: 8px;
    font-weight: 500;
    margin-left: 0;
    margin-top: 5px
  }
}

.l-modal__inner table .table-button:after {
  font-size: 15px;
  right: -30px
}

@media screen and (max-width: 767px) {
  .l-modal__inner table .table-button:after {
    font-size: 10px;
    right: -15px
  }
}

@media screen and (max-width: 767px) {
  .l-modal__inner table .address01 {
    position: absolute;
    top: -7px;
    left: 21em
  }

  .l-modal__inner table .address02 {
    position: absolute;
    top: -7px;
    left: 27em
  }
}

.l-modal__inner .message {
  margin-top: 20px;
  align-items: start;
  gap: 60px;
  justify-content: start
}

@media screen and (max-width: 767px) {
  .l-modal__inner .message {
    margin-top: 10px;
    gap: 12px
  }
}

.l-modal__inner .message__img {
  width: 18.29vw;
  max-width: 256px;
  min-width: 112px
}

@media screen and (max-width: 767px) {
  .l-modal__inner .message__img {
    width: 112px
  }
}

.l-modal__inner .message__name {
  font-size: 22px;
  margin-bottom: 15px
}

@media screen and (max-width: 767px) {
  .l-modal__inner .message__name {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    white-space: nowrap
  }
}

.l-modal__inner .message__name span {
  font-size: 16px
}

@media screen and (max-width: 767px) {
  .l-modal__inner .message__name span {
    margin-top: 3px;
    font-size: 8px;
    font-family: 800;
    display: block
  }
}

.l-modal__inner .message__comment {
  margin-top: 60px
}

@media screen and (max-width: 959px) {
  .l-modal__inner .message__comment {
    margin-top: 90px
  }
}

@media screen and (max-width: 767px) {
  .l-modal__inner .message__comment {
    margin-top: 120px;
    padding-bottom: 20px
  }
}

.l-modal__inner .message .l-modal__inner--txt {
  text-indent: 1em;
  margin-top: 0
}

@media screen and (max-width: 767px) {
  .l-modal__inner .c-button__open {
    display: inline-block;
    font-size: 11px
  }
}

@media screen and (max-width: 767px) {
  .l-modal__inner .c-button__open:after {
    display: inline;
    right: -18px
  }
}

@media screen and (max-width: 767px) {
  .l-modal__inner .recruit-btn {
    margin-top: 15px;
    font-size: 10px
  }
}

.l-modal__inner .policy {
  margin-top: 37px;
  border-top: 1px solid #AAAAAA
}

@media screen and (max-width: 767px) {
  .l-modal__inner .policy {
    margin-top: 20px
  }
}

.l-modal__inner .policy .l-modal__inner--txt:not(:first-of-type) {
  margin-top: 35px
}

@media screen and (max-width: 767px) {
  .l-modal__inner .policy .l-modal__inner--txt:not(:first-of-type) {
    margin-top: 15px
  }
}

.modal .l-footer .logo {
  width: 11.14vw;
  max-width: 156px;
  min-width: 65px
}

.modal .l-footer__inner {
  padding-top: 77px !important
}

@media screen and (max-width: 767px) {
  .modal .l-footer__inner {
    padding-top: 20px !important
  }
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, .5fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px
}

@media screen and (max-width: 767px) {
  .parent {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(8, 1fr);
  }
}

.div1 {
  grid-area: 1/1/3/2
}

@media screen and (max-width: 767px) {
  .div1 {
    grid-area: 1/1/1/3
  }
}

.div2 {
  grid-area: 1/2/2/5
}

@media screen and (max-width: 767px) {
  .div2 {
    grid-area: 1/3/1/6
  }
}

.div3 {
  grid-area: 2/2/1/5
}

@media screen and (max-width: 767px) {
  .div3 {
    grid-area: 1/1/3/9
  }
}

/*! -------------------------------------
 *      モーダル内のスライド
 * ------------------------------------- */
.slick__cts {
  padding: 35px 0 40px
}

@media screen and (max-width: 767px) {
  .slick__cts {
    padding: 12px 0 0
  }
}

.slick-ttl {
  font-size: 22px;
  padding-left: 50px;
  padding-bottom: 25px
}

@media screen and (max-width: 767px) {
  .slick-ttl {
    padding-left: 15px;
    font-size: 12px;
    font-weight: 500
  }
}

.slick-slide img {
  padding: 0 4%
}

.slide-arrow {
  width: 76px;
  position: absolute;
  padding: 10px;
  cursor: pointer;
  z-index: 2
}

@media screen and (max-width: 767px) {
  .slide-arrow {
    width: 35px
  }
}

.next-arrow {
  right: 14.5%;
  top: 55%;
  transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
  .next-arrow {
    right: 5.5%
  }
}

.prev-arrow {
  left: 14.5%;
  top: 55%;
  transform: translateY(-50%) scaleX(-1)
}

@media screen and (max-width: 767px) {
  .prev-arrow {
    left: 5.5%
  }
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: inherit
  }

  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: inherit
  }

  .slick-dots li button:before {
    font-size: 4px
  }
}

/*! -------------------------------------
 *      TOP
 * ------------------------------------- */
.p-top {
  margin-top: 60px
}

@media screen and (max-width: 959px) {
  .p-top {
    flex-direction: column;
    gap: 50px
  }
}

@media screen and (max-width: 767px) {
  .p-top {
    margin-top: 14px;
    gap: 30px
  }
}

.p-top__title {
  font-size: 70px;
  line-height: 1.4;
  margin-top: 10px
}

@media screen and (max-width: 767px) {
  .p-top__title {
    font-size: 39px;
    text-align: center;
    line-height: 1.1
  }
}

.p-top__title .jp {
  font-size: 32px;
  letter-spacing: .15em;
  display: block;
  margin-bottom: 10px
}

@media screen and (max-width: 959px) {
  .p-top__title .jp {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 18px
  }
}

/*! -------------------------------------
 *      WORKS
 * ------------------------------------- */
.p-works {
  padding-top: 50px
}

@media screen and (max-width: 767px) {
  .p-works {
    padding-top: 45px
  }
}

.p-works__title {
  gap: 20px;
  justify-content: start
}

@media screen and (max-width: 959px) {
  .p-works__title {
    flex-direction: column
  }
}

@media screen and (max-width: 767px) {
  .p-works__title {
    gap: 3px
  }
}

.p-works__sns a {
  display: flex;
  align-items: center;
  gap: 17px
}

@media screen and (max-width: 767px) {
  .p-works__sns a {
    gap: 9px
  }
}

.p-works__sns a span {
  font-weight: 400
}

@media screen and (max-width: 767px) {
  .p-works__sns a span {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px
  }
}

.p-works__sns img {
  width: 38px;
  height: auto
}

@media screen and (max-width: 767px) {
  .p-works__sns img {
    width: 18px
  }
}

.p-works__insta ul {
  margin: 20px 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px
}

@media screen and (max-width: 767px) {
  .p-works__insta ul {
    margin-top: 10px
  }
}

.p-works__insta li {
  list-style: none;
  width: calc(16.6666666667% - 5px)
}

@media screen and (max-width: 767px) {
  .p-works__insta li {
    width: calc(33.3333333333% - 5px)
  }
}

.p-works__insta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.p-works__insta li a {
  position: relative;
  display: block;
  padding-top: 100%
}

.p-works__insta li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-works .c-button__open {
  margin-top: 12px
}

.p-works .modal .l-footer__inner {
  margin: 0 50px
}

@media screen and (max-width: 767px) {
  .p-works .modal .l-footer__inner {
    margin: 0 25px
  }
}

/*! -------------------------------------
 *      SERVICES
 * ------------------------------------- */
.p-services {
  padding-top: 65px
}

@media screen and (max-width: 767px) {
  .p-services {
    padding-top: 23px;
    margin-top: 50px
  }
}

.p-services #modal2-2 .l-modal__inner--cts01:not(:last-of-type) {
  padding-bottom: 51px;
  border-bottom:1px solid #AAAAAA;
}

.p-services #modal2-2 .l-modal__inner--cts01 .l-modal__inner--txt{
  margin-top: 16px;
}

.p-services #modal2-2 .l-modal__inner--cts01 .l-modal__inner--txt:not(:first-of-type){
  margin-top: 29px;
}

.p-services #modal2-2 .l-modal__inner--bg{
  margin-top: 42px;
  padding: 36px 35px;
}

.p-services #modal2-2 .l-modal__inner--bg:not(:first-of-type) {
  margin-top: 53px;
}

.p-services #modal2-2 .l-modal__inner--bg .div1 {
  grid-area: 1 / 1 / 2 / 2;
}

.p-services #modal2-2 .l-modal__inner--bg .div2 {
  padding-left: 14px;
  margin-top: -4px;
}

.p-services #modal2-2 .l-modal__inner--bg .div3 {
  padding: 0 14px;
}

.p-services #modal2-2 .l-modal__inner--bg .message__comment {
  margin-top: 22px;
}

.p-services #modal2-2 .l-modal__inner--bg .l-modal__inner--txt.list{
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .p-services #modal2-2 .modal-content-inner {
    padding: 20px 14px 0;
  }

  .p-services #modal2-2 .l-modal__inner .c-title__h3{
    line-height: 1.4;
    font-size: 15px;
  }

  .p-services #modal2-2 .l-modal__inner--cts01 .l-modal__inner--txt {
    margin-top: 7px;
    line-height: 1.6;
  }

  .p-services #modal2-2 .l-modal__inner--cts01 .l-modal__inner--txt:not(:first-of-type){
    margin-top: 11px;
  }

  .p-services #modal2-2 .l-modal__inner--cts01:not(:last-of-type){
    padding-bottom: 16px;
  }

  .p-services #modal2-2 .l-modal__inner--bg {
    margin-top: 16px;
    padding: 16px 14px;
  }

  .p-services #modal2-2 .l-modal__inner--bg:not(:first-of-type) {
    margin-top: 16px;
  }

  .p-services #modal2-2 .l-modal__inner--bg .parent {
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(11, 1fr);
  }

  .p-services #modal2-2 .l-modal__inner--bg .div2 {
    padding-left: 0;
    margin-top: -4px;
  }

  .p-services #modal2-2 .l-modal__inner--bg .div3{
    grid-area: 1 / 1 / 3 / 12;
    padding: 0;
  }

  .p-services #modal2-2 .l-modal__inner--bg .message__comment {
    margin-top: 115px;
  }
}

/*! -------------------------------------
 *      COMPANY
 * ------------------------------------- */
/*! -------------------------------------
 *      RECRUIT01 現場
 * ------------------------------------- */
/*! -------------------------------------
 *      RECRUIT02 デザイン設計
 * ------------------------------------- */
/*! -------------------------------------
 *      CONTACT
 * ------------------------------------- */
.p-contact__area {
  max-width: 502px;
  margin: 0 auto;
  background-image: url(../../assets/img/img-contact.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px 0 40px
}

@media screen and (max-width: 767px) {
  .p-contact__area {
    max-width: 290px;
    padding: 6px 0 14px
  }
}

.p-contact .c-title__h2 {
  justify-content: center
}

.p-contact__dsc {
  font-size: 24px;
  margin-top: 18px;
  line-height: 1.65;
  text-align: center
}

@media screen and (max-width: 767px) {
  .p-contact__dsc {
    margin-top: 7px;
    font-size: 15px
  }
}

.p-contact__address {
  margin-top: 25px;
  font-size: 19px;
  line-height: 1.85;
  text-align: center
}

@media screen and (max-width: 767px) {
  .p-contact__address {
    margin-top: 9px;
    font-size: 11px
  }
}

.p-contact__tel {
  margin-top: 20px;
  font-size: 32px;
  text-align: center
}

@media screen and (max-width: 767px) {
  .p-contact__tel {
    margin-top: 10px;
    font-size: 20px
  }
}

.p-contact__tel span {
  font-size: 16px
}

@media screen and (max-width: 767px) {
  .p-contact__tel span {
    font-size: 9px
  }
}

.p-contact .c-button__open {
  display: block;
  margin: 3px auto 0;
  font-size: 18px
}

@media screen and (max-width: 767px) {
  .p-contact .c-button__open {
    margin-top: 14px;
    font-size: 9px;
    font-weight: 500
  }
}

.p-contact .c-button__open:after {
  right: -30px;
  font-size: 15px
}

@media screen and (max-width: 767px) {
  .p-contact .c-button__open:after {
    font-size: 10px;
    top: 0;
    right: -16px;
    font-weight: 800
  }
}

.p-contact .l-modal__inner .c-title__h2 {
  justify-content: start
}

.p-contact__sns {
  max-width: 385px;
  margin: 105px auto 0
}

@media screen and (max-width: 767px) {
  .p-contact__sns {
    max-width: 222px;
    margin-top: 60px
  }
}

.p-contact__sns img {
  max-width: 50px
}

@media screen and (max-width: 767px) {
  .p-contact__sns img {
    max-width: 28px
  }
}