@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2307692308vw;
  }
}
@media (min-width: 1300px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

input, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.l-another-service {
  margin-top: 70px;
}
@media screen and (min-width: 576px) {
  .l-another-service {
    margin-top: 126px;
  }
}

.l-faq {
  margin-top: 72px;
  margin-bottom: 82px;
}
@media screen and (min-width: 576px) {
  .l-faq {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 40px;
  margin-top: 26px;
}
@media screen and (min-width: 576px) {
  .l-header {
    padding-right: 42px;
    padding-left: 44px;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1300px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 576px) {
  .l-main {
    margin-top: 136px;
  }
}

.l-message {
  margin-top: 65px;
}
@media screen and (min-width: 992px) {
  .l-message {
    margin-top: 148px;
  }
}

.l-mv {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .l-mv {
    margin-top: 140px;
  }
}

.l-philosophy {
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .l-philosophy {
    margin-top: 126px;
  }
}

.l-portrait-photography {
  margin-top: 105px;
}
@media screen and (min-width: 576px) {
  .l-portrait-photography {
    margin-top: 212px;
  }
}

.l-privacy {
  margin-top: 74px;
  margin-bottom: 55px;
}
@media screen and (min-width: 576px) {
  .l-privacy {
    margin-top: 145px;
    margin-bottom: 0;
  }
}

.l-recruit {
  margin-top: 64px;
}
@media screen and (min-width: 576px) {
  .l-recruit {
    margin-top: 147px;
  }
}

.l-service__container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.l-recruit2 {
  margin-top: 61px;
  margin-bottom: 68px;
}
@media screen and (min-width: 576px) {
  .l-recruit2 {
    margin-top: 96px;
    margin-bottom: 180px;
  }
}

.l-service {
  margin-top: 62px;
  margin-bottom: 14px;
}
@media screen and (min-width: 576px) {
  .l-service {
    margin-top: 155px;
    margin-bottom: 111px;
  }
}

.l-service__container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.l-shooting {
  margin-top: 109px;
}
@media screen and (min-width: 576px) {
  .l-shooting {
    margin-top: 205px;
  }
}

.l-top-about {
  margin-top: 71px;
}
@media screen and (min-width: 576px) {
  .l-top-about {
    margin-top: 117px;
  }
}

.l-top-about__container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.l-top-gallery {
  margin-top: 70px;
}
@media screen and (min-width: 576px) {
  .l-top-gallery {
    margin-top: 150px;
  }
}

.l-top-partner {
  margin-top: 69px;
}
@media screen and (min-width: 576px) {
  .l-top-partner {
    margin-top: 146px;
  }
}

.l-top-profile {
  margin-top: 61px;
  margin-bottom: 68px;
}
@media screen and (min-width: 576px) {
  .l-top-profile {
    margin-top: 96px;
    margin-bottom: 180px;
  }
}

.l-top__recruit {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (min-width: 576px) {
  .l-top__recruit {
    margin-top: 156px;
    padding-top: 80px;
  }
}

.l-top-recruit {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (min-width: 576px) {
  .l-top-recruit {
    padding-top: 149px;
    padding-bottom: 151px;
  }
}

.l-top-service {
  margin-top: 59px;
}
@media screen and (min-width: 576px) {
  .l-top-service {
    margin-top: 138px;
  }
}

.l-video-shooting {
  margin-top: 105px;
}
@media screen and (min-width: 576px) {
  .l-video-shooting {
    margin-top: 200px;
  }
}

.l-worried {
  padding-top: 70px;
}
@media screen and (min-width: 576px) {
  .l-worried {
    padding-top: 132px;
    padding-bottom: 125px;
  }
}

.p-problem__container {
  max-width: 1100px;
  background: transparent url(../img/common/bg01_recruit.jpg) no-repeat center/cover;
  color: #333;
  padding: 6px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .p-problem__container {
    margin-top: 70px;
    padding: 10px;
  }
}

.p-problem__sub-body {
  max-width: 1081px;
  min-height: 132px;
  padding: 20px 20px;
  border: solid 1px #fff;
  /* 内枠のスタイル */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .p-problem__sub-body {
    min-height: 200px;
  }
}

.p-problem__sub-body:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-problem__sub-body::before {
  content: "";
  display: inline-block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  background: transparent url(../img/common/bg01_recruit.jpg) no-repeat center/cover;
  z-index: -1;
  opacity: 0.5;
}

.p-problem__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 576px) {
  .p-problem__text {
    font-size: 40px;
    line-height: 1.3888888889;
  }
}

.p-problem__text span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 23px;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .p-problem__text span {
    font-size: 57px;
  }
}

.p-problem__sub-body img {
  width: 34px;
  aspect-ratio: 34/43;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 576px) {
  .p-problem__sub-body img {
    width: 80px;
    aspect-ratio: 80/101;
  }
}

.p-problem__content {
  margin-top: 25px;
  text-align: center;
}

.c-btn02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1100px;
  width: 100%;
  padding: 30px 30px;
  min-height: 146px;
  background: transparent url(../img/common/img08_recruit.jpg) no-repeat center/cover;
  position: relative;
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0.3em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .c-btn02 {
    font-size: 45px;
    min-height: 220px;
  }
}

.c-btn02::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: transparent url(../img/common/text01_recruit.png) no-repeat center/contain;
  z-index: 2;
  width: 37.3134328358vw;
  max-width: 325px;
  bottom: 9px;
  right: 2px;
  aspect-ratio: 145/91;
}
@media screen and (min-width: 576px) {
  .c-btn02::before {
    bottom: -11px;
    right: 79px;
    aspect-ratio: 325/207;
  }
}

.c-btn02::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  /* background-blend-mode: color-burn; */
  opacity: 0.5;
}

.c-btn03 {
  width: 100%;
  max-width: 505px;
  min-height: 146px;
  outline: 1px solid #333;
  outline-offset: -10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: inline-block;
  font-size: 30px;
  line-height: 1.2666666667;
  color: #333;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .3);
          box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .3);
  letter-spacing: 0.14em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 36px 30px 20px 30px;
  gap: 30px;
}
@media screen and (min-width: 576px) {
  .c-btn03 {
    min-height: 220px;
    padding: 51px 30px 30px 30px;
  }
}

.c-btn03__image {
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 576px) {
  .c-btn03__image {
    width: 68px;
    height: 68px;
  }
}

.c-btn03:hover {
  opacity: 0.7;
}

.c-btn03 span {
  display: block;
  margin-top: 34px;
}

.c-btn04 {
  width: 100%;
  max-width: 505px;
  min-height: 146px;
  outline: 1px solid #333;
  outline-offset: -10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: inline-block;
  font-size: 25px;
  line-height: 1.52;
  color: #333;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .3);
          box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .3);
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 30px 30px 20px 30px;
}
@media screen and (min-width: 576px) {
  .c-btn04 {
    margin-top: 0;
    min-height: 220px;
    padding: 51px 30px 20px 30px;
  }
}

.c-btn04__image {
  width: 51px;
  height: 36px;
}
@media screen and (min-width: 576px) {
  .c-btn04__image {
    width: 76px;
    height: 54px;
  }
}

.c-btn04:hover {
  opacity: 0.7;
}

.c-btn04 span {
  display: block;
}

.c-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-card__image img {
  max-width: 57.5862068966%;
  max-height: 38.275862069%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card__text {
  font-size: 14px;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-top: 17px;
}
@media screen and (min-width: 576px) {
  .c-card__text {
    font-size: 18px;
    margin-top: 35px;
    letter-spacing: 0.16em;
  }
}

.c-category {
  display: inline-block;
  text-align: center;
  padding: 6px 8px;
  background-color: #fff;
  border: 1px solid #666666;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2);
}
@media screen and (min-width: 576px) {
  .c-category {
    padding: 6px 12px;
  }
}

.c-link {
  position: relative;
  padding-right: 28px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 14px;
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 2.3888888889;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #000;
  display: inline-block;
  color: #333;
}
@media screen and (min-width: 576px) {
  .c-link {
    font-size: 18px;
  }
}

.c-link::before {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  width: 8px;
  height: 1px;
  background-color: #111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 4px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/link-arrow.svg) no-repeat center/contain;
  background-size: 4px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 576px) {
  .c-link::after {
    width: 6px;
    height: 11px;
    background-size: 6px 11px;
  }
}

.c-link:hover {
  color: #999;
  cursor: pointer;
}

.c-link:hover::before {
  position: absolute;
  right: -2px;
  width: 11px;
}

.c-link:hover::after {
  position: absolute;
  right: -4px;
}
@media screen and (min-width: 768px) {
  .c-link:hover::after {
    right: -7px;
  }
}

.c-lower-mv {
  overflow: hidden;
}

.c-lower-mv__inner {
  max-width: 1500px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  .c-lower-mv__inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.c-lower-mv__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 576px) {
  .c-lower-mv__img {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}
.c-lower-mv__img img {
  aspect-ratio: 375/200;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .c-lower-mv__img img {
    aspect-ratio: 1450/500;
  }
}

.c-mv-both {
  width: 100%;
}

.c-mv-both img {
  width: 100%;
  aspect-ratio: 375/200;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 576px) {
  .c-mv-both img {
    aspect-ratio: 1400/500;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-sec__ttl {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.18em;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (min-width: 576px) {
  .c-sec__ttl {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
  }
}

.c-sec__ttl::after {
  content: attr(data-ja);
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 8px;
}
@media screen and (min-width: 576px) {
  .c-sec__ttl::after {
    font-size: 18px;
    padding-top: 17px;
  }
}

.c-sec__ttl--center {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .c-sec__ttl--center {
    text-align: left;
  }
}

.c-sec__ttl--center::after {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .c-sec__ttl--center::after {
    text-align: left;
  }
}

.c-sec__ttl--left {
  text-align: left;
}
.c-sec__ttl--left::after {
  text-align: left;
}

.c-sec__ttl--color {
  color: #fff;
}
.c-sec__ttl--color::after {
  color: #fff;
}

.c-sec__ttl--narrow::after {
  padding-top: 0;
}
@media screen and (min-width: 576px) {
  .c-sec__ttl--narrow::after {
    padding-top: 16px;
  }
}

.c-sec__sub-ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  color: #333;
}
@media screen and (min-width: 576px) {
  .c-sec__sub-ttl {
    font-size: 25px;
    line-height: 1.52;
  }
}

.c-sec__ttl-sp {
  line-height: 1;
}
.c-sec__ttl-sp::after {
  line-height: 1;
  padding-top: 0;
}

.c-sec__ttl--sm {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.18em;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (min-width: 576px) {
  .c-sec__ttl--sm {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
  }
}

.c-sec__ttl--short {
  font-size: 21px;
}
@media screen and (min-width: 576px) {
  .c-sec__ttl--short {
    font-size: 40px;
  }
}

.c-sec-title2 {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.3428571429;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 576px) {
  .c-sec-title2 {
    font-size: 35px;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    letter-spacing: 0.1em;
    gap: 17px;
  }
}

.c-sec-title2__main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-sec-title2__line {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-sec-title2__line::before, .c-sec-title2__line::after {
  content: "";
  width: 100%;
  position: absolute;
}
.c-sec-title2__line::before {
  background-color: #333;
  top: calc(50% - 3px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
}
.c-sec-title2__line::after {
  background-color: #333;
  top: calc(50% + 3px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
}

.c-sub-title-wrap {
  position: relative;
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  font-size: 28px;
}
@media screen and (min-width: 576px) {
  .c-sub-title-wrap {
    margin-right: 0;
    margin-right: initial;
    margin-left: 0;
    margin-left: initial;
  }
}
.c-sub-title-wrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: -1;
}
.c-sub-title-wrap::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: -1;
}
.c-sub-title-wrap::before {
  background-color: #333;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -14px;
  right: 14px;
}
@media screen and (min-width: 576px) {
  .c-sub-title-wrap::before {
    left: 0;
    right: 0;
  }
}
.c-sub-title-wrap::after {
  background-color: gray;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -14px;
  right: 14px;
}
@media screen and (min-width: 576px) {
  .c-sub-title-wrap::after {
    left: 0;
    right: 0;
  }
}
.c-sub-title-wrap .c-sub-title {
  position: relative;
  text-align: center;
  background-color: #fff;
  z-index: 1;
  padding: 0 10px;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.c-sub-title-wrap .c-sub-title--about {
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .c-sub-title-wrap .c-sub-title--about {
    font-size: 40px;
  }
}

.c-sub-title-wrap .c-sub-title--recruit {
  font-size: 25px;
}
@media screen and (min-width: 576px) {
  .c-sub-title-wrap .c-sub-title--recruit {
    font-size: 40px;
  }
}

.p-about-mv__img img {
  -o-object-position: -16px -1px;
     object-position: -16px -1px;
}
@media screen and (min-width: 576px) {
  .p-about-mv__img img {
    -o-object-position: 2px -122px;
       object-position: 2px -122px;
  }
}

.p-another-service {
  padding-top: 52px;
  padding-bottom: 70px;
  background-color: #f2f2f2;
}
@media screen and (min-width: 576px) {
  .p-another-service {
    padding-top: 106px;
    padding-bottom: 141px;
  }
}

.p-another-service__inner {
  max-width: 1150px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .p-another-service__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-another-service__head {
  text-align: center;
}

.p-another-service__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 15px 15px;
  border: 1px solid #333333;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 576px) {
  .p-another-service__title {
    min-width: 507px;
    font-size: 18px;
    padding: 38px 38px;
    letter-spacing: 0.12em;
  }
}
.p-another-service__title::before {
  content: attr(data-en);
  display: inline-block;
  font-size: 25px;
  line-height: 1.325;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .p-another-service__title::before {
    font-size: 40px;
    letter-spacing: 0.18em;
  }
}
.p-another-service__title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #80b4d1;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1;
}

.p-another-service__body {
  margin-top: 44px;
}
@media screen and (min-width: 576px) {
  .p-another-service__body {
    margin-top: 80px;
  }
}

.p-another-service__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 46px;
}
@media screen and (min-width: 576px) {
  .p-another-service__list {
    gap: 86px 88px;
  }
}
@media screen and (min-width: 576px) {
  .p-another-service__list {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "item1 item2" "item3 item3";
  }
  .p-another-service__list .item1 {
    grid-area: item1;
  }
  .p-another-service__list .item2 {
    grid-area: item2;
  }
  .p-another-service__list .item3 {
    grid-area: item3;
  }
}

.p-another-service__card {
  text-align: center;
}

.p-another-service__card-num {
  font-size: 20px;
  font-family: "Georgia", serif;
  line-height: 1.15;
  letter-spacing: 0.04em;
  color: #808080;
}
@media screen and (min-width: 576px) {
  .p-another-service__card-num {
    font-size: 40px;
  }
}

.p-another-service__card-title {
  font-size: 16px;
  line-height: 1.32;
  letter-spacing: 0.12em;
  font-weight: 800;
  margin-top: 0;
}
@media screen and (min-width: 576px) {
  .p-another-service__card-title {
    font-size: 25px;
    margin-top: 19px;
    letter-spacing: 0.02em;
  }
}

.p-another-service__card-images {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-rows: 1fr;
  gap: 7px;
  margin-top: 33px;
  height: auto;
}
@media screen and (min-width: 576px) {
  .p-another-service__card-images {
    gap: 22px;
    margin-top: 36px;
  }
}

.p-another-service__card-image {
  position: relative;
  height: 100%;
}
.p-another-service__card-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 154/228;
  display: block;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}
@media screen and (min-width: 576px) {
  .p-another-service__card-image img {
    aspect-ratio: 505/748;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0;
  }
}

.p-another-service__card-image-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 3px;
  background-color: #808080;
  border-bottom-right-radius: 20px;
}
@media screen and (min-width: 576px) {
  .p-another-service__card-image-bottom {
    border-bottom-right-radius: 100vh;
    font-size: 20px;
    padding: 7px;
  }
}

.p-another-service__card-image-bottom--blue {
  background-color: #80b4d1;
}

.p-another-service__card-arrow {
  display: inline-block;
  width: 14px;
  aspect-ratio: 1/1;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 576px) {
  .p-another-service__card-arrow {
    width: 44px;
  }
}
.p-another-service__card-arrow img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-another-service__card-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 9px;
  letter-spacing: 0.12em;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 576px) {
  .p-another-service__card-text {
    font-size: 25px;
    margin-top: 36px;
  }
}

.p-another-service__bottom {
  margin-top: 93px;
}
@media screen and (min-width: 576px) {
  .p-another-service__bottom {
    margin-top: 175px;
  }
}

.p-another-service__icon {
  width: 92px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .p-another-service__icon {
    width: 136px;
  }
}
.p-another-service__icon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 136/141;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-another-service__bottom-text {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.02em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  text-align: center;
  margin-top: 19px;
}
@media screen and (min-width: 576px) {
  .p-another-service__bottom-text {
    font-size: 25px;
    margin-top: 26px;
    line-height: 2.4;
  }
}
.p-another-service__bottom-text span {
  display: inline;
  border-bottom: 1px solid #333;
}

.p-another-service__bottom-list {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  text-indent: 0;
}
@media screen and (min-width: 576px) {
  .p-another-service__bottom-list {
    gap: 2em;
    margin-top: 42px;
  }
}

.p-another-service__bottom-item {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.32;
  font-weight: 500;
  color: #666;
}
@media screen and (min-width: 576px) {
  .p-another-service__bottom-item {
    font-size: 25px;
  }
}

.p-card02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 17px;
  border-bottom: solid 1px #333;
}
@media screen and (min-width: 992px) {
  .p-card02 {
    padding-bottom: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.p-card02__ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-card02__ttl {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.p-card02__txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 500;
  margin-top: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .p-card02__txt {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: 0.2em;
    margin-top: 36px;
  }
}

.p-card02__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}

.p-card02__num {
  font-family: "Georgia", serif;
  font-size: 100px;
}

.p-card02-picture {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-card02-picture {
    width: 55.2%;
  }
}

.p-card02-picture::before {
  content: "";
  position: absolute;
  background: url(../img/about/bg04_point2.jpg) no-repeat center/cover;
  display: inline-block;
  width: 100%;
  aspect-ratio: 690/375;
  border-radius: 10px 0 10px 0;
  top: 10px;
  right: -10px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-card02-picture::before {
    border-radius: 50px 0 50px 0;
  }
}

.p-card02-picture__img {
  width: 100%;
  aspect-ratio: 330/179;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 10px 0;
  width: 100%;
  object-fit: cover;
  background-position: top;
}
@media screen and (min-width: 992px) {
  .p-card02-picture__img {
    aspect-ratio: 690/375;
    border-radius: 50px 0 50px 0;
  }
}

.p-card02-point__number {
  position: absolute;
  width: 80px;
  top: -58px;
  right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-card02-point__number {
    width: 153px;
    top: -84px;
    right: -120px;
  }
}

.p-card02-point__number__img {
  aspect-ratio: 80/78;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 992px) {
  .p-card02-point__number__img {
    aspect-ratio: 153/156;
  }
}

.p-card02__bottom {
  font-size: 69px;
  font-family: "Georgia", serif;
  color: #333333;
  opacity: 0.3;
}
@media screen and (min-width: 992px) {
  .p-card02__bottom {
    font-size: 118px;
  }
}

.p-card02-point__number-left {
  position: absolute;
  top: -60px;
  left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-card02-point__number-left {
    top: -71px;
    left: -90px;
  }
}

.p-cord2__point {
  width: 74px;
  height: 74px;
}

.p-card2__img-recruit {
  aspect-ratio: 330/232;
}
.p-card03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 17px;
  border-bottom: solid 1px #333;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .p-card03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 0;
  }
}

.p-card03__ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.2em;
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-card03__ttl {
    font-size: 25px;
    line-height: 1.7;
    padding-top: 45px;
  }
}

.p-card03__ttl:not(:first-child) {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-card03__ttl:not(:first-child) {
    font-size: 25px;
    line-height: 1.7;
    padding-top: 83px;
  }
}

.p-card03__txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 14px;
  line-height: 1.7857142857;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 10px;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .p-card03__txt {
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: 0.07em;
    margin-top: 36px;
    padding-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-card03__txt-big {
    letter-spacing: 0.05em;
  }
}

.p-card03__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}

.p-card03__num {
  font-family: "Georgia", serif;
  font-size: 100px;
}

.p-card03__img {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-card03__img {
    width: 55.2%;
  }
}

.p-card03__img::before {
  content: "";
  position: absolute;
  background: url(../img/about/bg04_point2.jpg) no-repeat center/cover;
  display: inline-block;
  width: 100%;
  aspect-ratio: 330/232;
  border-radius: 40px 0 40px 0;
  top: 10px;
  right: -10px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-card03__img::before {
    border-radius: 50px 0 50px 0;
    aspect-ratio: 690/485;
  }
}

.p-card03__img img {
  width: 100%;
  aspect-ratio: 330/232;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px 0 40px 0;
  width: 100%;
  object-fit: cover;
  background-position: top;
}
@media screen and (min-width: 992px) {
  .p-card03__img img {
    aspect-ratio: 690/485;
    border-radius: 50px 0 50px 0;
  }
}

.p-card03__number {
  position: absolute;
  top: -42px;
  right: -6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-card03__number {
    top: -84px;
    right: -85px;
  }
}

.p-card03__upper {
  font-size: 34px;
  font-family: "Georgia", serif;
  line-height: 0;
  color: #333333;
  opacity: 0.3;
}
@media screen and (min-width: 992px) {
  .p-card03__upper {
    font-size: 55px;
  }
}

.p-card03__bottom {
  font-size: 69px;
  font-family: "Georgia", serif;
  color: #333333;
  opacity: 0.3;
}
@media screen and (min-width: 992px) {
  .p-card03__bottom {
    font-size: 118px;
  }
}

.p-card02__number-left {
  position: absolute;
  top: -40px;
  left: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-card02__number-left {
    top: -71px;
    left: -90px;
  }
}

リクルート .p-cord2__point {
  width: 74px;
  height: 74px;
}

.p-card03__point {
  width: 74px;
  height: 74px;
}

.p-card03-point__img {
  width: 54px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 992px) {
  .p-card03-point__img {
    width: 76px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-cards1 {
  display: grid;
  gap: 34px 92px;
  list-style: none;
  counter-increment: num;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 576px) {
  .p-cards1 {
    gap: 50px 92px;
  }
}
@media screen and (min-width: 768px) {
  .p-cards1 {
    grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  }
}

.p-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-card1__num {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #999;
  font-family: "Georgia", serif;
  display: block;
  color: #999;
}
@media screen and (min-width: 576px) {
  .p-card1__num {
    font-size: 40px;
    line-height: 1.5;
  }
}

.p-card1__ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 2.5;
  letter-spacing: 0.2em;
  color: #333;
}
@media screen and (min-width: 576px) {
  .p-card1__ttl {
    font-size: 25px;
  }
}

.p-card1__img {
  margin-top: 15px;
}
@media screen and (min-width: 576px) {
  .p-card1__img {
    margin-top: 30px;
    max-width: 505px;
  }
}

.p-card1__img img {
  width: 100%;
  aspect-ratio: 335/250;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px 0 50px 0;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .3), -5px -5px 5px rgba(0, 0, 0, .3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, .3), -5px -5px 5px rgba(0, 0, 0, .3);
  display: block;
}
@media screen and (min-width: 576px) {
  .p-card1__img img {
    aspect-ratio: 505/505;
  }
}

.p-card1__text {
  margin-top: 27px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 576px) {
  .p-card1__text {
    font-size: 16px;
    margin-top: 34px;
    line-height: 2.1875;
    letter-spacing: 0.16em;
  }
}

.container {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-group input[type=text],
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-group textarea {
  resize: vertical;
}

.form-group input[type=text]:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #007bff;
}

.btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.p-faq__inner {
  max-width: 850px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .p-faq__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-faq__wrapper {
  margin-top: 65px;
}
@media screen and (min-width: 576px) {
  .p-faq__wrapper {
    margin-top: 90px;
  }
}

.faq_wrapper {
  padding: 100px 0;
}

.accordion {
  max-width: 672px;
  margin: 0 auto;
  padding: 0;
}

.accordion_ttl {
  font-size: 20px;
  padding: 17px;
  position: relative;
  text-align: center;
  background: #CDC2B2;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  padding: 15px;
}

.accordion_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}

.accordion_cnt {
  padding: 0;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
  margin-bottom: 50px;
}

.accordion .accordion_cnt .question_content:first-child {
  margin-top: 46px;
}

.accordion .accordion_cnt .question_content {
  margin-bottom: 12px;
}

.accordion .accordion_cnt .question_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.question {
  font-size: 14px;
  color: #CDC2B2;
  display: block;
  margin: 4px 7px 0 0;
}

.answer {
  font-size: 14px;
  color: #CDC2B2;
  display: block;
  margin: 4px 7px 0 0;
}

.p-footer {
  overflow: hidden;
}

.p-footer__inner {
  margin-right: auto;
  margin-left: auto;
  background: url(../img/common/img02_map.jpg) no-repeat center/cover;
  padding-top: 70px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 576px) {
  .p-footer__inner {
    padding-top: 147px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-footer__text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 576px) {
  .p-footer__text {
    font-size: 25px;
    line-height: 1.52;
  }
}

.p-footer__text-pc {
  display: none;
}
@media screen and (min-width: 576px) {
  .p-footer__text-pc {
    display: block;
  }
}

.p-footer__text-sp {
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  .p-footer__text-sp {
    display: none;
  }
}

.p-footer__middle--for-footer.p-footer__middle {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 44px;
}
@media screen and (min-width: 576px) {
  .p-footer__middle--for-footer.p-footer__middle {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 992px) {
  .p-footer__middle--for-footer.p-footer__middle {
    padding-right: 83px;
    padding-left: 87px;
  }
}

.p-footer__middle {
  display: block;
  padding: 0 23px 52px 26px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}
@media screen and (min-width: 992px) {
  .p-footer__middle {
    padding: 130px 50px 80px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -23px;
  }
}

.p-footer__info {
  color: #fff;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6666666667;
  letter-spacing: 0.16em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    display: block;
    margin-top: -8px;
  }
}

.p-footer__tel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  color: #fff;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    display: block;
  }
}

.p-footer__others {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3846153846;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__others {
    margin-top: 0;
  }
}

.p-footer__studioA {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-footer__studioA {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__studioA-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 13px;
  line-height: 1.3846153846;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__studioA-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* クラス名追加 */
.p-footer__address-zip-code {
  font-size: 15px;
  line-height: 1.6666666667;
}

.p-footer__studioA-flex.p-footer__studio-flex-for-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (min-width: 576px) {
  .p-footer__studioA-flex.p-footer__studio-flex-for-footer {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .p-footer__studioA-flex.p-footer__studio-flex-for-footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 1em;
  }
}
.p-footer__studioA-flex.p-footer__studio-flex-for-footer .p-footer__border {
  width: 127px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0;
}
@media screen and (min-width: 576px) {
  .p-footer__studioA-flex.p-footer__studio-flex-for-footer .p-footer__border {
    width: auto;
    width: initial;
    font-size: 15px;
    line-height: 1.6667;
    letter-spacing: 0.1em;
  }
}
.p-footer__studioA-flex.p-footer__studio-flex-for-footer .p-footer__studio-text {
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 576px) {
  .p-footer__studioA-flex.p-footer__studio-flex-for-footer .p-footer__studio-text {
    font-size: 15px;
    line-height: 1.6667;
    letter-spacing: 0.1em;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media screen and (min-width: 992px) {
  .p-footer__studioA-flex.p-footer__studio-flex-for-footer .p-footer__studio-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-footer__studioB.p-footer__studio-flex-for-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  font-size: 15px;
  line-height: 1.6666666667;
}
@media screen and (min-width: 576px) {
  .p-footer__studioB.p-footer__studio-flex-for-footer {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .p-footer__studioB.p-footer__studio-flex-for-footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 1em;
  }
}
.p-footer__studioB.p-footer__studio-flex-for-footer .p-footer__border {
  width: 127px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0;
}
@media screen and (min-width: 576px) {
  .p-footer__studioB.p-footer__studio-flex-for-footer .p-footer__border {
    width: auto;
    width: initial;
    font-size: 15px;
    line-height: 1.6667;
    letter-spacing: 0.1em;
  }
}
.p-footer__studioB.p-footer__studio-flex-for-footer .p-footer__studio-text {
  font-size: 13px;
  line-height: 1.3846153846;
  letter-spacing: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 576px) {
  .p-footer__studioB.p-footer__studio-flex-for-footer .p-footer__studio-text {
    font-size: 15px;
    line-height: 1.6667;
    letter-spacing: 0.1em;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media screen and (min-width: 992px) {
  .p-footer__studioB.p-footer__studio-flex-for-footer .p-footer__studio-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__contents.p-footer__contents-for-footer {
    margin-top: 1.8em;
  }
}

.p-footer__contents.p-footer__contents-for-footer {
  margin-top: 29px;
}
@media screen and (min-width: 576px) {
  .p-footer__contents.p-footer__contents-for-footer {
    margin-top: 31px;
  }
}

.p-footer__contents.p-footer__contents-for-footer .p-footer__tel {
  font-size: 15px;
  line-height: 1.6666666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 576px) {
  .p-footer__contents.p-footer__contents-for-footer .p-footer__tel {
    font-size: 17px;
    letter-spacing: 0.18em;
  }
}

.p-footer__contents.p-footer__contents-for-footer .p-footer__others {
  font-size: 13px;
  line-height: 1.3846153846;
  margin-top: 5px;
}
@media screen and (min-width: 576px) {
  .p-footer__contents.p-footer__contents-for-footer .p-footer__others {
    font-size: 15px;
    line-height: 1.6666666667;
    margin-top: 0px;
  }
}

.p-footer__info.p-footer__info-for-footer .p-footer__address {
  margin-top: 23px;
}
@media screen and (min-width: 576px) {
  .p-footer__info.p-footer__info-for-footer .p-footer__address {
    margin-top: 0;
  }
}
.p-footer__info.p-footer__info-for-footer .p-footer__address-zip-code {
  font-size: 13px;
  line-height: 1.5384615385;
}
@media screen and (min-width: 576px) {
  .p-footer__info.p-footer__info-for-footer .p-footer__address-zip-code {
    font-size: 15px;
    line-height: 1.6666667;
  }
}
.p-footer__info.p-footer__info-for-footer .p-footer__studioA {
  margin-top: 0;
}
.p-footer__border {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-footer__border {
    text-decoration: none;
  }
}

.p-footer__contents {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    margin-top: 0;
  }
}

.p-footer__studioB {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 13px;
  line-height: 1.3846153846;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-footer__studioB {
    margin-top: 0;
    display: block;
    margin-top: 0;
  }
}

.p-footer__logo img {
  width: 136px;
  height: 117px;
  aspect-ratio: 136/117;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-footer__logo img {
    aspect-ratio: 224/192;
    width: 224px;
    height: 192px;
  }
}

.p-footer__bottom {
  display: block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 70px;
  }
}

/* footer用 */
.p-footer__bottom-for-footer.p-footer__bottom {
  display: block;
}
.p-footer__bottom-for-footer.p-footer__bottom .p-footer__bottom-inner {
  padding-left: 51px;
  padding-right: 51px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .p-footer__bottom-for-footer.p-footer__bottom .p-footer__bottom-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-footer__bottom-for-footer.p-footer__bottom .p-footer__bottom-inner .p-footer__sub-item {
  padding-right: 0;
}
@media screen and (min-width: 576px) {
  .p-footer__bottom-for-footer.p-footer__bottom .p-footer__bottom-inner .p-footer__sub-item {
    padding-right: 40px;
    margin-top: -6px;
  }
}
.p-footer__bottom-for-footer.p-footer__bottom .p-footer__attention {
  margin-top: 0;
}
.p-footer__bottom-for-footer.p-footer__bottom .p-footer__sub-item a {
  letter-spacing: 0.14em;
}
.p-footer__bottom-for-footer.p-footer__bottom .p-footer__copyright {
  padding-top: 0;
}
.p-footer__bottom-for-footer.p-footer__bottom .p-footer__copyright small {
  letter-spacing: 0em;
}
@media screen and (min-width: 576px) {
  .p-footer__bottom-for-footer.p-footer__bottom .p-footer__copyright small {
    letter-spacing: 0.16em;
  }
}

.p-footer__sub-item {
  padding-right: 40px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__sub-item {
    padding-top: 5px;
  }
}

.p-footer__sub-item a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-footer__sub-item a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.7333333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #333;
  }
}

.p-footer__copyright {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    padding-top: 6px;
  }
}

.p-footer__copyright small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright small {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 3.6666666667;
  }
}

.p-footer__cta-btn {
  margin-top: 42px;
  margin-bottom: 80px;
}
@media screen and (min-width: 576px) {
  .p-footer__cta-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 85px;
    margin-top: 84px;
    margin-bottom: 80px;
  }
}

.p-footer__top.p-footer__top--for-footer .p-footer__cta-btn {
  margin-top: 42px;
}
@media screen and (min-width: 576px) {
  .p-footer__top.p-footer__top--for-footer .p-footer__cta-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 75px;
  }
}
@media screen and (min-width: 992px) {
  .p-footer__top.p-footer__top--for-footer .p-footer__cta-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-footer__top.p-footer__top--for-footer .c-btn03 {
  gap: 24px;
}
@media screen and (min-width: 576px) {
  .p-footer__top.p-footer__top--for-footer .c-btn03 {
    gap: 30px;
  }
}

.p-footer__container {
  display: block;
  gap: 47px;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__logo {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-footer__logo {
    text-align: left;
    text-align: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__sns.p-footer__sns--for-footer {
    margin-top: 0;
  }
}

.p-footer__sns--for-footer .p-footer__sns-btns {
  gap: 16px;
  text-indent: 0;
}
@media screen and (min-width: 576px) {
  .p-footer__sns--for-footer .p-footer__sns-btns {
    gap: 18px;
  }
}
.p-footer__sns--for-footer .p-footer__sns-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 576px) {
  .p-footer__sns--for-footer .p-footer__sns-btn a {
    width: 50px;
  }
}
.p-footer__sns--for-footer .p-footer__sns-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__sns-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 576px) {
  .p-footer__sns-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .p-footer__sns {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-top: 20px;
  }
}

.p-head__text {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: 34px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-head__text {
    font-size: 16px;
    line-height: 3.125;
    letter-spacing: 0.16em;
    margin-top: 73px;
  }
}

.p-head__text--narrow {
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 38px;
}
@media screen and (min-width: 576px) {
  .p-head__text--narrow {
    line-height: 2.3;
    margin-top: 73px;
  }
}

.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .p-header {
    padding-right: 40px;
    padding-left: 38px;
    background-color: rgb(255, 255, 255);
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.p-header__open {
  min-height: 100vh;
  background-color: rgba(234, 234, 234, .9);
}
@media screen and (min-width: 992px) {
  .p-header__open {
    min-height: 0;
    min-height: initial;
    background-color: transparent;
    background-color: initial;
  }
}

.p-header___logo {
  height: inherit;
  width: 120px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-header___logo {
    width: 180px;
  }
}

.p-header___logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__hamburger {
  margin-top: -25px;
  width: 38px;
  height: 38px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 110;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.9;
  border-radius: 50%;
  border: none;
}
@media screen and (min-width: 992px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

.p-header__hamburger.open span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.p-header__nav-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: auto;
}
@media screen and (min-width: 992px) {
  .p-header__nav-wrap {
    overflow: visible;
    overflow: initial;
    width: auto;
    width: initial;
    position: static;
    display: block;
    height: inherit;
    background-color: transparent;
    background-color: initial;
  }
}

.p-header__nav {
  padding: 28px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .p-header__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: inherit;
    background-color: transparent;
    background-color: initial;
  }
}

.p-header__nav-list {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .p-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    margin-top: 9px;
    margin-left: 75px;
  }
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.1;
  letter-spacing: 0.2em;
  padding: 7px 0;
}
@media screen and (min-width: 992px) {
  .p-header__nav-item a {
    font-size: 15px;
    line-height: 1.7;
    padding: 0 4px;
    position: relative;
  }
}

/*-- 付与するcurrentクラスのスタイル --*/
.p-header__nav-item a.current {
  color: #b3b3b3;
}

.p-header__btns {
  display: block;
  gap: 20px;
  margin-top: 26px;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .p-header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    padding-top: 10px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.p-header__btn-mail {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  min-width: 240px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 9.5px 2px;
  color: #333;
  border-radius: 3px;
  border: solid 1px #333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.p-header__btn-mail img {
  width: 20px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__btn-tel {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  min-width: 190px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 9.5px 2px;
  color: #333;
  border-radius: 3px;
  display: block;
  border: solid 1px #333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  .p-header__btn-tel {
    display: inline-block;
    margin-top: 0;
  }
}

.p-header__btn-tel img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__btn:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-header__btn:nth-child(n+2) {
    margin-left: 6px;
    margin-top: 0;
  }
}

.p-header__btn.p-header__btn--tel {
  min-width: 190px;
}

@media screen and (min-width: 992px) {
  .p-header__btn:hover {
    opacity: 1;
    color: #fff;
    background-color: pink;
  }
}

@media screen and (min-width: 992px) {
  .p-header__btn.p-header__btn--blue:hover {
    background-color: #F2F6FA;
    color: #364170;
  }
}

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

.p-header__mail-pc {
  display: none;
}
@media screen and (min-width: 576px) {
  .p-header__mail-pc {
    display: inline-block;
  }
}

@media screen and (min-width: 576px) {
  .p-header__mail-sp {
    display: none;
  }
}

.p-footer__middle {
  display: block;
  padding: 0 23px 52px 26px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .7)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}
@media screen and (min-width: 768px) {
  .p-footer__middle {
    padding: 130px 78px 80px 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__info {
  color: #fff;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6666666667;
  letter-spacing: 0.16em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    display: block;
  }
}

.p-footer__tel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  color: #fff;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__tel {
    display: block;
  }
}

.p-footer__others {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3846153846;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__others {
    margin-top: 0;
  }
}

.p-footer__studioA {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-footer__studioA {
    margin-top: 0;
    display: block;
  }
}

.p-footer__studioA-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 13px;
  line-height: 1.3846153846;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__studioA-flex {
    display: block;
  }
}

.p-footer__border {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-footer__border {
    text-decoration: none;
  }
}

.p-footer__contents {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    margin-top: 0;
  }
}

.p-footer__studioB {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 13px;
  line-height: 1.3846153846;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-footer__studioB {
    margin-top: 0;
    display: block;
    margin-top: 0;
  }
}

.p-footer__logo img {
  width: 136px;
  height: 117px;
  aspect-ratio: 136/117;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-footer__logo img {
    aspect-ratio: 224/192;
    width: 224px;
    height: 192px;
  }
}

.p-footer__bottom-sub {
  display: block;
  text-align: center;
  margin-top: 16px;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 70px;
    margin-right: 62px;
    margin-left: 62px;
  }
}

.p-footer__sub-item {
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .p-footer__sub-item {
    padding-top: 5px;
  }
}

.p-footer__sub-item a {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-footer__sub-item a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.7333333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #333;
  }
}

.p-footer__copyright small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright small {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 3.6666666667;
  }
}

.p-footer__cta-btn {
  margin-top: 76px;
  margin-bottom: 80px;
}
@media screen and (min-width: 576px) {
  .p-footer__cta-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 85px;
  }
}

.p-footer__container {
  display: block;
  gap: 47px;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    text-align: left;
    text-align: initial;
  }
}

.p-footer__sns-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-top: 20px;
  }
}

.p-lower-contact {
  padding-top: 68px;
  padding-bottom: 70px;
}
@media screen and (min-width: 576px) {
  .p-lower-contact {
    padding-top: 151px;
    padding-bottom: 150px;
  }
}

.p-lower-contact__inner {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (min-width: 576px) {
  .p-lower-contact__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-lower-contact__form {
  margin-top: 41px;
}
@media screen and (min-width: 576px) {
  .p-lower-contact__form {
    margin-top: 68px;
  }
}

.p-lower-contact__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-lower-contact__form-row:nth-of-type(n+2) {
  margin-top: 22px;
}

.p-lower-contact__form-head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 210px;
  font-size: 16px;
  letter-spacing: 0.16em;
  font-weight: 500;
}
.p-lower-contact__form-head span {
  color: #999;
}

.p-lower-contact__form-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-lower-contact__form-input {
  width: 100%;
  border: 1px solid #333;
  padding: 3px 16px;
}
.p-lower-contact__form-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #b3b3b3;
  font-weight: 500;
}
.p-lower-contact__form-input::-moz-placeholder {
  font-size: 14px;
  color: #b3b3b3;
  font-weight: 500;
}
.p-lower-contact__form-input::-ms-input-placeholder {
  font-size: 14px;
  color: #b3b3b3;
  font-weight: 500;
}
.p-lower-contact__form-input::placeholder {
  font-size: 14px;
  color: #b3b3b3;
  font-weight: 500;
}

.p-lower-contact__form-message {
  margin-top: 70px;
}

.p-lower-contact__form-message-head {
  font-size: 16px;
  letter-spacing: 0.16em;
  font-weight: 500;
}

.p-lower-contact__form-message-body {
  margin-top: 12px;
}

.p-lower-contact__form-textarea {
  width: 100%;
  border: 1px solid #333;
  min-height: 200px;
}

.p-lower-contact__bottom {
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .p-lower-contact__bottom {
    margin-top: 77px;
  }
}

.p-lower-contact__privacy {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 576px) {
  .p-lower-contact__privacy {
    font-size: 16px;
    line-height: 2;
  }
}
.p-lower-contact__privacy:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .p-lower-contact__privacy:nth-of-type(n+2) {
    margin-top: 64px;
  }
}
.p-lower-contact__privacy a {
  text-decoration: underline;
  letter-spacing: 0.18em;
  color: #314b8c;
}

.p-lower-contact__submit-wrap {
  text-align: center;
  margin-top: 21px;
}
@media screen and (min-width: 576px) {
  .p-lower-contact__submit-wrap {
    margin-top: 50px;
  }
}

.p-lower-contact__submit {
  display: inline-block;
  min-width: 275px;
  background-color: #333;
  font-size: 15px;
  line-height: 1.3333333333;
  padding: 12px;
  font-weight: bold;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.14em;
  border-radius: 100vh;
}

.formTable {
  width: 100%;
}
.formTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .formTable tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.formTable tr:nth-of-type(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 576px) {
  .formTable tr:nth-of-type(n+2) {
    margin-top: 22px;
  }
}
.formTable tr:nth-last-child(1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 33px;
}
@media screen and (min-width: 576px) {
  .formTable tr:nth-last-child(1) {
    margin-top: 70px;
  }
}
.formTable tr:nth-last-child(1) th {
  width: 100%;
  text-align: left;
}
.formTable tr:nth-last-child(1) td {
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 576px) {
  .formTable tr:nth-last-child(1) td {
    margin-top: 12px;
  }
}
.formTable th {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 210px;
  font-size: 14px;
  letter-spacing: 0.16em;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 576px) {
  .formTable th {
    font-size: 16px;
  }
}
.formTable th span {
  color: #999;
}
.formTable td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formTable td input {
  width: 100%;
  border: 1px solid #333;
  padding: 3px 16px;
}
.formTable td input::-webkit-input-placeholder {
  font-size: 14px;
  color: #b3b3b3;
  font-weight: 500;
}
.formTable td input::-moz-placeholder {
  font-size: 14px;
  color: #b3b3b3;
  font-weight: 500;
}
.formTable td input::-ms-input-placeholder {
  font-size: 14px;
  color: #b3b3b3;
  font-weight: 500;
}
.formTable td input::placeholder {
  font-size: 14px;
  color: #b3b3b3;
  font-weight: 500;
}
.formTable td textarea {
  width: 100%;
  border: 1px solid #333;
  min-height: 224px;
}
@media screen and (min-width: 576px) {
  .formTable td textarea {
    min-height: 200px;
  }
}

.p-message__wrapper {
  margin-top: 50px;
  display: block;
}
@media screen and (min-width: 992px) {
  .p-message__wrapper {
    margin-top: 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-message__body {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-message__body {
    width: 41.52%;
  }
}

.p-message__sub-ttl {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-message__sub-ttl {
    text-align: left;
  }
}

.p-message__heading {
  margin-top: 65px;
}
@media screen and (min-width: 576px) {
  .p-message__heading {
    text-align: center;
    margin-top: 137px;
  }
}

.p-message__heading h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (min-width: 576px) {
  .p-message__heading h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
  }
}

.p-message__sub-ttl p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
  line-height: 2.125;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #333;
}
@media screen and (min-width: 576px) {
  .p-message__sub-ttl p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8888888889;
  }
}

.p-message__owner-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 2px;
  border-bottom: solid 1px #333;
}
.p-message__name-ja {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 576px) {
  .p-message__name-ja {
    font-size: 30px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-message__name-ceo {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 24px;
  margin-top: 7px;
}
@media screen and (min-width: 576px) {
  .p-message__name-ceo {
    font-size: 18px;
    margin-top: 40px;
  }
}

.p-message__name-en {
  color: #90b7d1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 12px;
  line-height: 3.5;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-left: 20px;
}
@media screen and (min-width: 576px) {
  .p-message__name-en {
    font-size: 18px;
    line-height: 2.7777777778;
  }
}

.p-message__sub-txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 28px;
}
@media screen and (min-width: 576px) {
  .p-message__sub-txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2em;
    margin-top: 30px;
  }
}

.p-message__img {
  width: 100%;
  position: relative;
  border: 2px solid #fff;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-message__img {
    width: 47.16%;
    border: none;
    margin-right: unset;
    margin-left: unset;
    padding-top: 0;
  }
}

.p-message__img img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-message__img img {
    aspect-ratio: 580/410;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: top;
    -o-object-position: top;
       object-position: top;
  }
}

.p-message__img::before {
  content: "";
  position: absolute;
  background: url(../img/about/bg02_message.png) no-repeat center/cover;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 27px;
  right: 40px;
  aspect-ratio: 580/410;
  z-index: -1;
}
.p-mv__inner {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  .p-mv__inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.video-wrapper {
  width: 100%;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  aspect-ratio: 375/375;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 576px) {
  .video-wrapper video {
    aspect-ratio: 1450/809;
  }
}

.p-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-nav__item {
  height: inherit;
}

.p-nav__item a {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #333;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
}
@media screen and (min-width: 768px) {
  .p-nav__item a {
    padding: 0 11px;
  }
}

.p-nav__items li:last-child a {
  padding-right: 0;
}

.p-philosophy {
  overflow: hidden;
}

.p-philosophy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .p-philosophy__content {
    margin-top: 60px;
    gap: 97px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-philosophy__frame {
  position: relative;
}

.p-philosophy__frame::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/07maru.png) no-repeat center/cover;
  height: 300px;
  width: 300px;
}

.p-philosophy__body {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 288/188;
  width: 85.9701492537%;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-philosophy__body {
    width: 50%;
    aspect-ratio: 576/431;
  }
}

.p-philosophy__body-deco1 {
  width: 38px;
  height: 38px;
  position: absolute;
  border-right: solid 1px #333;
  border-top: solid 1px #333;
  top: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .p-philosophy__body-deco1 {
    width: 83px;
    height: 83px;
    top: 91px;
    right: 0;
  }
}

.p-philosophy__body-deco1::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/about/bg-maru.png) no-repeat center/contain;
  opacity: 1;
  height: 200px;
  width: 200px;
  top: -72px;
  right: -39px;
}
@media screen and (min-width: 992px) {
  .p-philosophy__body-deco1::before {
    height: 300px;
    width: 300px;
    top: -86px;
    left: -90px;
  }
}

.p-philosophy__body-deco2 {
  width: 38px;
  height: 38px;
  position: absolute;
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .p-philosophy__body-deco2 {
    width: 83px;
    height: 83px;
    bottom: 27px;
    left: -32px;
  }
}

.p-philosophy__body-deco2::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/about/bg-maru.png) no-repeat center/contain;
  opacity: 1;
  height: 200px;
  width: 200px;
  top: -106px;
  left: -75px;
}
@media screen and (min-width: 992px) {
  .p-philosophy__body-deco2::before {
    height: 300px;
    width: 300px;
    top: -105px;
    left: -75px;
  }
}

.p-philosophy__sub-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-philosophy__txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  position: relative;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-philosophy__txt {
    font-size: 30px;
    line-height: 1.7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
  }
}

.p-philosophy__img {
  margin-top: 23px;
}
@media screen and (min-width: 992px) {
  .p-philosophy__img {
    margin-top: 30px;
  }
}

.p-top-gallery__img img {
  aspect-ratio: 505/550;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-philosophy__credo {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-philosophy__credo {
    text-align: center;
  }
}

.p-philosophy__credo p {
  font-family: "Georgia", serif;
  font-size: 13px;
  opacity: 0.5;
  line-height: 1.2;
  color: #1a1a1a;
}
@media screen and (min-width: 992px) {
  .p-philosophy__credo p {
    font-size: 20px;
  }
}

.p-philosophy__cred-title {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-philosophy__cred-title {
    margin-top: 12px;
  }
}

.p-philosophy__cred-title p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 992px) {
  .p-philosophy__cred-title p {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.3em;
  }
}

@media screen and (min-width: 992px) {
  .p-philosophy__space {
    padding-top: 73px;
  }
}

.p-philosophy__wrapper {
  margin-top: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-philosophy__wrapper {
    margin-top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-philosophy__wrapper:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .p-philosophy__wrapper:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-philosophy__content-box {
  padding-top: 35px;
}
@media screen and (min-width: 992px) {
  .p-philosophy__content-box {
    padding-top: 0;
    width: 37.6%;
  }
}

.p-philosophy__photo {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-philosophy__photo {
    width: 50%;
    margin-top: 0;
  }
}

.p-philosophy__card--02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .p-philosophy__card--02 {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    text-align: center;
  }
}

.p-philosophy__card-picture {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-photography-wrap {
  background: url(../img/service/bg04_sp.png) no-repeat center/cover;
}
@media screen and (min-width: 576px) {
  .p-photography-wrap {
    background-image: url(../img/service/bg03_pc.png);
  }
}

.p-product-photography {
  padding-top: 67px;
}
@media screen and (min-width: 576px) {
  .p-product-photography {
    padding-top: 156px;
  }
}

.p-product-photography__body {
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .p-product-photography__body {
    margin-top: 85px;
  }
}

.p-portrait-photography__body {
  margin-top: 39px;
}
@media screen and (min-width: 576px) {
  .p-portrait-photography__body {
    margin-top: 75px;
  }
}

.p-privacy__inner {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.p-privacy__txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: -0.06em;
  color: #333;
  text-align: center;
  margin-top: 44px;
}
@media screen and (min-width: 576px) {
  .p-privacy__txt {
    font-size: 16px;
    line-height: 3.125;
    margin-top: 65px;
    letter-spacing: 0.04em;
  }
}

.p-privacy__container {
  margin-top: 56px;
}
@media screen and (min-width: 576px) {
  .p-privacy__container {
    margin-top: 126px;
    margin-bottom: 126px;
  }
}

.p-privacy__contents {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
  letter-spacing: 0.02em;
  color: #333;
  position: relative;
}
@media screen and (min-width: 576px) {
  .p-privacy__contents {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #333;
    margin-top: 83px;
  }
}

.dot-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.dot-bg::before {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  background-color: #333;
  border-radius: 50%;
}
@media screen and (min-width: 576px) {
  .dot-bg::before {
    width: 17px;
  }
}

.p-privacy__contents:nth-child(n+2) {
  margin-top: 28px;
}
@media screen and (min-width: 576px) {
  .p-privacy__contents:nth-child(n+2) {
    margin-top: 86px;
  }
}

@media screen and (min-width: 576px) {
  .p-privacy__contents dd {
    margin-top: 36px;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 576px) {
  .p-privacy__contents dt {
    letter-spacing: 0.14em;
  }
}

ul {
  text-indent: 0.6em;
}

li {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  color: #333;
  position: relative;
}
@media screen and (min-width: 576px) {
  li {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #333;
  }
}

.dot::before {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 3px;
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
}
@media screen and (min-width: 576px) {
  .dot::before {
    top: 17px;
  }
}

.p-privacy__link {
  color: #314b8c;
  text-decoration: underline;
}

.p-privacy__dt--big {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #333;
}
@media screen and (min-width: 576px) {
  .p-privacy__dt--big {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.2em;
    padding-top: 36px;
  }
}

.p-privacy__dd--sm {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 576px) {
  .p-privacy__dd--sm {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.9;
    color: #333;
  }
}

.p-privacy__dd--add {
  padding-top: 5px;
}

.p-privacy__contact {
  margin-top: 64px;
}
@media screen and (min-width: 576px) {
  .p-privacy__contact {
    margin-top: 166px;
  }
}

.p-privacy__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5625;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 576px) {
  .p-privacy__text {
    font-size: 25px;
    line-height: 1.52;
  }
}

.p-privacy__address {
  margin-top: 19px;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 576px) {
  .p-privacy__address {
    margin-top: 35px;
  }
}

.p-privacy__address-head {
  font-size: 15px;
  line-height: 1.8666666667;
}
@media screen and (min-width: 576px) {
  .p-privacy__address-head {
    font-size: 20px;
    line-height: 1.9;
  }
}

.p-privacy__address-body {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 576px) {
  .p-privacy__address-body {
    letter-spacing: 0.14em;
  }
}

@media screen and (min-width: 576px) {
  .p-privacy__address-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-privacy__address-zip {
  font-size: 15px;
  line-height: 1.8666666667;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .p-privacy__address-zip {
    font-size: 20px;
    line-height: 1.9;
  }
}

.p-privacy__address-place {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
}
@media screen and (min-width: 576px) {
  .p-privacy__address-place {
    font-size: 20px;
    line-height: 1.9;
  }
}

.p-privacy__address-tel {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8666666667;
}
@media screen and (min-width: 576px) {
  .p-privacy__address-tel {
    font-size: 20px;
    line-height: 1.9;
  }
}

.c-mv-both {
  width: 100%;
}

.c-mv-both img {
  aspect-ratio: 375/200;
}
@media screen and (min-width: 576px) {
  .c-mv-both img {
    aspect-ratio: 1400/500;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-profile--bg {
  background: url(../img/recruit/bg05_recruit.jpg) no-repeat center/cover;
}

.p-questions:nth-of-type(n+2) {
  margin-top: 88px;
}

.p-questions__head {
  cursor: pointer;
  background-color: #ededed;
  padding: 16px 30px;
  position: relative;
  border-radius: 5px;
  width: 100%;
}
.p-questions__head::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1/1;
  background: transparent url(../img/faq/icon_arrow-top.svg) no-repeat center/contain;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-questions__head::after {
    width: 19px;
    right: 35px;
  }
}

.p-questions__head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.p-questions__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.52;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 576px) {
  .p-questions__title {
    font-size: 25px;
    gap: 20px;
    letter-spacing: 0.2em;
  }
}
.p-questions__title::after {
  content: "";
  display: inline-block;
  width: 27px;
  aspect-ratio: 41/31;
  background: transparent url(../img/faq/icon_camera.svg) no-repeat center/contain;
}
@media screen and (min-width: 576px) {
  .p-questions__title::after {
    width: 41px;
    aspect-ratio: 41/31;
  }
}

.p-questions__title--baloon::after {
  width: 30px;
  aspect-ratio: 41/38;
  background-image: url(../img/faq/icon_baloon.svg);
}
@media screen and (min-width: 576px) {
  .p-questions__title--baloon::after {
    width: 41px;
  }
}

.p-questions__title--chair::after {
  width: 19px;
  aspect-ratio: 27/44;
  background-image: url(../img/faq/icon_chair.svg);
}
@media screen and (min-width: 576px) {
  .p-questions__title--chair::after {
    width: 27px;
  }
}

.p-questions__list {
  text-indent: 0;
  display: none;
}

.p-questions__list.is-open {
  display: block;
}

.p-questions__item {
  padding-top: 24px;
  padding-bottom: 26px;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .p-questions__item {
    padding-top: 41px;
    padding-bottom: 43px;
  }
}

.p-questions__item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  color: #999;
  font-size: 14px;
  line-height: 1.8888888889;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 576px) {
  .p-questions__item-question {
    font-size: 18px;
  }
}
.p-questions__item-question::before {
  content: "Q.";
}

.p-questions__item-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  font-size: 14px;
  line-height: 1.7777777778;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .p-questions__item-answer {
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 0.11em;
  }
}
.p-questions__item-answer::before {
  content: "A.";
}

.p-recruit__container {
  margin-top: 50px;
}
@media screen and (min-width: 576px) {
  .p-recruit__container {
    margin-top: 132px;
  }
}

.p-recruit__txt {
  margin-top: 35px;
  text-align: center;
}

.p-recruit__txt p {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 576px) {
  .p-recruit__txt p {
    font-size: 16px;
    line-height: 3.125;
    letter-spacing: 0.2em;
  }
}

.p-recruit__sub-ttl {
  text-align: center;
  margin-top: 36px;
}
@media screen and (min-width: 576px) {
  .p-recruit__sub-ttl {
    margin-top: 89px;
  }
}

.p-recruit__heading {
  margin-top: 22px;
}
@media screen and (min-width: 576px) {
  .p-recruit__heading {
    margin-top: 125px;
  }
}

.p-recruit__heading h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (min-width: 576px) {
  .p-recruit__heading h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
  }
}

.p-recruit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-recruit__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-recruit__wrapper:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (min-width: 992px) {
  .p-recruit__wrapper:nth-of-type(n+2) {
    margin-top: 110px;
  }
}

.p-recruit__wrapper:first-child {
  margin-top: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-recruit__wrapper:first-child {
    margin-top: 132px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-recruit__wrapper:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .p-recruit__wrapper:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-recruit__content-box {
  padding-top: 35px;
}
@media screen and (min-width: 992px) {
  .p-recruit__content-box {
    padding-top: 0;
    width: 37.6%;
  }
}

.p-top-profile2 {
  padding-top: 65px;
  padding-bottom: 73px;
}
@media screen and (min-width: 576px) {
  .p-top-profile2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-top-profile__inner2 {
  max-width: 850px;
  margin-inline: auto;
}

.p-top-profile__title2 {
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
}

.p-top-profile__title2::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -2.5px;
  right: -2px;
}

.p-top-profile__list2 {
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .p-top-profile__list2 {
    margin-top: 84px;
  }
}

.p-top-profile__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 11px;
}
.p-top-profile__row2:last-child {
  border-bottom: none;
}
.p-top-profile__row2:last-child::after {
  content: none;
}
@media screen and (min-width: 576px) {
  .p-top-profile__row2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 123px;
  }
}

.p-top-profile__row2:first-child {
  margin-top: 78px;
}
@media screen and (min-width: 576px) {
  .p-top-profile__row2:first-child {
    margin-top: 0;
  }
}

.p-top-profile__row2::after {
  border-bottom: 1px solid #fff;
}

.p-top-profile__row2::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -2.5px;
  right: -2px;
}

.p-top-profile__row2:nth-of-type(n+2) {
  margin-top: 18px;
}
@media screen and (min-width: 576px) {
  .p-top-profile__row2:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.p-top-profile__row2 dt {
  width: 77px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.66666667;
  letter-spacing: 0.08em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 576px) {
  .p-top-profile__row2 dt {
    width: 70px;
    font-size: 15px;
  }
}

.p-top-profile__row2 dd {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.66666667;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 576px) {
  .p-top-profile__row2 dd {
    font-size: 15px;
  }
}

.p-top-profile--blue2 {
  background: url(../img/recruit/bg06_recruit.jpg) no-repeat center/cover;
}

.p-color {
  color: #fff;
}

.p-top-profile__map-recruit {
  margin-top: 130px;
  position: relative;
  padding-top: 62.68%;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-top-profile__map-recruit {
    margin-top: 150px;
    padding-top: 56.25%;
  }
}

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

.p-service-siteshooting__box {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .p-service-siteshooting__box {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-service-siteshooting__box img {
  aspect-ratio: 286/275;
}

.p-service-videoshooting__text {
  margin-top: 96px;
  text-align: center;
}

.p-service-videoshooting__text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 85px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-service-swiper__inner {
  max-width: 1298px;
  margin-inline: auto;
}

.p-service__txt {
  margin-top: 33px;
}
@media screen and (min-width: 576px) {
  .p-service__txt {
    margin-top: 50px;
    text-align: center;
  }
}

.p-service__txt p {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-service__txt p {
    font-size: 16px;
    line-height: 3.125;
    letter-spacing: 0;
  }
}

.p-service__sub-ttl {
  text-align: center;
  margin-top: 66px;
}
@media screen and (min-width: 576px) {
  .p-service__sub-ttl {
    margin-top: 89px;
  }
}

.p-recruit__heading h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
@media screen and (min-width: 576px) {
  .p-recruit__heading h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
  }
}

.p-shooting__body {
  margin-top: 42px;
}
@media screen and (min-width: 576px) {
  .p-shooting__body {
    margin-top: 82px;
  }
}

.p-shooting__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 576px) {
  .p-shooting__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 33px;
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }
}

.p-shooting__item {
  width: 80.38585209%;
}
.p-shooting__item:nth-of-type(2n) {
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .p-shooting__item:nth-of-type(2n) {
    margin-left: 0;
    margin-left: initial;
  }
}
@media screen and (min-width: 576px) {
  .p-shooting__item {
    width: auto;
    width: initial;
  }
}
.p-shooting__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 286/275;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-slider:nth-of-type(n+2) {
  margin-top: 63px;
}
@media screen and (min-width: 576px) {
  .p-slider:nth-of-type(n+2) {
    margin-top: 107px;
  }
}

.p-slider__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 576px) {
  .p-slider__title {
    font-size: 25px;
    letter-spacing: 0.02em;
  }
}

.p-slider__wrap {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 576px) {
  .p-slider__wrap {
    margin-top: 35px;
  }
}
.p-slider__wrap .swiper-pagination.p-slider__swiper-pagination {
  position: static;
  width: auto;
  width: initial;
}
.p-slider__wrap .swiper-pagination.p-slider__swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #e6e6e6;
  opacity: 1;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (min-width: 576px) {
  .p-slider__wrap .swiper-pagination.p-slider__swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .p-slider__wrap .swiper-pagination.p-slider__swiper-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
  }
}
.p-slider__wrap .swiper-pagination.p-slider__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #364170;
}
.p-slider__wrap .p-slider__swiper-prev {
  position: static;
  width: 25px;
  height: 25px;
  background: transparent url(../img/service/icon04_swiper.svg) no-repeat center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 576px) {
  .p-slider__wrap .p-slider__swiper-prev {
    width: 50px;
    height: 50px;
  }
}
.p-slider__wrap .p-slider__swiper-prev::after {
  content: "";
}
.p-slider__wrap .p-slider__swiper-next {
  position: static;
  width: 25px;
  height: 25px;
  background: transparent url(../img/service/icon04_swiper.svg) no-repeat center/contain;
}
@media screen and (min-width: 576px) {
  .p-slider__wrap .p-slider__swiper-next {
    width: 50px;
    height: 50px;
  }
}
.p-slider__wrap .p-slider__swiper-next::after {
  content: "";
}

.p-slider__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  gap: 27px;
}
@media screen and (min-width: 576px) {
  .p-slider__btn-wrap {
    margin-top: 92px;
    gap: 36px;
  }
}
@media screen and (min-width: 992px) {
  .p-slider__btn-wrap {
    gap: 73px;
  }
}

.p-slider__swiper .swiper-slide {
  width: 393px;
}
.p-slider__swiper .swiper-slide img {
  aspect-ratio: 393/275;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-swiper__title p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: 0.2em;
}

.p-service-swiper__container {
  margin-top: 20px;
}

.p-service-swiper {
  position: relative;
}

.p-service-swiper__pagination {
  position: static;
}

.p-service-swiper__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.p-service-swiper__preview-btn {
  position: static;
}

.p-service-swiper__next-btn {
  position: static;
}

.swiper-slide img {
  aspect-ratio: 393/275;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: 0;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.br-sp {
  display: none;
}
@media screen and (min-width: 576px) {
  .br-sp {
    display: inline;
    display: initial;
  }
}

.br-ps {
  display: inline;
  display: initial;
}
@media screen and (min-width: 576px) {
  .br-ps {
    display: none;
  }
}

.p-top-about__txt {
  margin-top: 35px;
  text-align: center;
}

.p-top-about__txt p {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 576px) {
  .p-top-about__txt p {
    font-size: 16px;
    line-height: 3.125;
    letter-spacing: 0;
  }
}

.p-top-about__sub-ttl {
  text-align: center;
  margin-top: 36px;
}
@media screen and (min-width: 576px) {
  .p-top-about__sub-ttl {
    margin-top: 89px;
  }
}

.p-top-about__img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  .p-top-about__img {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-top-about__img img {
  aspect-ratio: 375/375;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 80px;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 576px) {
  .p-top-about__img img {
    aspect-ratio: 1450/550;
    padding-left: 10px;
    padding-right: 10px;
    -o-object-position: 0 70%;
       object-position: 0 70%;
  }
}

.p-top-about__link {
  text-align: center;
  margin-top: 9px;
}
@media screen and (min-width: 576px) {
  .p-top-about__link {
    margin-top: 0;
    text-align: right;
  }
}

.p-top-gallery__sp {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-top-gallery__sp {
    display: none;
  }
}

.p-top-gallery__photo-sp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-top-gallery__photo-sp::before,
.p-top-gallery__photo-sp::after {
  background-color: #333;
  border-radius: 5px;
  content: "";
  height: 2.5px;
  width: 95px;
}

.p-top-gallery__photo-sp::before {
  margin-right: 13px;
}

.p-top-gallery__photo-sp::after {
  margin-left: 13px;
}

.p-top-gallery__flex-sp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
  margin-top: 45px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 576px) {
  .p-top-gallery__flex-sp {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-top-gallery__img-sp {
  width: 100%;
}

.p-top-gallery__img-sp img {
  aspect-ratio: 166/180;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gallery__pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-top-gallery__pc {
    display: contents;
  }
}

.p-top-gallery__photo {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .p-top-gallery__photo {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-top-gallery__more {
  margin-top: 200px;
}

.p-top-gallery__body {
  position: relative;
}

.p-top-gallery__body::before,
.p-top-gallery__body::after {
  content: "";
  width: 83px;
  height: 83px;
  position: absolute;
}

.p-top-gallery__body::before {
  border-right: solid 1px #333;
  border-top: solid 1px #333;
  top: 45px;
  right: 71px;
}

.p-top-gallery__body::after {
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
  bottom: 44px;
  left: 48px;
}

.p-top-gallery__img img {
  width: 100%;
  aspect-ratio: 505/550;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gallery__img-more {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8%;
  right: 0;
}

.p-top-gallery__img-more img {
  opacity: 0.3;
}

.p-top-partner__txt {
  margin-top: 36px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-top-partner__txt {
    margin-top: 69px;
  }
}

.p-top-partner__txt p {
  line-height: 2.5;
  letter-spacing: 0.02em;
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  .p-top-partner__txt p {
    line-height: 3.125;
    font-size: 16px;
  }
}

.p-top-partner__img {
  width: 100%;
}
.p-top-partner__img .p-top-partner__container {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  .p-top-partner__img .p-top-partner__container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-top-partner__img img {
  aspect-ratio: 375/375;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 48px;
}
@media screen and (min-width: 576px) {
  .p-top-partner__img img {
    aspect-ratio: 1450/550;
    margin-top: 85px;
  }
}

.p-top__recruit {
  background-color: pink;
  background: transparent url(../img/common/recruit-img__bg02.png) no-repeat center/cover;
}

.p-top-profile--bg {
  background: url(../img/recruit/bg05_recruit.jpg) no-repeat center/cover;
  padding-top: 80px;
  padding-bottom: 66px;
}
@media screen and (min-width: 576px) {
  .p-top-profile--bg {
    padding-top: 90px;
    padding-bottom: 100px;
    margin-top: 166px;
  }
}

.p-top-profile__inner {
  max-width: 850px;
  margin-inline: auto;
}

.p-top-profile__title {
  position: relative;
  border-bottom: 1px solid #333;
  padding-bottom: 16px;
}

.p-top-profile__title::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  bottom: -2.5px;
  right: -2px;
}

.p-top-profile__list {
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .p-top-profile__list {
    margin-top: 84px;
  }
}

.p-top-profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  border-bottom: 1px solid #333;
  padding-bottom: 11px;
}
.p-top-profile__row:last-child {
  border-bottom: none;
}
.p-top-profile__row:last-child::after {
  content: none;
}
@media screen and (min-width: 576px) {
  .p-top-profile__row {
    padding-bottom: 9px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 123px;
  }
}

.p-top-profile__row::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  bottom: -2.5px;
  right: -2px;
}

.p-top-profile__row:nth-of-type(n+2) {
  margin-top: 18px;
}
@media screen and (min-width: 576px) {
  .p-top-profile__row:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.p-top-profile__row dt {
  width: 77px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 576px) {
  .p-top-profile__row dt {
    width: 70px;
    font-size: 15px;
  }
}

.p-top-profile__row dd {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.66666667;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 576px) {
  .p-top-profile__row dd {
    font-size: 15px;
  }
}

.p-top-profile__map {
  margin-top: 53px;
  position: relative;
  padding-top: 62.68%;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-top-profile__map {
    margin-top: 150px;
    padding-top: 56.25%;
  }
}

.p-top-profile__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 500/800;
}

.p-top-recruit__inner {
  max-width: 1143px;
  padding-right: 0;
  padding-left: 0;
  display: block;
}
@media screen and (min-width: 576px) {
  .p-top-recruit__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-top-recruit__body {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 22px;
}
@media screen and (min-width: 576px) {
  .p-top-recruit__body {
    padding-left: 36px;
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
  }
}

.p-top-recruit__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .p-top-recruit__title {
    padding-right: 24px;
    border-right: 1px solid #333;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-top-recruit__title::before, .p-top-recruit__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
}
@media screen and (min-width: 576px) {
  .p-top-recruit__title::before, .p-top-recruit__title::after {
    right: -2px;
  }
}
.p-top-recruit__title::before {
  bottom: -2px;
  left: -2px;
}
@media screen and (min-width: 576px) {
  .p-top-recruit__title::before {
    bottom: auto;
    top: -2px;
    left: auto;
  }
}
.p-top-recruit__title::after {
  bottom: -2px;
  right: -2px;
}
.p-top-recruit__info-btn {
  margin-top: 26px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-top-recruit__info-btn {
    margin-top: 32px;
  }
}

.p-top-recruit__text {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: -0.08em;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-top-recruit__text {
    line-height: 2;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.14em;
  }
}

.p-top-service__inner {
  max-width: 1150px;
  margin-inline: auto;
}

.p-top-service__cards {
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .p-top-service__cards {
    margin-top: 80px;
  }
}

.p-video-shooting__body {
  margin-top: 41px;
}
@media screen and (min-width: 576px) {
  .p-video-shooting__body {
    margin-top: 68px;
  }
}

.p-video-shooting__text {
  font-size: 40px;
  line-height: 1.0465116279;
  letter-spacing: 0.1744186047em;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-video-shooting__text {
    font-size: 70px;
  }
}

.p-worried {
  background-color: gray;
  background: url(../img/service/bg02_service.jpg) no-repeat center/cover;
}

.p-worried__heading h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  background-color: transparent;
}
@media screen and (min-width: 576px) {
  .p-worried__heading h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
  }
}

.p-worried__wrap {
  margin-top: 68px;
}
@media screen and (min-width: 992px) {
  .p-worried__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 65px;
    margin-top: 108px;
  }
}

@media screen and (min-width: 992px) {
  .p-worried__subwrap {
    width: 30%;
  }
}

.p-worried__img {
  width: 50%;
  padding: 90px 60px;
  border-radius: 50%;
  background-color: pink;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
}

.p-worried__txt {
  margin-top: 20px;
  text-align: center;
}

.p-worried__content {
  text-align: center;
  display: inline-block;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  padding: 0.8em 1.2em;
  background: #00E5FF;
  font-size: 16px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 7px 7px 5px 0 rgba(0, 0, 0, .2);
          box-shadow: 7px 7px 5px 0 rgba(0, 0, 0, .2);
}
@media screen and (min-width: 576px) {
  .p-worried__content {
    margin-top: 102px;
  }
}

.p-worried__content span {
  display: inline-block;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  font-size: 30px;
  font-weight: 600;
  line-height: 0.7894736842;
  color: #333;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  opacity: 0.9;
}
@media screen and (min-width: 576px) {
  .p-worried__content span {
    font-size: 30px;
    font-weight: 600;
    line-height: 0.7894736842;
  }
}

.p-worry {
  padding-top: 80px;
  padding-bottom: 68px;
  background: url(../img/service/bg02_service.jpg) no-repeat center/cover;
}
@media screen and (min-width: 576px) {
  .p-worry {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}

.p-worry__body {
  margin-top: 52px;
}
@media screen and (min-width: 576px) {
  .p-worry__body {
    margin-top: 92px;
  }
}

.p-worry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .p-worry__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 65px;
  }
}

.p-worry__item {
  width: 50.7462686567%;
}
@media screen and (min-width: 768px) {
  .p-worry__item {
    width: 290px;
  }
}

.p-worry__attention-wrap {
  margin-top: 34px;
}
@media screen and (min-width: 576px) {
  .p-worry__attention-wrap {
    margin-top: 93px;
  }
}

.p-worry__attention {
  padding: 6px 15px 6px 15px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.p-worry__attention:nth-of-type(n+2) {
  margin-top: 6px;
}
@media screen and (min-width: 992px) {
  .p-worry__attention {
    -webkit-box-shadow: 7px 7px 5px 0 rgba(0, 0, 0, .2);
            box-shadow: 7px 7px 5px 0 rgba(0, 0, 0, .2);
  }
}

.p-worry__attention-text {
  display: inline-block;
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.12em;
  font-weight: 600;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
@media screen and (min-width: 576px) {
  .p-worry__attention-text {
    font-size: 30px;
  }
}

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

@media screen and (min-width: 576px) {
  .u-desktop--sm {
    display: block;
  }
}

.u-desktop--lg {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-desktop--lg {
    display: block;
  }
}

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

@media screen and (min-width: 576px) {
  .u-mobile--sm {
    display: none;
  }
}

.u-mobile--lg {
  display: block;
}
@media screen and (min-width: 992px) {
  .u-mobile--lg {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */
