@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Cinzel", "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
  background: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.5rem;
  }
}
body img {
  width: 100%;
}

.header {
  padding: 3.6458333333vw;
  position: relative;
}
@media screen and (max-width: 480px) {
  .header {
    padding: 0;
  }
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 0.8333333333vw 2.0833333333vw;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .header-wrap {
    padding: 0;
  }
}
.header-wrap .logo {
  max-width: 10.4166666667vw;
}
@media screen and (max-width: 480px) {
  .header-wrap .logo {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav ul {
  display: inline-flex;
  align-items: center;
}
.header .header-nav ul .header-nav-li {
  margin-left: 4.1666666667vw;
  position: relative;
}
.header .header-nav ul .header-nav-li span {
  display: block;
  font-size: 1.2rem;
}
.header .header-nav .link {
  position: relative;
  z-index: 1;
}
.header .header-nav .link-hover::after {
  content: "▼";
  font-size: 10px;
  position: absolute;
  top: 0.3125vw;
  right: -1.3541666667vw;
  color: #C0506B;
}
.header .header-nav .dropDown {
  position: absolute;
  bottom: 0;
  display: none;
  padding: 0.625vw;
  background-color: #fff;
  box-shadow: 0px 3px 8px -2px #777;
  color: initial;
  transform: translate(0, 100%);
  min-width: 10.4166666667vw;
  white-space: nowrap;
  padding: 1.3541666667vw;
}
.header .header-nav .link:hover > .dropDown,
.header .header-nav .link:focus > .dropDown {
  display: block;
}
.header .header-nav .dropDown__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-around;
}
.header .header-nav .dropDown__link {
  transition: color 0.15s;
}
.header .header-nav .dropDown__link:hover,
.header .header-nav .dropDown__link:focus {
  color: #C0506B;
}
.header-cta {
  margin-right: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 4.1666666667vw;
}
.header-cta a {
  display: inline-block;
  background-image: linear-gradient(326deg, #e1b0b0, #c0506b);
  color: #fff;
  padding: 1.0416666667vw 2.9166666667vw;
  border-radius: 10px;
}

/*============
nav
=============*/
.sp-nav {
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}

.open .sp-nav {
  left: 0;
  opacity: 1;
}

.sp-nav .inner {
  padding: 25px;
}

.sp-nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}

.sp-nav .inner ul li a {
  display: block;
  color: #C0506B;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}

.sp-nav .inner ul li a:hover {
  background: #e4e4e4;
}

@media screen and (max-width: 767px) {
  .sp-nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}

.open .toggle_btn {
  left: 330px;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.open .toggle_btn span:nth-child(1), .open .toggle_btn span:nth-child(3) {
  width: 16px;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translate(-1px, 4px) rotate(-45deg);
  transform: translate(-1px, 4px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translate(-1px, -4px) rotate(45deg);
  transform: translate(-1px, -4px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .open .toggle_btn {
    left: 250px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

/*============
main
=============*/
main {
  transition: all 0.5s;
}

.sec_ttl {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 480px) {
  .sec_ttl {
    margin-bottom: 12.5vw;
  }
}
.sec_ttl h2 {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 480px) {
  .sec_ttl h2 {
    font-size: 2rem;
  }
}
.sec_ttl .center_line {
  width: 2.6041666667vw;
  height: 2px;
  background-image: linear-gradient(326deg, #e1b0b0, #c0506b);
  margin: 1.0416666667vw auto;
}
@media screen and (max-width: 480px) {
  .sec_ttl .center_line {
    width: 16.6666666667vw;
    margin: 3.3333333333vw auto;
  }
}
.sec_ttl p {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  display: block;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sec_ttl p {
    font-size: 1.8rem;
    padding: 0 3.3333333333vw;
  }
}

.pg-ttl {
  padding: 6.25vw 0;
  font-size: 3.8rem;
  display: block;
  text-align: center;
  letter-spacing: 0.2rem;
  font-family: "Noto Serif JP", serif;
  background: url(img/page-ttl.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .pg-ttl {
    padding: 14.5833333333vw 0;
    font-size: 2.2rem;
    line-height: 2;
  }
}
.pg-ttl span {
  display: block;
  font-size: 1.6rem;
}

.sec-link-wrapper {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}

.sec-link {
  font-family: "Noto Sans JP", sans-serif;
  background-image: linear-gradient(326deg, #e1b0b0, #c0506b);
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sec-link {
    width: 100%;
    margin-bottom: 12.5vw;
  }
}
.sec-link a {
  color: #fff;
  display: block;
  padding: 1.71875vw 4.1666666667vw;
}
@media screen and (max-width: 480px) {
  .sec-link a {
    padding: 6.875vw 16.6666666667vw;
  }
}

.link-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .link-list ul {
    flex-direction: column;
  }
}
.link-list ul li {
  width: 17.7083333333vw;
}
@media screen and (max-width: 480px) {
  .link-list ul li {
    width: 100%;
    padding: 1.6666666667vw 6.25vw;
  }
}
@media screen and (max-width: 480px) {
  .link-list .wrap {
    padding: 0 4.1666666667vw 4.1666666667vw 0;
  }
}

.footer {
  background: url(img/footer.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0.625vw 0;
  font-family: "Noto Serif JP", serif;
}
.footer-warp {
  display: flex;
  justify-content: space-between;
  padding: 3.6458333333vw 0;
  width: 81.25vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .footer-warp {
    flex-direction: column;
  }
}
.footer-logo {
  font-size: 1.4rem;
  line-height: 1.8;
}
.footer-logo img {
  width: 10.4166666667vw;
  margin-bottom: 3.125vw;
}
.footer-nav {
  display: flex;
}
@media screen and (max-width: 480px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav ul {
  margin-right: 3.125vw;
  font-size: 1.5rem;
}
.footer-nav ul li {
  margin-bottom: 1.5625vw;
}
.footer .end-txt {
  font-size: 1.2rem;
  text-align: center;
}

.wrap {
  width: 62.5vw;
  margin: 0 auto;
  padding: 6.25vw 0;
}
@media screen and (max-width: 480px) {
  .wrap {
    width: auto;
    padding: 12.5vw 5vw;
    margin: 0;
  }
}

.mainvisual {
  padding: 0;
  width: 100%;
}
.mainvisual img {
  width: 100%;
  overflow: hidden;
}
.mainvisual:-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 480px) {
  .mainvisual {
    margin-top: 18.75vw;
  }
}

.gradetion {
  background-image: url(img/back.webp);
  background-repeat: no-repeat;
  /* 繰り返しなし */
  background-position: bottom;
  /* 中央寄せ */
  background-size: cover;
  padding: 6.25vw 0;
}

.gradetion-2 {
  background-image: url(img/back-2.webp);
  background-repeat: no-repeat;
  /* 繰り返しなし */
  background-position: bottom;
  background-size: cover;
  padding: 6.25vw 0;
}

.gradetion-3 {
  background-image: url(img/back-3.webp);
  background-repeat: no-repeat;
  /* 繰り返しなし */
  background-position: bottom;
  background-size: cover;
}

.gradetion-4 {
  background-image: url(img/back-4.webp);
  background-repeat: no-repeat;
  /* 繰り返しなし */
  background-position: bottom;
  background-size: cover;
}

/*-------
misson
----------*/
.misson {
  margin-bottom: 8.3333333333vw;
  padding: 6.25vw 0;
}
.misson_img {
  width: 24.4791666667vw;
}
@media screen and (max-width: 480px) {
  .misson_img {
    width: 76%;
    margin: 16.6666666667vw 0 0 SP(20);
  }
}
.misson_wrap {
  display: flex;
  justify-content: space-between;
  width: 71.6145833333vw;
  margin-left: 10.4166666667vw;
}
@media screen and (max-width: 480px) {
  .misson_wrap {
    flex-direction: column;
    width: auto;
    margin-left: 0;
    padding: 0 5vw;
  }
}
.misson_txt {
  width: 43.75vw;
  margin-top: 13.5416666667vw;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  .misson_txt {
    width: 100%;
  }
}

/*-------
dimentions
---------*/
.dimentions-wrap {
  display: flex;
  justify-content: space-between;
  width: 70.8333333333vw;
  margin: 4.1666666667vw auto 8.3333333333vw auto;
}
@media screen and (max-width: 480px) {
  .dimentions-wrap {
    flex-direction: column;
    width: auto;
    margin: 0;
    padding: 0 3.3333333333vw;
  }
}
.dimentions-txt {
  font-family: "Noto Sans JP", sans-serif;
}
.dimentions-txt li {
  flex-direction: column;
}
.dimentions-txt li img {
  padding: 0.625vw 0;
  width: 21.875vw;
}
@media screen and (max-width: 480px) {
  .dimentions-txt li img {
    width: 100%;
    margin-bottom: 4.1666666667vw;
  }
}
.dimentions-txt li:last-child {
  margin-bottom: 2.0833333333vw;
}
.dimentions-img {
  width: 41.6666666667vw;
}
@media screen and (max-width: 480px) {
  .dimentions-img {
    display: none;
  }
}

/*-------
workshop
---------*/
.workshop {
  padding: 6.25vw;
}
@media screen and (max-width: 480px) {
  .workshop {
    padding: 12.5vw 4.1666666667vw;
  }
}
.workshop-post {
  font-family: "Noto Sans JP", sans-serif;
  width: 40.625vw;
  margin: 4.1666666667vw auto;
  color: #1A0B08;
}
@media screen and (max-width: 480px) {
  .workshop-post {
    width: 100%;
    margin: 0 0 8.3333333333vw 0;
  }
  .workshop-post img {
    height: auto;
  }
}
.workshop-post .news-thumb {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 480px) {
  .workshop-post .news-thumb {
    width: 100%;
    margin-bottom: 8.3333333333vw;
  }
}
.workshop-post .news-meta {
  position: relative;
  border: 1px solid #707070;
  padding: 1.3541666667vw;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .workshop-post .news-meta {
    padding: 4.1666666667vw;
  }
}
.workshop-post .news-date {
  position: absolute;
  top: -1.5625vw;
  left: -1px;
  background-color: #E1B0B0;
  padding: 0.3645833333vw 1.6666666667vw;
}
@media screen and (max-width: 480px) {
  .workshop-post .news-date {
    top: -6.25vw;
    left: -1px;
    background-color: #E1B0B0;
    padding: 1.6666666667vw 6.6666666667vw;
  }
}

/*-------
services
---------*/
.services .srv-wrap {
  width: 46.875vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .services .srv-wrap {
    width: 100%;
    margin: 0;
    padding: 0 4.1666666667vw;
  }
}
.services .srv-list {
  display: grid;
  /* Gridレイアウト有効化 */
  grid-template-columns: 21.875vw 21.875vw;
  /* 列幅を指定（2列） */
  grid-template-rows: auto auto;
  /* 行の高さ（省略可） */
  gap: 3.125vw;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 480px) {
  .services .srv-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-bottom: 40px;
  }
}
.services .srv-list li {
  border: 1px solid #707070;
  padding: 3.6458333333vw 0;
  text-align: center;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .services .srv-list li {
    padding: 9.375vw 0 6.6666666667vw 0;
  }
}
.services .srv-list li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.0416666667vw;
  background-color: #B58F6B;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .services .srv-list li:before {
    height: 3.75vw;
  }
}

.news {
  padding: 6.25vw 0;
}
.news-wrap {
  width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .news-wrap {
    width: auto;
    margin: 0;
    padding: 0 4.1666666667vw;
  }
}
.news .news-list {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 480px) {
  .news .news-list {
    margin-bottom: 8.3333333333vw;
  }
}
.news .news-list li {
  border: 1px solid #707070;
  margin-bottom: 1.0416666667vw;
  padding: 1.25vw;
}
@media screen and (max-width: 480px) {
  .news .news-list li {
    border: none;
    border-bottom: 1px solid #C0506B;
    padding: 3.3333333333vw 0;
  }
}
.news .news-list li .news-icon {
  width: 2.6041666667vw;
}
@media screen and (max-width: 480px) {
  .news .news-list li .news-icon {
    width: 6.25vw;
  }
}
.news .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
}
.news .news-meta {
  display: flex;
}
@media screen and (max-width: 480px) {
  .news .news-meta {
    flex-direction: column;
    padding: 1.6666666667vw;
    margin-bottom: 1.6666666667vw;
    width: 100%;
  }
}
.news .news-meta span {
  background-image: linear-gradient(0deg, #e1b0b0, #c0506b);
  border-radius: 10px;
  padding: 0.4166666667vw 1.0416666667vw;
  color: #fff;
  font-size: 1.4rem;
  margin: 0 1.0416666667vw;
}
@media screen and (max-width: 480px) {
  .news .news-meta span {
    padding: 0.8333333333vw 4.1666666667vw;
    border-radius: 4px;
  }
}
@media screen and (max-width: 480px) {
  .news .news-title {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .news .sec-link-wrapper {
    margin: 0 4.1666666667vw;
  }
}

.tp-contact {
  padding: 6.25vw 0 13.5416666667vw 0;
  background: url(img/conatac.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .tp-contact {
    padding: 8.3333333333vw 0 20.8333333333vw 0;
  }
}
.tp-contact .contact-wrap {
  width: 31.25vw;
  margin-left: 41.6666666667vw;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .tp-contact .contact-wrap {
    width: 53%;
    margin-left: 41.6666666667vw;
  }
}
.tp-contact .contact-wrap p {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 480px) {
  .tp-contact .contact-wrap p {
    margin-bottom: 6.25vw;
  }
}
.tp-contact .contact-wrap img {
  width: 25vw;
}
@media screen and (max-width: 480px) {
  .tp-contact .contact-wrap img {
    width: 100%;
  }
}

.top-contact-list {
  width: 62.5vw;
  margin: 0 auto;
  display: grid;
  /* Gridレイアウト有効化 */
  grid-template-columns: 30.2083333333vw 30.2083333333vw;
  /* 列幅を指定（2列） */
  grid-template-rows: auto auto;
  /* 行の高さ（省略可） */
  gap: 3.125vw;
  margin-bottom: 6.25vw;
}
.top-contact-list li {
  background-image: linear-gradient(164deg, #fcd8a8, #e2deda);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding: 5.2083333333vw 0;
}

.feature {
  font-family: "Cinzel", serif;
}
.feature .pg-h2 {
  padding: 1.0416666667vw 0;
}
.feature .pg-h2 span {
  display: block;
  color: #C0506B;
  font-size: 2.4rem;
}
.feature p {
  margin: 2.0833333333vw 0;
  line-height: 1.9;
}

.worries-list {
  display: grid;
  gap: 4.1666666667vw 1.0416666667vw;
  /* 行/列の隙間 */
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  /* PC: 3列 */
}
@media screen and (max-width: 480px) {
  .worries-list {
    grid-template-columns: 1fr;
  }
}
.worries-list li {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .worries-list li {
    margin-bottom: 8.3333333333vw;
  }
}
.worries-list li img {
  width: 8.3333333333vw;
  margin-bottom: 1.40625vw;
}
@media screen and (max-width: 480px) {
  .worries-list li img {
    width: 20.8333333333vw;
  }
}

.corporations-price {
  background: #fff;
  border: 1px solid #B9B5B5;
  padding: 1.0416666667vw 2.0833333333vw 0 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 480px) {
  .corporations-price {
    margin-bottom: 4.1666666667vw;
  }
}
.corporations-price .price-ttl {
  font-size: 1.8rem;
  color: #CC506B;
  font-weight: 600;
}

.price-list {
  display: grid;
  gap: 1.0416666667vw;
  /* 行/列の隙間 */
  grid-template-columns: repeat(3, 1fr);
  /* PC: 3列 */
}
@media screen and (max-width: 480px) {
  .price-list {
    grid-template-columns: 1fr;
    gap: 4.1666666667vw;
  }
}
.price-list li {
  background: #fff;
  border: 1px solid #B9B5B5;
  padding: 1.0416666667vw;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .price-list li {
    padding: 2.5vw;
  }
}
.price-list li h3 {
  font-size: 1.8rem;
  color: #CC506B;
  margin-bottom: 1.0416666667vw;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .price-list li h3 {
    font-size: 1.6rem;
    margin-bottom: 2.5vw;
  }
}
.price-list li .list-price {
  margin-bottom: 1.4583333333vw;
  display: block;
}
.price-list li p {
  font-size: 1.4rem;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 480px) {
  .price-list li p {
    margin-bottom: 2.5vw;
  }
}
.price-list li p a {
  color: #C0506B;
  border-bottom: 1px solid #C0506B;
}
.price-list li .price-btn {
  margin-top: auto;
}
.price-list li .price-btn img {
  width: 10.4166666667vw;
}
@media screen and (max-width: 480px) {
  .price-list li .price-btn img {
    width: 33.3333333333vw;
  }
}

.price-txt {
  margin: 2.0833333333vw 0 3.125vw 0;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 480px) {
  .price-txt {
    margin: 4.1666666667vw 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .price-txt {
    width: 33.3333333333vw;
  }
}

.ser-btn {
  display: block;
  text-align: center;
  padding-bottom: 3.125vw;
}
@media screen and (max-width: 480px) {
  .ser-btn {
    width: auto;
    padding: 0 4.1666666667vw 8.3333333333vw 0;
  }
}
.ser-btn img {
  width: 25vw;
}
@media screen and (max-width: 480px) {
  .ser-btn img {
    width: 80%;
  }
}

.faq {
  padding: 5.2083333333vw;
}
@media screen and (max-width: 480px) {
  .faq {
    padding: 16.6666666667vw 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .faq .sec_ttl {
    margin-bottom: 0;
  }
}

.faq-item {
  margin-bottom: 1.0416666667vw;
  border: 3px solid #f3f3f3;
}

.faq-item__question,
.faq-item__answer {
  display: grid;
  grid-template-columns: 2.8645833333vw 1fr;
  align-items: center;
  column-gap: 1.0416666667vw;
}
@media screen and (max-width: 480px) {
  .faq-item__question,
  .faq-item__answer {
    column-gap: 4.1666666667vw;
    grid-template-columns: 7.5vw 1fr;
  }
}
.faq-item__question .faq-item__icon,
.faq-item__answer .faq-item__icon {
  width: 2.8645833333vw;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .faq-item__question .faq-item__icon,
  .faq-item__answer .faq-item__icon {
    width: 8.3333333333vw;
  }
}

.faq-item__question {
  padding: 1.0416666667vw;
  background: #F3F3F3;
}
@media screen and (max-width: 480px) {
  .faq-item__question {
    padding: 3.75vw 1.6666666667vw;
  }
}

.faq-item__answer {
  padding: 1.0416666667vw;
}
@media screen and (max-width: 480px) {
  .faq-item__answer {
    padding: 3.75vw 1.6666666667vw;
  }
}

.faq-item__content img {
  width: 7.2916666667vw;
}

/*----------------
会社概要
----------------*/
.com {
  padding: 6.25vw 0;
}
@media screen and (max-width: 480px) {
  .com {
    margin-bottom: 8.3333333333vw;
  }
}
.com .wrap {
  background: rgba(255, 255, 255, 0.74);
  padding: 2.0833333333vw;
}
@media screen and (max-width: 480px) {
  .com .wrap {
    margin: 0 4.1666666667vw;
  }
}
.com .table-com {
  border-collapse: collapse;
}
.com .table-com tr,
.com .table-com td {
  padding: 1.0416666667vw 0;
}
.com .table-com tr {
  border-top: 1px solid #c0506b;
}
.com .table-com td:first-child {
  width: 11.9791666667vw;
  font-weight: bold;
}

/*----------------
社員紹介
----------------*/
@media screen and (max-width: 480px) {
  .staff .wrap {
    padding: 0 4.1666666667vw;
  }
}

.staff-list h3 {
  font-size: 2.2rem;
  margin-bottom: 1.3541666667vw;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .staff-list h3 {
    font-size: 2rem;
  }
}
.staff-list li {
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 480px) {
  .staff-list li {
    margin-bottom: 8.3333333333vw;
  }
}
.staff-list li span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #C0506B;
}
.staff-list-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .staff-list-wrap {
    flex-direction: column;
  }
}
.staff-list-wrap .staff-img {
  width: 20%;
  width: 12.5vw;
}
@media screen and (max-width: 480px) {
  .staff-list-wrap .staff-img {
    width: 60%;
    margin: 4.1666666667vw auto;
  }
}
.staff-list-wrap .staff-list-txt {
  width: 72%;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 480px) {
  .staff-list-wrap .staff-list-txt {
    width: 100%;
  }
}
.staff-list-wrap .staff-list-txt p {
  margin-bottom: 1.0416666667vw;
  line-height: 1.3;
}

/*----------------
お知らせアーカイブ
----------------*/
.pg-news .news-item {
  display: flex;
  padding: 2.0833333333vw 0;
  border-bottom: 1px solid #C0506B;
}
.pg-news .news-item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .pg-news .news-item a {
    flex-direction: column;
  }
}
.pg-news .news-item a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.pg-news .news-item .news-thumb {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .pg-news .news-item .news-thumb {
    width: 100%;
    height: auto;
  }
}
.pg-news .news-item .news-meta {
  width: 65%;
}
@media screen and (max-width: 480px) {
  .pg-news .news-item .news-meta {
    width: 100%;
    line-height: 1.8;
    padding: 2.5vw 0;
  }
}
@media screen and (max-width: 480px) {
  .pg-news .news-item .sp-wrap {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .pg-news .news-item .news-cate {
    display: none;
  }
}
.pg-news .news-item .news-title {
  font-size: 1.6rem;
}

/*-------
記事詳細ページ
---------*/
.pg-single h1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 480px) {
  .pg-single h1 {
    font-size: 2rem;
  }
}
.pg-single-ttl {
  padding: 1.0416666667vw 0;
  border-bottom: 1px solid #C0506B;
}
.pg-single-content {
  padding: 1.0416666667vw 0;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .pg-single-content {
    padding: 4.1666666667vw 0;
  }
}
.pg-single .pg-single-cate {
  color: #C0506B;
}
.pg-single .pg-single-content-btn {
  text-align: center;
  margin: 3.125vw auto;
  color: #C0506B;
  border: 1px solid #c0506b;
}
.pg-single .pg-single-content-btn a {
  display: inline-block;
  padding: 0.4166666667vw;
}

.privacy {
  line-height: 1.6;
}
.privacy h2 {
  padding: 1.0416666667vw 0;
  font-size: 2.4rem;
  margin-top: 3.125vw;
  border-bottom: 1px solid #c0506b;
}
.privacy p {
  padding: 1.0416666667vw 0;
}

.pg-contact {
  /* 必須・任意 */
  /* input・textarea */
  /* ドロップダウンメニュー */
  /* チェックボックス・ラジオボタン */
  /* 縦並び（チェックボックス・ラジオボタン） */
  /* マウスカーソル（チェックボックス・ラジオボタン） */
  /* チェックボックス・ラジオボタン */
  /* チェックボックス */
  /* ラジオボタン */
  /* プレースホルダー */
  /* Google Chrome / Safari / Mozilla Firefox / Opera */
  /* Microsoft Edge */
  /* Internet Explorer */
  /* 送信ボタン */
  /* ajax-loader */
}
.pg-contact h3 {
  display: block;
  font-size: 1.8rem;
  padding: 0.4166666667vw 0;
}
.pg-contact h3 span {
  color: #C0506B;
  font-size: 1.4rem;
}
.pg-contact-txt {
  text-align: center;
}
.pg-contact .cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.pg-contact .cf7__list dt:nth-of-type(n + 2),
.pg-contact .cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}
.pg-contact .cf7__list dt {
  width: 35%;
  padding-top: 15px;
}
.pg-contact .cf7__list dd {
  width: 65%;
}
.pg-contact .cf7__required,
.pg-contact .cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}
.pg-contact .cf7__required {
  background: #C0506B;
}
.pg-contact .cf7__optional {
  background: #878D8E;
}
.pg-contact .cf7__list dd input[type=text],
.pg-contact .cf7__list dd input[type=tel],
.pg-contact .cf7__list dd input[type=email],
.pg-contact .cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}
.pg-contact .cf7__select {
  position: relative;
}
.pg-contact .cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: "";
}
.pg-contact .cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #a5a5a5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pg-contact .cf7__list dd .wpcf7-checkbox,
.pg-contact .cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}
.pg-contact .cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}
.pg-contact .cf7__list dd .wpcf7-list-item:nth-child(n+2) {
  margin-top: 18px;
}
.pg-contact .cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}
.pg-contact input[type=checkbox],
.pg-contact input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pg-contact input[type=checkbox]:checked {
  border: 1px solid #C0506B;
  background: #C0506B;
}
.pg-contact input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.pg-contact input[type=radio] {
  border-radius: 50%;
}
.pg-contact input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #C0506B;
  content: "";
}
.pg-contact .cf7__list dd input[type=text]::placeholder,
.pg-contact .cf7__list dd input[type=tel]::placeholder,
.pg-contact .cf7__list dd input[type=email]::placeholder,
.pg-contact .cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}
.pg-contact .cf7__list dd input[type=text]::-ms-input-placeholder,
.pg-contact .cf7__list dd input[type=tel]::-ms-input-placeholder,
.pg-contact .cf7__list dd input[type=email]::-ms-input-placeholder,
.pg-contact .cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}
.pg-contact .cf7__list dd input[type=text]:-ms-input-placeholder,
.pg-contact .cf7__list dd input[type=tel]:-ms-input-placeholder,
.pg-contact .cf7__list dd input[type=email]:-ms-input-placeholder,
.pg-contact .cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}
.pg-contact .cf7__button {
  padding-left: 72px;
  text-align: center;
}
.pg-contact input[type=submit] {
  width: 260px;
  height: 60px;
  background: #c0506b;
  color: #fff;
  transition: opacity 0.6s;
}
.pg-contact input[type=submit]:hover {
  opacity: 0.6;
}
.pg-contact .wpcf7-spinner {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .pg-contact {
    /* 送信ボタン */
  }
  .pg-contact .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }
  .pg-contact .cf7__list dd {
    width: 100%;
  }
  .pg-contact .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .pg-contact .cf7__list dd .wpcf7-checkbox,
  .pg-contact .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }
  .pg-contact input[type=submit] {
    width: 180px;
    height: 56px;
  }
}/*# sourceMappingURL=style.css.map */